Color Hex Logo

#aef08b Color Hex

#AEF08B
(174,240,139)
0 Favorites   0 Comments

Color spaces of #aef08b

RGB 174240139
HSL0.280.770.74
HSV99°42°94°
CMYK 0.280.000.42   0.06
XYZ53.275873.182935.7439
Yxy73.18290.32850.4512
Hunter Lab85.5470-38.543535.1099
CIE-Lab88.5349-38.325142.2649

#aef08b color RGB value is (174,240,139).

#aef08b hex color red value is 174, green value is 240 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aef08b hue: 0.28 , saturation: 0.77 and the lightness value of aef08b is 0.74.

The process color (four color CMYK) of #aef08b color hex is 0.28, 0.00, 0.42, 0.06. Web safe color of #aef08b is #99ff99. Color #aef08b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110000 10001011
Octal 256 360 213
Decimal 174 240 139
Hex AE F0 8B

RGB Percentages of Color #aef08b

%31.46
%43.40
%25.14

CMYK Percentages of Color #aef08b

%28
%0
%42
%6

Triadic Colors of #aef08b

#aef08b #8baef0 #f08bae

Analogous Colors of #aef08b

#aef08b #8bf09b #e1f08b

Monochromatic Colors of #aef08b

#aef08b

Complementary Color

#aef08b #cd8bf0

#aef08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef08b Color CSS Codes

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

#aef08b Text Font Color

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

This sample text font color is #aef08b
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.


#aef08b Background Color

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

This div background color is #aef08b


#aef08b Border Color

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

This div border color is #aef08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef08b


Comments

No comments written yet.

Please login to write comment.