Color Hex Logo

#aad004 Color Hex

#AAD004
(170,208,4)
0 Favorites   0 Comments

Color spaces of #aad004

RGB 1702084
HSL0.200.960.42
HSV71°98°82°
CMYK 0.180.000.98   0.18
XYZ39.155453.66668.4098
Yxy53.66660.38680.5301
Hunter Lab73.2575-32.794144.4739
CIE-Lab78.2669-34.284677.3555

#aad004 color RGB value is (170,208,4).

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

The process color (four color CMYK) of #aad004 color hex is 0.18, 0.00, 0.98, 0.18. Web safe color of #aad004 is #99cc00. Color #aad004 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 00000100
Octal 252 320 4
Decimal 170 208 4
Hex AA D0 4

RGB Percentages of Color #aad004

%44.50
%54.45
%1.05

CMYK Percentages of Color #aad004

%18
%0
%98
%18

Triadic Colors of #aad004

#aad004 #04aad0 #d004aa

Analogous Colors of #aad004

#aad004 #44d004 #d09004

Monochromatic Colors of #aad004

#aad004

Complementary Color

#aad004 #2a04d0

#aad004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad004 Color CSS Codes

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

#aad004 Text Font Color

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

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


#aad004 Background Color

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

This div background color is #aad004


#aad004 Border Color

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

This div border color is #aad004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad004


Comments

No comments written yet.

Please login to write comment.