Color Hex Logo

#aad51b Color Hex

#AAD51B
(170,213,27)
0 Favorites   0 Comments

Color spaces of #aad51b

RGB 17021327
HSL0.210.780.47
HSV74°87°84°
CMYK 0.200.000.87   0.16
XYZ40.569656.21379.7490
Yxy56.21370.38080.5277
Hunter Lab74.9758-34.620844.7737
CIE-Lab79.7353-36.187575.5869

#aad51b color RGB value is (170,213,27).

#aad51b hex color red value is 170, green value is 213 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #aad51b hue: 0.21 , saturation: 0.78 and the lightness value of aad51b is 0.47.

The process color (four color CMYK) of #aad51b color hex is 0.20, 0.00, 0.87, 0.16. Web safe color of #aad51b is #99cc33. Color #aad51b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010101 00011011
Octal 252 325 33
Decimal 170 213 27
Hex AA D5 1B

RGB Percentages of Color #aad51b

%41.46
%51.95
%6.59

CMYK Percentages of Color #aad51b

%20
%0
%87
%16

Triadic Colors of #aad51b

#aad51b #1baad5 #d51baa

Analogous Colors of #aad51b

#aad51b #4dd51b #d5a31b

Monochromatic Colors of #aad51b

#aad51b

Complementary Color

#aad51b #461bd5

#aad51b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad51b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad51b Color CSS Codes

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

#aad51b Text Font Color

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

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


#aad51b Background Color

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

This div background color is #aad51b


#aad51b Border Color

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

This div border color is #aad51b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad51b


Comments

No comments written yet.

Please login to write comment.