Color Hex Logo

#aad05c Color Hex

#AAD05C
(170,208,92)
0 Favorites   0 Comments

Color spaces of #aad05c

RGB 17020892
HSL0.220.550.59
HSV80°56°82°
CMYK 0.180.000.56   0.18
XYZ41.065254.430518.4670
Yxy54.43050.36030.4776
Hunter Lab73.7770-29.754536.8031
CIE-Lab78.7121-30.250452.5896

#aad05c color RGB value is (170,208,92).

#aad05c hex color red value is 170, green value is 208 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #aad05c hue: 0.22 , saturation: 0.55 and the lightness value of aad05c is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 01011100
Octal 252 320 134
Decimal 170 208 92
Hex AA D0 5C

RGB Percentages of Color #aad05c

%36.17
%44.26
%19.57

CMYK Percentages of Color #aad05c

%18
%0
%56
%18

Triadic Colors of #aad05c

#aad05c #5caad0 #d05caa

Analogous Colors of #aad05c

#aad05c #70d05c #d0bc5c

Monochromatic Colors of #aad05c

#aad05c

Complementary Color

#aad05c #825cd0

#aad05c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad05c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad05c Color CSS Codes

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

#aad05c Text Font Color

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

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


#aad05c Background Color

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

This div background color is #aad05c


#aad05c Border Color

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

This div border color is #aad05c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad05c


Comments

No comments written yet.

Please login to write comment.