Color Hex Logo

#085d1c Color Hex

#085D1C
(8,93,28)
0 Favorites   0 Comments

Color spaces of #085d1c

RGB 89328
HSL0.370.840.20
HSV134°91°36°
CMYK 0.910.000.70   0.64
XYZ4.22417.96422.4132
Yxy7.96420.28930.5454
Hunter Lab28.2209-22.668814.6847
CIE-Lab33.9082-38.014829.8696

#085d1c color RGB value is (8,93,28).

#085d1c hex color red value is 8, green value is 93 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #085d1c hue: 0.37 , saturation: 0.84 and the lightness value of 085d1c is 0.20.

The process color (four color CMYK) of #085d1c color hex is 0.91, 0.00, 0.70, 0.64. Web safe color of #085d1c is #006633. Color #085d1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011101 00011100
Octal 10 135 34
Decimal 8 93 28
Hex 8 5D 1C

RGB Percentages of Color #085d1c

%6.20
%72.09
%21.71

CMYK Percentages of Color #085d1c

%91
%0
%70
%64

Triadic Colors of #085d1c

#085d1c #1c085d #5d1c08

Analogous Colors of #085d1c

#085d1c #085d47 #1f5d08

Monochromatic Colors of #085d1c

#085d1c

Complementary Color

#085d1c #5d0849

#085d1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085d1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#085d1c Color CSS Codes

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

#085d1c Text Font Color

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

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


#085d1c Background Color

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

This div background color is #085d1c


#085d1c Border Color

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

This div border color is #085d1c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,93,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #085d1c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #085d1c;
  -webkit-box-shadow: 1px 1px 3px 2px #085d1c;
  box-shadow:         1px 1px 3px 2px #085d1c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085d1c


Comments

No comments written yet.

Please login to write comment.