Color Hex Logo

#aad14b Color Hex

#AAD14B
(170,209,75)
0 Favorites   0 Comments

Color spaces of #aad14b

RGB 17020975
HSL0.220.590.56
HSV77°64°82°
CMYK 0.190.000.64   0.18
XYZ40.648054.655015.0637
Yxy54.65500.36830.4952
Hunter Lab73.9290-31.232139.6694
CIE-Lab78.8421-32.095460.0812

#aad14b color RGB value is (170,209,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 01001011
Octal 252 321 113
Decimal 170 209 75
Hex AA D1 4B

RGB Percentages of Color #aad14b

%37.44
%46.04
%16.52

CMYK Percentages of Color #aad14b

%19
%0
%64
%18

Triadic Colors of #aad14b

#aad14b #4baad1 #d14baa

Analogous Colors of #aad14b

#aad14b #67d14b #d1b54b

Monochromatic Colors of #aad14b

#aad14b

Complementary Color

#aad14b #724bd1

#aad14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad14b Color CSS Codes

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

#aad14b Text Font Color

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

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


#aad14b Background Color

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

This div background color is #aad14b


#aad14b Border Color

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

This div border color is #aad14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad14b


Comments

No comments written yet.

Please login to write comment.