Color Hex Logo

#086aaf Color Hex

#086AAF
(8,106,175)
0 Favorites   0 Comments

Color spaces of #086aaf

RGB 8106175
HSL0.570.910.36
HSV205°95°69°
CMYK 0.950.390.00   0.31
XYZ12.992013.454842.4697
Yxy13.45480.18850.1952
Hunter Lab36.6808-0.9683-42.9705
CIE-Lab43.44071.3526-43.6451

#086aaf color RGB value is (8,106,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101010 10101111
Octal 10 152 257
Decimal 8 106 175
Hex 8 6A AF

RGB Percentages of Color #086aaf

%2.77
%36.68
%60.55

CMYK Percentages of Color #086aaf

%95
%39
%0
%31

Triadic Colors of #086aaf

#086aaf #af086a #6aaf08

Analogous Colors of #086aaf

#086aaf #0817af #08afa1

Monochromatic Colors of #086aaf

#086aaf

Complementary Color

#086aaf #af4d08

#086aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#086aaf Color CSS Codes

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

#086aaf Text Font Color

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

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


#086aaf Background Color

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

This div background color is #086aaf


#086aaf Border Color

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

This div border color is #086aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086aaf


Comments

No comments written yet.

Please login to write comment.