Color Hex Logo

#085013 Color Hex

#085013
(8,80,19)
0 Favorites   0 Comments

Color spaces of #085013

RGB 88019
HSL0.360.820.17
HSV129°90°31°
CMYK 0.900.000.76   0.69
XYZ3.08635.83601.5799
Yxy5.83600.29390.5557
Hunter Lab24.1578-19.471813.0330
CIE-Lab28.9949-34.427828.7961

#085013 color RGB value is (8,80,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010000 00010011
Octal 10 120 23
Decimal 8 80 19
Hex 8 50 13

RGB Percentages of Color #085013

%7.48
%74.77
%17.76

CMYK Percentages of Color #085013

%90
%0
%76
%69

Triadic Colors of #085013

#085013 #130850 #501308

Analogous Colors of #085013

#085013 #085037 #215008

Monochromatic Colors of #085013

#085013

Complementary Color

#085013 #500845

#085013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085013 Color CSS Codes

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

#085013 Text Font Color

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

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


#085013 Background Color

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

This div background color is #085013


#085013 Border Color

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

This div border color is #085013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085013


Comments

No comments written yet.

Please login to write comment.