Color Hex Logo

#086bde Color Hex

#086BDE
(8,107,222)
0 Favorites   0 Comments

Color spaces of #086bde

RGB 8107222
HSL0.590.930.45
HSV212°96°87°
CMYK 0.960.520.00   0.13
XYZ18.542715.840971.1875
Yxy15.84090.17560.1500
Hunter Lab39.800613.5102-78.1858
CIE-Lab46.765119.4500-65.3690

#086bde color RGB value is (8,107,222).

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

The process color (four color CMYK) of #086bde color hex is 0.96, 0.52, 0.00, 0.13. Web safe color of #086bde is #0066cc. Color #086bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101011 11011110
Octal 10 153 336
Decimal 8 107 222
Hex 8 6B DE

RGB Percentages of Color #086bde

%2.37
%31.75
%65.88

CMYK Percentages of Color #086bde

%96
%52
%0
%13

Triadic Colors of #086bde

#086bde #de086b #6bde08

Analogous Colors of #086bde

#086bde #1008de #08d6de

Monochromatic Colors of #086bde

#086bde

Complementary Color

#086bde #de7b08

#086bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#086bde Color CSS Codes

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

#086bde Text Font Color

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

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


#086bde Background Color

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

This div background color is #086bde


#086bde Border Color

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

This div border color is #086bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086bde


Comments

No comments written yet.

Please login to write comment.