Color Hex Logo

#aad21f Color Hex

#AAD21F
(170,210,31)
0 Favorites   0 Comments

Color spaces of #aad21f

RGB 17021031
HSL0.200.740.47
HSV73°85°82°
CMYK 0.190.000.85   0.18
XYZ39.871554.73829.7604
Yxy54.73820.38200.5245
Hunter Lab73.9853-33.278543.9679
CIE-Lab78.8902-34.716974.0950

#aad21f color RGB value is (170,210,31).

#aad21f hex color red value is 170, green value is 210 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #aad21f hue: 0.20 , saturation: 0.74 and the lightness value of aad21f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010010 00011111
Octal 252 322 37
Decimal 170 210 31
Hex AA D2 1F

RGB Percentages of Color #aad21f

%41.36
%51.09
%7.54

CMYK Percentages of Color #aad21f

%19
%0
%85
%18

Triadic Colors of #aad21f

#aad21f #1faad2 #d21faa

Analogous Colors of #aad21f

#aad21f #50d21f #d2a11f

Monochromatic Colors of #aad21f

#aad21f

Complementary Color

#aad21f #471fd2

#aad21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad21f Color CSS Codes

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

#aad21f Text Font Color

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

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


#aad21f Background Color

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

This div background color is #aad21f


#aad21f Border Color

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

This div border color is #aad21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad21f


Comments

No comments written yet.

Please login to write comment.