Color Hex Logo

#086d9e Color Hex

#086D9E
(8,109,158)
0 Favorites   0 Comments

Color spaces of #086d9e

RGB 8109158
HSL0.550.900.33
HSV200°95°62°
CMYK 0.950.310.00   0.38
XYZ11.740313.457534.3265
Yxy13.45750.19720.2261
Hunter Lab36.6845-7.0716-29.7999
CIE-Lab43.4447-7.2169-33.6286

#086d9e color RGB value is (8,109,158).

#086d9e hex color red value is 8, green value is 109 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #086d9e hue: 0.55 , saturation: 0.90 and the lightness value of 086d9e is 0.33.

The process color (four color CMYK) of #086d9e color hex is 0.95, 0.31, 0.00, 0.38. Web safe color of #086d9e is #006699. Color #086d9e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101101 10011110
Octal 10 155 236
Decimal 8 109 158
Hex 8 6D 9E

RGB Percentages of Color #086d9e

%2.91
%39.64
%57.45

CMYK Percentages of Color #086d9e

%95
%31
%0
%38

Triadic Colors of #086d9e

#086d9e #9e086d #6d9e08

Analogous Colors of #086d9e

#086d9e #08229e #089e84

Monochromatic Colors of #086d9e

#086d9e

Complementary Color

#086d9e #9e3908

#086d9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086d9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#086d9e Color CSS Codes

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

#086d9e Text Font Color

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

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


#086d9e Background Color

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

This div background color is #086d9e


#086d9e Border Color

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

This div border color is #086d9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086d9e


Comments

No comments written yet.

Please login to write comment.