Color Hex Logo

#06a805 Color Hex

#06A805
(6,168,5)
0 Favorites   0 Comments

Color spaces of #06a805

RGB 61685
HSL0.330.940.34
HSV120°97°66°
CMYK 0.960.000.97   0.34
XYZ14.105128.05494.8153
Yxy28.05490.30030.5972
Hunter Lab52.9669-45.157431.6867
CIE-Lab59.9383-62.602860.2012

#06a805 color RGB value is (6,168,5).

#06a805 hex color red value is 6, green value is 168 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #06a805 hue: 0.33 , saturation: 0.94 and the lightness value of 06a805 is 0.34.

The process color (four color CMYK) of #06a805 color hex is 0.96, 0.00, 0.97, 0.34. Web safe color of #06a805 is #009900. Color #06a805 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101000 00000101
Octal 6 250 5
Decimal 6 168 5
Hex 6 A8 5

RGB Percentages of Color #06a805

%3.35
%93.85
%2.79

CMYK Percentages of Color #06a805

%96
%0
%97
%34

Triadic Colors of #06a805

#06a805 #0506a8 #a80506

Analogous Colors of #06a805

#06a805 #05a856 #58a805

Monochromatic Colors of #06a805

#06a805

Complementary Color

#06a805 #a705a8

#06a805 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06a805 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06a805 Color CSS Codes

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

#06a805 Text Font Color

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

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


#06a805 Background Color

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

This div background color is #06a805


#06a805 Border Color

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

This div border color is #06a805


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,168,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06a805; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06a805;
  -webkit-box-shadow: 1px 1px 3px 2px #06a805;
  box-shadow:         1px 1px 3px 2px #06a805; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06a805


Comments

No comments written yet.

Please login to write comment.