Color Hex Logo

#086feb Color Hex

#086FEB
(8,111,235)
0 Favorites   0 Comments

Color spaces of #086feb

RGB 8111235
HSL0.590.930.48
HSV213°97°92°
CMYK 0.970.530.00   0.08
XYZ20.780017.418780.8642
Yxy17.41870.17450.1463
Hunter Lab41.735715.8367-85.6611
CIE-Lab48.783321.9736-69.4228

#086feb color RGB value is (8,111,235).

#086feb hex color red value is 8, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #086feb hue: 0.59 , saturation: 0.93 and the lightness value of 086feb is 0.48.

The process color (four color CMYK) of #086feb color hex is 0.97, 0.53, 0.00, 0.08. Web safe color of #086feb is #0066ff. Color #086feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101111 11101011
Octal 10 157 353
Decimal 8 111 235
Hex 8 6F EB

RGB Percentages of Color #086feb

%2.26
%31.36
%66.38

CMYK Percentages of Color #086feb

%97
%53
%0
%8

Triadic Colors of #086feb

#086feb #eb086f #6feb08

Analogous Colors of #086feb

#086feb #1208eb #08e1eb

Monochromatic Colors of #086feb

#086feb

Complementary Color

#086feb #eb8408

#086feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#086feb Color CSS Codes

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

#086feb Text Font Color

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

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


#086feb Background Color

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

This div background color is #086feb


#086feb Border Color

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

This div border color is #086feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086feb


Comments

No comments written yet.

Please login to write comment.