Color Hex Logo

#086fec Color Hex

#086FEC
(8,111,236)
0 Favorites   0 Comments

Color spaces of #086fec

RGB 8111236
HSL0.590.930.48
HSV213°97°93°
CMYK 0.970.530.00   0.07
XYZ20.924917.476681.6273
Yxy17.47660.17430.1456
Hunter Lab41.805016.1868-86.5045
CIE-Lab48.855022.3631-69.8671

#086fec color RGB value is (8,111,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101111 11101100
Octal 10 157 354
Decimal 8 111 236
Hex 8 6F EC

RGB Percentages of Color #086fec

%2.25
%31.27
%66.48

CMYK Percentages of Color #086fec

%97
%53
%0
%7

Triadic Colors of #086fec

#086fec #ec086f #6fec08

Analogous Colors of #086fec

#086fec #1308ec #08e1ec

Monochromatic Colors of #086fec

#086fec

Complementary Color

#086fec #ec8508

#086fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#086fec Color CSS Codes

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

#086fec Text Font Color

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

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


#086fec Background Color

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

This div background color is #086fec


#086fec Border Color

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

This div border color is #086fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086fec


Comments

No comments written yet.

Please login to write comment.