Color Hex Logo

#aaecbd Color Hex

#AAECBD
(170,236,189)
0 Favorites   0 Comments

Color spaces of #aaecbd

RGB 170236189
HSL0.380.630.80
HSV137°28°93°
CMYK 0.280.000.20   0.07
XYZ55.758372.211159.1435
Yxy72.21110.29800.3859
Hunter Lab84.9771-31.586018.2185
CIE-Lab88.0701-30.015516.2467

#aaecbd color RGB value is (170,236,189).

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

The process color (four color CMYK) of #aaecbd color hex is 0.28, 0.00, 0.20, 0.07. Web safe color of #aaecbd is #99ffcc. Color #aaecbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 10111101
Octal 252 354 275
Decimal 170 236 189
Hex AA EC BD

RGB Percentages of Color #aaecbd

%28.57
%39.66
%31.76

CMYK Percentages of Color #aaecbd

%28
%0
%20
%7

Triadic Colors of #aaecbd

#aaecbd #bdaaec #ecbdaa

Analogous Colors of #aaecbd

#aaecbd #aaecde #b8ecaa

Monochromatic Colors of #aaecbd

#aaecbd

Complementary Color

#aaecbd #ecaad9

#aaecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaecbd Color CSS Codes

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

#aaecbd Text Font Color

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

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


#aaecbd Background Color

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

This div background color is #aaecbd


#aaecbd Border Color

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

This div border color is #aaecbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,236,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 #aaecbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaecbd


Comments

No comments written yet.

Please login to write comment.