Color Hex Logo

#085012 Color Hex

#085012
(8,80,18)
0 Favorites   0 Comments

Color spaces of #085012

RGB 88018
HSL0.360.820.17
HSV128°90°31°
CMYK 0.900.000.78   0.69
XYZ3.07805.83261.5358
Yxy5.83260.29460.5583
Hunter Lab24.1508-19.514213.1352
CIE-Lab28.9861-34.533329.2392

#085012 color RGB value is (8,80,18).

#085012 hex color red value is 8, green value is 80 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #085012 hue: 0.36 , saturation: 0.82 and the lightness value of 085012 is 0.17.

The process color (four color CMYK) of #085012 color hex is 0.90, 0.00, 0.78, 0.69. Web safe color of #085012 is #006600. Color #085012 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010000 00010010
Octal 10 120 22
Decimal 8 80 18
Hex 8 50 12

RGB Percentages of Color #085012

%7.55
%75.47
%16.98

CMYK Percentages of Color #085012

%90
%0
%78
%69

Triadic Colors of #085012

#085012 #120850 #501208

Analogous Colors of #085012

#085012 #085036 #225008

Monochromatic Colors of #085012

#085012

Complementary Color

#085012 #500846

#085012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085012 Color CSS Codes

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

#085012 Text Font Color

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

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


#085012 Background Color

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

This div background color is #085012


#085012 Border Color

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

This div border color is #085012


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,80,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #085012; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #085012;
  -webkit-box-shadow: 1px 1px 3px 2px #085012;
  box-shadow:         1px 1px 3px 2px #085012; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085012


Comments

No comments written yet.

Please login to write comment.