Color Hex Logo

#aaed88 Color Hex

#AAED88
(170,237,136)
0 Favorites   0 Comments

Color spaces of #aaed88

RGB 170237136
HSL0.280.740.73
HSV100°43°93°
CMYK 0.280.000.43   0.07
XYZ51.305770.892034.2720
Yxy70.89200.32790.4531
Hunter Lab84.1974-38.576434.8046
CIE-Lab87.4325-38.719242.2847

#aaed88 color RGB value is (170,237,136).

#aaed88 hex color red value is 170, green value is 237 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #aaed88 hue: 0.28 , saturation: 0.74 and the lightness value of aaed88 is 0.73.

The process color (four color CMYK) of #aaed88 color hex is 0.28, 0.00, 0.43, 0.07. Web safe color of #aaed88 is #99ff99. Color #aaed88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 10001000
Octal 252 355 210
Decimal 170 237 136
Hex AA ED 88

RGB Percentages of Color #aaed88

%31.31
%43.65
%25.05

CMYK Percentages of Color #aaed88

%28
%0
%43
%7

Triadic Colors of #aaed88

#aaed88 #88aaed #ed88aa

Analogous Colors of #aaed88

#aaed88 #88ed99 #dded88

Monochromatic Colors of #aaed88

#aaed88

Complementary Color

#aaed88 #cb88ed

#aaed88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaed88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaed88 Color CSS Codes

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

#aaed88 Text Font Color

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

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


#aaed88 Background Color

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

This div background color is #aaed88


#aaed88 Border Color

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

This div border color is #aaed88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaed88


Comments

No comments written yet.

Please login to write comment.