Color Hex Logo

#aad04b Color Hex

#AAD04B
(170,208,75)
0 Favorites   0 Comments

Color spaces of #aad04b

RGB 17020875
HSL0.210.590.55
HSV77°64°82°
CMYK 0.180.000.64   0.18
XYZ40.403454.165814.9822
Yxy54.16580.36880.4944
Hunter Lab73.5974-30.802839.4485
CIE-Lab78.5583-31.629159.7788

#aad04b color RGB value is (170,208,75).

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

The process color (four color CMYK) of #aad04b color hex is 0.18, 0.00, 0.64, 0.18. Web safe color of #aad04b is #99cc33. Color #aad04b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 01001011
Octal 252 320 113
Decimal 170 208 75
Hex AA D0 4B

RGB Percentages of Color #aad04b

%37.53
%45.92
%16.56

CMYK Percentages of Color #aad04b

%18
%0
%64
%18

Triadic Colors of #aad04b

#aad04b #4baad0 #d04baa

Analogous Colors of #aad04b

#aad04b #68d04b #d0b44b

Monochromatic Colors of #aad04b

#aad04b

Complementary Color

#aad04b #714bd0

#aad04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad04b Color CSS Codes

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

#aad04b Text Font Color

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

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


#aad04b Background Color

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

This div background color is #aad04b


#aad04b Border Color

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

This div border color is #aad04b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad04b


Comments

No comments written yet.

Please login to write comment.