Color Hex Logo

#0aa004 Color Hex

#0AA004
(10,160,4)
0 Favorites   0 Comments

Color spaces of #0aa004

RGB 101604
HSL0.330.950.32
HSV118°98°63°
CMYK 0.940.000.98   0.37
XYZ12.717925.21494.3115
Yxy25.21490.30110.5969
Hunter Lab50.2144-42.666330.0594
CIE-Lab57.2842-60.142058.1832

#0aa004 color RGB value is (10,160,4).

#0aa004 hex color red value is 10, green value is 160 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #0aa004 hue: 0.33 , saturation: 0.95 and the lightness value of 0aa004 is 0.32.

The process color (four color CMYK) of #0aa004 color hex is 0.94, 0.00, 0.98, 0.37. Web safe color of #0aa004 is #009900. Color #0aa004 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10100000 00000100
Octal 12 240 4
Decimal 10 160 4
Hex A A0 4

RGB Percentages of Color #0aa004

%5.75
%91.95
%2.30

CMYK Percentages of Color #0aa004

%94
%0
%98
%37

Triadic Colors of #0aa004

#0aa004 #040aa0 #a0040a

Analogous Colors of #0aa004

#0aa004 #04a04c #58a004

Monochromatic Colors of #0aa004

#0aa004

Complementary Color

#0aa004 #9a04a0

#0aa004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aa004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aa004 Color CSS Codes

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

#0aa004 Text Font Color

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

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


#0aa004 Background Color

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

This div background color is #0aa004


#0aa004 Border Color

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

This div border color is #0aa004


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,160,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0aa004; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0aa004;
  -webkit-box-shadow: 1px 1px 3px 2px #0aa004;
  box-shadow:         1px 1px 3px 2px #0aa004; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,160,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 #0aa004">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aa004


Comments

No comments written yet.

Please login to write comment.