Color Hex Logo

#aaed85 Color Hex

#AAED85
(170,237,133)
0 Favorites   0 Comments

Color spaces of #aaed85

RGB 170237133
HSL0.270.740.73
HSV99°44°93°
CMYK 0.280.000.44   0.07
XYZ51.095470.807933.1646
Yxy70.80790.32950.4566
Hunter Lab84.1474-38.870535.5355
CIE-Lab87.3916-39.099843.6955

#aaed85 color RGB value is (170,237,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 10000101
Octal 252 355 205
Decimal 170 237 133
Hex AA ED 85

RGB Percentages of Color #aaed85

%31.48
%43.89
%24.63

CMYK Percentages of Color #aaed85

%28
%0
%44
%7

Triadic Colors of #aaed85

#aaed85 #85aaed #ed85aa

Analogous Colors of #aaed85

#aaed85 #85ed94 #deed85

Monochromatic Colors of #aaed85

#aaed85

Complementary Color

#aaed85 #c885ed

#aaed85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaed85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaed85 Color CSS Codes

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

#aaed85 Text Font Color

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

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


#aaed85 Background Color

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

This div background color is #aaed85


#aaed85 Border Color

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

This div border color is #aaed85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaed85


Comments

No comments written yet.

Please login to write comment.