Color Hex Logo

#aad45b Color Hex

#AAD45B
(170,212,91)
0 Favorites   0 Comments

Color spaces of #aad45b

RGB 17021291
HSL0.220.580.59
HSV81°57°83°
CMYK 0.200.000.57   0.17
XYZ42.009456.388318.5674
Yxy56.38830.35920.4821
Hunter Lab75.0921-31.551637.9044
CIE-Lab79.8343-32.212554.3242

#aad45b color RGB value is (170,212,91).

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

The process color (four color CMYK) of #aad45b color hex is 0.20, 0.00, 0.57, 0.17. Web safe color of #aad45b is #99cc66. Color #aad45b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 01011011
Octal 252 324 133
Decimal 170 212 91
Hex AA D4 5B

RGB Percentages of Color #aad45b

%35.94
%44.82
%19.24

CMYK Percentages of Color #aad45b

%20
%0
%57
%17

Triadic Colors of #aad45b

#aad45b #5baad4 #d45baa

Analogous Colors of #aad45b

#aad45b #6ed45b #d4c25b

Monochromatic Colors of #aad45b

#aad45b

Complementary Color

#aad45b #855bd4

#aad45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad45b Color CSS Codes

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

#aad45b Text Font Color

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

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


#aad45b Background Color

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

This div background color is #aad45b


#aad45b Border Color

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

This div border color is #aad45b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad45b


Comments

No comments written yet.

Please login to write comment.