Color Hex Logo

#aaefb0 Color Hex

#AAEFB0
(170,239,176)
0 Favorites   0 Comments

Color spaces of #aaefb0

RGB 170239176
HSL0.350.680.80
HSV125°29°94°
CMYK 0.290.000.26   0.06
XYZ55.280573.413652.3310
Yxy73.41360.30540.4055
Hunter Lab85.6817-34.777723.7652
CIE-Lab88.6446-33.690823.7600

#aaefb0 color RGB value is (170,239,176).

#aaefb0 hex color red value is 170, green value is 239 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #aaefb0 hue: 0.35 , saturation: 0.68 and the lightness value of aaefb0 is 0.80.

The process color (four color CMYK) of #aaefb0 color hex is 0.29, 0.00, 0.26, 0.06. Web safe color of #aaefb0 is #99ff99. Color #aaefb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 10110000
Octal 252 357 260
Decimal 170 239 176
Hex AA EF B0

RGB Percentages of Color #aaefb0

%29.06
%40.85
%30.09

CMYK Percentages of Color #aaefb0

%29
%0
%26
%6

Triadic Colors of #aaefb0

#aaefb0 #b0aaef #efb0aa

Analogous Colors of #aaefb0

#aaefb0 #aaefd3 #c7efaa

Monochromatic Colors of #aaefb0

#aaefb0

Complementary Color

#aaefb0 #efaae9

#aaefb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaefb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaefb0 Color CSS Codes

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

#aaefb0 Text Font Color

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

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


#aaefb0 Background Color

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

This div background color is #aaefb0


#aaefb0 Border Color

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

This div border color is #aaefb0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,239,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aaefb0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aaefb0;
  -webkit-box-shadow: 1px 1px 3px 2px #aaefb0;
  box-shadow:         1px 1px 3px 2px #aaefb0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,239,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaefb0


Comments

No comments written yet.

Please login to write comment.