Color Hex Logo

#086dce Color Hex

#086DCE
(8,109,206)
0 Favorites   0 Comments

Color spaces of #086dce

RGB 8109206
HSL0.580.930.42
HSV209°96°81°
CMYK 0.960.470.00   0.19
XYZ16.709415.445160.4930
Yxy15.44510.18040.1667
Hunter Lab39.30037.1179-63.7521
CIE-Lab46.237911.8317-57.1096

#086dce color RGB value is (8,109,206).

#086dce hex color red value is 8, green value is 109 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #086dce hue: 0.58 , saturation: 0.93 and the lightness value of 086dce is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101101 11001110
Octal 10 155 316
Decimal 8 109 206
Hex 8 6D CE

RGB Percentages of Color #086dce

%2.48
%33.75
%63.78

CMYK Percentages of Color #086dce

%96
%47
%0
%19

Triadic Colors of #086dce

#086dce #ce086d #6dce08

Analogous Colors of #086dce

#086dce #080ace #08cecc

Monochromatic Colors of #086dce

#086dce

Complementary Color

#086dce #ce6908

#086dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#086dce Color CSS Codes

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

#086dce Text Font Color

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

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


#086dce Background Color

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

This div background color is #086dce


#086dce Border Color

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

This div border color is #086dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086dce


Comments

No comments written yet.

Please login to write comment.