Color Hex Logo

#086eaf Color Hex

#086EAF
(8,110,175)
0 Favorites   0 Comments

Color spaces of #086eaf

RGB 8110175
HSL0.560.910.36
HSV203°95°69°
CMYK 0.950.370.00   0.31
XYZ13.413914.298642.6104
Yxy14.29860.19070.2033
Hunter Lab37.8135-2.8528-40.3419
CIE-Lab44.6582-1.1367-41.7072

#086eaf color RGB value is (8,110,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101110 10101111
Octal 10 156 257
Decimal 8 110 175
Hex 8 6E AF

RGB Percentages of Color #086eaf

%2.73
%37.54
%59.73

CMYK Percentages of Color #086eaf

%95
%37
%0
%31

Triadic Colors of #086eaf

#086eaf #af086e #6eaf08

Analogous Colors of #086eaf

#086eaf #081baf #08af9d

Monochromatic Colors of #086eaf

#086eaf

Complementary Color

#086eaf #af4908

#086eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#086eaf Color CSS Codes

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

#086eaf Text Font Color

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

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


#086eaf Background Color

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

This div background color is #086eaf


#086eaf Border Color

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

This div border color is #086eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,110,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 #086eaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086eaf


Comments

No comments written yet.

Please login to write comment.