Color Hex Logo

#aaefbd Color Hex

#AAEFBD
(170,239,189)
0 Favorites   0 Comments

Color spaces of #aaefbd

RGB 170239189
HSL0.380.680.80
HSV137°29°94°
CMYK 0.290.000.21   0.06
XYZ56.629473.953259.4338
Yxy73.95320.29800.3892
Hunter Lab85.9960-32.948719.2206
CIE-Lab88.9004-31.425717.4116

#aaefbd color RGB value is (170,239,189).

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

The process color (four color CMYK) of #aaefbd color hex is 0.29, 0.00, 0.21, 0.06. Web safe color of #aaefbd is #99ffcc. Color #aaefbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 10111101
Octal 252 357 275
Decimal 170 239 189
Hex AA EF BD

RGB Percentages of Color #aaefbd

%28.43
%39.97
%31.61

CMYK Percentages of Color #aaefbd

%29
%0
%21
%6

Triadic Colors of #aaefbd

#aaefbd #bdaaef #efbdaa

Analogous Colors of #aaefbd

#aaefbd #aaefe0 #baefaa

Monochromatic Colors of #aaefbd

#aaefbd

Complementary Color

#aaefbd #efaadc

#aaefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaefbd Color CSS Codes

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

#aaefbd Text Font Color

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

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


#aaefbd Background Color

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

This div background color is #aaefbd


#aaefbd Border Color

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

This div border color is #aaefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaefbd


Comments

No comments written yet.

Please login to write comment.