Color Hex Logo

#08a82c Color Hex

#08A82C
(8,168,44)
0 Favorites   0 Comments

Color spaces of #08a82c

RGB 816844
HSL0.370.910.35
HSV134°95°66°
CMYK 0.950.000.74   0.34
XYZ14.557428.23877.0662
Yxy28.23870.29200.5663
Hunter Lab53.1401-44.096229.3141
CIE-Lab60.1038-60.516350.8413

#08a82c color RGB value is (8,168,44).

#08a82c hex color red value is 8, green value is 168 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #08a82c hue: 0.37 , saturation: 0.91 and the lightness value of 08a82c is 0.35.

The process color (four color CMYK) of #08a82c color hex is 0.95, 0.00, 0.74, 0.34. Web safe color of #08a82c is #009933. Color #08a82c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10101000 00101100
Octal 10 250 54
Decimal 8 168 44
Hex 8 A8 2C

RGB Percentages of Color #08a82c

%3.64
%76.36
%20.00

CMYK Percentages of Color #08a82c

%95
%0
%74
%34

Triadic Colors of #08a82c

#08a82c #2c08a8 #a82c08

Analogous Colors of #08a82c

#08a82c #08a87c #34a808

Monochromatic Colors of #08a82c

#08a82c

Complementary Color

#08a82c #a80884

#08a82c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08a82c Color Preview on White Background

Lorem ipsum dolor sit amet.

#08a82c Color CSS Codes

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

#08a82c Text Font Color

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

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


#08a82c Background Color

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

This div background color is #08a82c


#08a82c Border Color

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

This div border color is #08a82c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,168,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08a82c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08a82c;
  -webkit-box-shadow: 1px 1px 3px 2px #08a82c;
  box-shadow:         1px 1px 3px 2px #08a82c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08a82c


Comments

No comments written yet.

Please login to write comment.