Color Hex Logo

#aad05b Color Hex

#AAD05B
(170,208,91)
0 Favorites   0 Comments

Color spaces of #aad05b

RGB 17020891
HSL0.220.550.59
HSV79°56°82°
CMYK 0.180.000.56   0.18
XYZ41.021854.413118.2382
Yxy54.41310.36090.4787
Hunter Lab73.7652-29.823036.9764
CIE-Lab78.7020-30.340153.0313

#aad05b color RGB value is (170,208,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 01011011
Octal 252 320 133
Decimal 170 208 91
Hex AA D0 5B

RGB Percentages of Color #aad05b

%36.25
%44.35
%19.40

CMYK Percentages of Color #aad05b

%18
%0
%56
%18

Triadic Colors of #aad05b

#aad05b #5baad0 #d05baa

Analogous Colors of #aad05b

#aad05b #70d05b #d0bc5b

Monochromatic Colors of #aad05b

#aad05b

Complementary Color

#aad05b #815bd0

#aad05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad05b Color CSS Codes

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

#aad05b Text Font Color

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

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


#aad05b Background Color

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

This div background color is #aad05b


#aad05b Border Color

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

This div border color is #aad05b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad05b


Comments

No comments written yet.

Please login to write comment.