color codes Logo

#aaec9b color codes

#AAEC9B
(170,236,155)
0 Favorites   0 Comments

Color spaces of #aaec9b

RGB 170236155
HSL0.300.680.77
HSV109°34°93°
CMYK 0.280.000.34   0.07
XYZ52.489470.903541.9296
Yxy70.90350.31750.4289
Hunter Lab84.2042-36.087929.4194
CIE-Lab87.4381-35.636232.8347

#aaec9b color RGB value is (170,236,155).

#aaec9b hex color red value is 170, green value is 236 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #aaec9b hue: 0.30 , saturation: 0.68 and the lightness value of aaec9b is 0.77.

The process color (four color CMYK) of #aaec9b color code is 0.28, 0.00, 0.34, 0.07. Web safe color of #aaec9b is #99ff99. Color #aaec9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 10011011
Octal 252 354 233
Decimal 170 236 155
Hex AA EC 9B

RGB Percentages of Color #aaec9b

%30.30
%42.07
%27.63

CMYK Percentages of Color #aaec9b

%28
%0
%34
%7

Triadic Colors of #aaec9b

#aaec9b #9baaec #ec9baa

Analogous Colors of #aaec9b

#aaec9b #9becb5 #d3ec9b

Monochromatic Colors of #aaec9b

#aaec9b

Complementary Color

#aaec9b #dd9bec

#aaec9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaec9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaec9b Color CSS Codes

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

#aaec9b Text Font Color

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

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


#aaec9b Background Color

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

This div background color is #aaec9b


#aaec9b Border Color

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

This div border color is #aaec9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaec9b


Comments

No comments written yet.

Please login to write comment.