Color Hex Logo

#085d2c Color Hex

#085D2C
(8,93,44)
0 Favorites   0 Comments

Color spaces of #085d2c

RGB 89344
HSL0.400.840.20
HSV145°91°36°
CMYK 0.910.000.53   0.64
XYZ4.46918.06223.7035
Yxy8.06220.27530.4966
Hunter Lab28.3940-21.594412.1425
CIE-Lab34.1121-35.533621.5993

#085d2c color RGB value is (8,93,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011101 00101100
Octal 10 135 54
Decimal 8 93 44
Hex 8 5D 2C

RGB Percentages of Color #085d2c

%5.52
%64.14
%30.34

CMYK Percentages of Color #085d2c

%91
%0
%53
%64

Triadic Colors of #085d2c

#085d2c #2c085d #5d2c08

Analogous Colors of #085d2c

#085d2c #085d57 #0f5d08

Monochromatic Colors of #085d2c

#085d2c

Complementary Color

#085d2c #5d0839

#085d2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085d2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#085d2c Color CSS Codes

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

#085d2c Text Font Color

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

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


#085d2c Background Color

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

This div background color is #085d2c


#085d2c Border Color

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

This div border color is #085d2c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,93,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 #085d2c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085d2c


Comments

No comments written yet.

Please login to write comment.