Color Hex Logo

#aad01f Color Hex

#AAD01F
(170,208,31)
0 Favorites   0 Comments

Color spaces of #aad01f

RGB 17020831
HSL0.200.740.47
HSV73°85°82°
CMYK 0.180.000.85   0.18
XYZ39.380853.75679.5968
Yxy53.75670.38330.5233
Hunter Lab73.3190-32.432943.5627
CIE-Lab78.3197-33.799373.6142

#aad01f color RGB value is (170,208,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 00011111
Octal 252 320 37
Decimal 170 208 31
Hex AA D0 1F

RGB Percentages of Color #aad01f

%41.56
%50.86
%7.58

CMYK Percentages of Color #aad01f

%18
%0
%85
%18

Triadic Colors of #aad01f

#aad01f #1faad0 #d01faa

Analogous Colors of #aad01f

#aad01f #51d01f #d09e1f

Monochromatic Colors of #aad01f

#aad01f

Complementary Color

#aad01f #451fd0

#aad01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad01f Color CSS Codes

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

#aad01f Text Font Color

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

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


#aad01f Background Color

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

This div background color is #aad01f


#aad01f Border Color

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

This div border color is #aad01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad01f


Comments

No comments written yet.

Please login to write comment.