color codes Logo

#aef61d color codes

#AEF61D
(174,246,29)
0 Favorites   0 Comments

Color spaces of #aef61d

RGB 17424629
HSL0.220.920.54
HSV80°88°96°
CMYK 0.290.000.88   0.04
XYZ50.633174.998912.9700
Yxy74.99890.36530.5411
Hunter Lab86.6019-47.190651.7417
CIE-Lab89.3925-48.954283.3048

#aef61d color RGB value is (174,246,29).

#aef61d hex color red value is 174, green value is 246 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #aef61d hue: 0.22 , saturation: 0.92 and the lightness value of aef61d is 0.54.

The process color (four color CMYK) of #aef61d color code is 0.29, 0.00, 0.88, 0.04. Web safe color of #aef61d is #99ff33. Color #aef61d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110110 00011101
Octal 256 366 35
Decimal 174 246 29
Hex AE F6 1D

RGB Percentages of Color #aef61d

%38.75
%54.79
%6.46

CMYK Percentages of Color #aef61d

%29
%0
%88
%4

Triadic Colors of #aef61d

#aef61d #1daef6 #f61dae

Analogous Colors of #aef61d

#aef61d #42f61d #f6d21d

Monochromatic Colors of #aef61d

#aef61d

Complementary Color

#aef61d #651df6

#aef61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef61d Color CSS Codes

.mybgcolor {background-color:#aef61d; } 
.myforecolor {color:#aef61d; }
.mybordercolor {border:3px solid #aef61d; }

#aef61d Text Font Color

<p style="color:#aef61d">Text here</p>

This sample text font color is #aef61d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#aef61d Background Color

<div style="background-color:#aef61d">
Div content here</div>

This div background color is #aef61d


#aef61d Border Color

<div style="border:3px solid #aef61d">
Div here</div>

This div border color is #aef61d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,246,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aef61d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aef61d;
  -webkit-box-shadow: 1px 1px 3px 2px #aef61d;
  box-shadow:         1px 1px 3px 2px #aef61d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,246,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aef61d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aef61d;
  -webkit-box-shadow: 1px 1px 3px 2px #aef61d;
  box-shadow:         1px 1px 3px 2px #aef61d;">
Div content here</div>

This div box has shadow with color #aef61d


Comments

No comments written yet.

Please login to write comment.