Color Hex Logo

#086d55 Color Hex

#086D55
(8,109,85)
0 Favorites   0 Comments

Color spaces of #086d55

RGB 810985
HSL0.460.860.23
HSV166°93°43°
CMYK 0.930.000.22   0.57
XYZ7.208511.644810.4621
Yxy11.64480.24590.3972
Hunter Lab34.1245-22.01135.7096
CIE-Lab40.6459-32.51976.0610

#086d55 color RGB value is (8,109,85).

#086d55 hex color red value is 8, green value is 109 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #086d55 hue: 0.46 , saturation: 0.86 and the lightness value of 086d55 is 0.23.

The process color (four color CMYK) of #086d55 color hex is 0.93, 0.00, 0.22, 0.57. Web safe color of #086d55 is #006666. Color #086d55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101101 01010101
Octal 10 155 125
Decimal 8 109 85
Hex 8 6D 55

RGB Percentages of Color #086d55

%3.96
%53.96
%42.08

CMYK Percentages of Color #086d55

%93
%0
%22
%57

Triadic Colors of #086d55

#086d55 #55086d #6d5508

Analogous Colors of #086d55

#086d55 #08536d #086d23

Monochromatic Colors of #086d55

#086d55

Complementary Color

#086d55 #6d0820

#086d55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086d55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#086d55 Color CSS Codes

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

#086d55 Text Font Color

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

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


#086d55 Background Color

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

This div background color is #086d55


#086d55 Border Color

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

This div border color is #086d55


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,109,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #086d55; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #086d55;
  -webkit-box-shadow: 1px 1px 3px 2px #086d55;
  box-shadow:         1px 1px 3px 2px #086d55; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086d55


Comments

No comments written yet.

Please login to write comment.