Color Hex Logo

#086fad Color Hex

#086FAD
(8,111,173)
0 Favorites   0 Comments

Color spaces of #086fad

RGB 8111173
HSL0.560.910.35
HSV203°95°68°
CMYK 0.950.360.00   0.32
XYZ13.327414.437641.6195
Yxy14.43760.19210.2081
Hunter Lab37.9968-3.8856-38.3450
CIE-Lab44.8541-2.5420-40.2265

#086fad color RGB value is (8,111,173).

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

The process color (four color CMYK) of #086fad color hex is 0.95, 0.36, 0.00, 0.32. Web safe color of #086fad is #006699. Color #086fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101111 10101101
Octal 10 157 255
Decimal 8 111 173
Hex 8 6F AD

RGB Percentages of Color #086fad

%2.74
%38.01
%59.25

CMYK Percentages of Color #086fad

%95
%36
%0
%32

Triadic Colors of #086fad

#086fad #ad086f #6fad08

Analogous Colors of #086fad

#086fad #081dad #08ad99

Monochromatic Colors of #086fad

#086fad

Complementary Color

#086fad #ad4608

#086fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#086fad Color CSS Codes

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

#086fad Text Font Color

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

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


#086fad Background Color

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

This div background color is #086fad


#086fad Border Color

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

This div border color is #086fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086fad


Comments

No comments written yet.

Please login to write comment.