Color Hex Logo

#aad157 Color Hex

#AAD157
(170,209,87)
0 Favorites   0 Comments

Color spaces of #aad157

RGB 17020987
HSL0.220.570.58
HSV79°58°82°
CMYK 0.190.000.58   0.18
XYZ41.098354.835117.4349
Yxy54.83510.36250.4837
Hunter Lab74.0507-30.520937.8760
CIE-Lab78.9462-31.157955.0953

#aad157 color RGB value is (170,209,87).

#aad157 hex color red value is 170, green value is 209 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #aad157 hue: 0.22 , saturation: 0.57 and the lightness value of aad157 is 0.58.

The process color (four color CMYK) of #aad157 color hex is 0.19, 0.00, 0.58, 0.18. Web safe color of #aad157 is #99cc66. Color #aad157 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 01010111
Octal 252 321 127
Decimal 170 209 87
Hex AA D1 57

RGB Percentages of Color #aad157

%36.48
%44.85
%18.67

CMYK Percentages of Color #aad157

%19
%0
%58
%18

Triadic Colors of #aad157

#aad157 #57aad1 #d157aa

Analogous Colors of #aad157

#aad157 #6dd157 #d1bb57

Monochromatic Colors of #aad157

#aad157

Complementary Color

#aad157 #7e57d1

#aad157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad157 Color CSS Codes

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

#aad157 Text Font Color

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

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


#aad157 Background Color

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

This div background color is #aad157


#aad157 Border Color

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

This div border color is #aad157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad157


Comments

No comments written yet.

Please login to write comment.