Color Hex Logo

#086bab Color Hex

#086BAB
(8,107,171)
0 Favorites   0 Comments

Color spaces of #086bab

RGB 8107171
HSL0.570.910.35
HSV204°95°67°
CMYK 0.950.370.00   0.33
XYZ12.708513.507340.4654
Yxy13.50730.19060.2026
Hunter Lab36.7523-2.5933-39.5535
CIE-Lab43.5179-0.8674-41.1760

#086bab color RGB value is (8,107,171).

#086bab hex color red value is 8, green value is 107 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #086bab hue: 0.57 , saturation: 0.91 and the lightness value of 086bab is 0.35.

The process color (four color CMYK) of #086bab color hex is 0.95, 0.37, 0.00, 0.33. Web safe color of #086bab is #006699. Color #086bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101011 10101011
Octal 10 153 253
Decimal 8 107 171
Hex 8 6B AB

RGB Percentages of Color #086bab

%2.80
%37.41
%59.79

CMYK Percentages of Color #086bab

%95
%37
%0
%33

Triadic Colors of #086bab

#086bab #ab086b #6bab08

Analogous Colors of #086bab

#086bab #0819ab #08ab9a

Monochromatic Colors of #086bab

#086bab

Complementary Color

#086bab #ab4808

#086bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#086bab Color CSS Codes

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

#086bab Text Font Color

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

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


#086bab Background Color

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

This div background color is #086bab


#086bab Border Color

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

This div border color is #086bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086bab


Comments

No comments written yet.

Please login to write comment.