Color Hex Logo

#aad857 Color Hex

#AAD857
(170,216,87)
0 Favorites   0 Comments

Color spaces of #aad857

RGB 17021687
HSL0.230.620.59
HSV81°60°85°
CMYK 0.210.000.60   0.15
XYZ42.853758.345918.0201
Yxy58.34590.35950.4894
Hunter Lab76.3845-33.529739.4819
CIE-Lab80.9307-34.403857.3152

#aad857 color RGB value is (170,216,87).

#aad857 hex color red value is 170, green value is 216 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #aad857 hue: 0.23 , saturation: 0.62 and the lightness value of aad857 is 0.59.

The process color (four color CMYK) of #aad857 color hex is 0.21, 0.00, 0.60, 0.15. Web safe color of #aad857 is #99cc66. Color #aad857 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011000 01010111
Octal 252 330 127
Decimal 170 216 87
Hex AA D8 57

RGB Percentages of Color #aad857

%35.94
%45.67
%18.39

CMYK Percentages of Color #aad857

%21
%0
%60
%15

Triadic Colors of #aad857

#aad857 #57aad8 #d857aa

Analogous Colors of #aad857

#aad857 #6ad857 #d8c657

Monochromatic Colors of #aad857

#aad857

Complementary Color

#aad857 #8557d8

#aad857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad857 Color CSS Codes

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

#aad857 Text Font Color

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

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


#aad857 Background Color

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

This div background color is #aad857


#aad857 Border Color

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

This div border color is #aad857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad857


Comments

No comments written yet.

Please login to write comment.