Color Hex Logo

#085637 Color Hex

#085637
(8,86,55)
0 Favorites   0 Comments

Color spaces of #085637

RGB 88655
HSL0.430.830.18
HSV156°91°34°
CMYK 0.910.000.36   0.66
XYZ4.11756.98304.7453
Yxy6.98300.25980.4407
Hunter Lab26.4254-18.43127.8508
CIE-Lab31.7682-30.293011.9765

#085637 color RGB value is (8,86,55).

#085637 hex color red value is 8, green value is 86 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #085637 hue: 0.43 , saturation: 0.83 and the lightness value of 085637 is 0.18.

The process color (four color CMYK) of #085637 color hex is 0.91, 0.00, 0.36, 0.66. Web safe color of #085637 is #006633. Color #085637 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010110 00110111
Octal 10 126 67
Decimal 8 86 55
Hex 8 56 37

RGB Percentages of Color #085637

%5.37
%57.72
%36.91

CMYK Percentages of Color #085637

%91
%0
%36
%66

Triadic Colors of #085637

#085637 #370856 #563708

Analogous Colors of #085637

#085637 #084e56 #085610

Monochromatic Colors of #085637

#085637

Complementary Color

#085637 #560827

#085637 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085637 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085637 Color CSS Codes

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

#085637 Text Font Color

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

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


#085637 Background Color

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

This div background color is #085637


#085637 Border Color

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

This div border color is #085637


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085637


Comments

No comments written yet.

Please login to write comment.