Color Hex Logo

#05a008 Color Hex

#05A008
(5,160,8)
0 Favorites   0 Comments

Color spaces of #05a008

RGB 51608
HSL0.340.940.32
HSV121°97°63°
CMYK 0.970.000.95   0.37
XYZ12.677225.19144.4240
Yxy25.19140.29970.5956
Hunter Lab50.1910-42.749029.9077
CIE-Lab57.2614-60.316957.5561

#05a008 color RGB value is (5,160,8).

#05a008 hex color red value is 5, green value is 160 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #05a008 hue: 0.34 , saturation: 0.94 and the lightness value of 05a008 is 0.32.

The process color (four color CMYK) of #05a008 color hex is 0.97, 0.00, 0.95, 0.37. Web safe color of #05a008 is #009900. Color #05a008 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10100000 00001000
Octal 5 240 10
Decimal 5 160 8
Hex 5 A0 8

RGB Percentages of Color #05a008

%2.89
%92.49
%4.62

CMYK Percentages of Color #05a008

%97
%0
%95
%37

Triadic Colors of #05a008

#05a008 #0805a0 #a00805

Analogous Colors of #05a008

#05a008 #05a056 #50a005

Monochromatic Colors of #05a008

#05a008

Complementary Color

#05a008 #a0059d

#05a008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05a008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#05a008 Color CSS Codes

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

#05a008 Text Font Color

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

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


#05a008 Background Color

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

This div background color is #05a008


#05a008 Border Color

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

This div border color is #05a008


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,160,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05a008; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05a008;
  -webkit-box-shadow: 1px 1px 3px 2px #05a008;
  box-shadow:         1px 1px 3px 2px #05a008; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05a008


Comments

No comments written yet.

Please login to write comment.