Color Hex Logo

#086ecf Color Hex

#086ECF
(8,110,207)
0 Favorites   0 Comments

Color spaces of #086ecf

RGB 8110207
HSL0.580.930.42
HSV209°96°81°
CMYK 0.960.470.00   0.19
XYZ16.938615.708561.1708
Yxy15.70850.18050.1674
Hunter Lab39.63406.9272-63.7641
CIE-Lab46.589711.5902-57.1149

#086ecf color RGB value is (8,110,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101110 11001111
Octal 10 156 317
Decimal 8 110 207
Hex 8 6E CF

RGB Percentages of Color #086ecf

%2.46
%33.85
%63.69

CMYK Percentages of Color #086ecf

%96
%47
%0
%19

Triadic Colors of #086ecf

#086ecf #cf086e #6ecf08

Analogous Colors of #086ecf

#086ecf #080bcf #08cfcd

Monochromatic Colors of #086ecf

#086ecf

Complementary Color

#086ecf #cf6908

#086ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#086ecf Color CSS Codes

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

#086ecf Text Font Color

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

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


#086ecf Background Color

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

This div background color is #086ecf


#086ecf Border Color

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

This div border color is #086ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086ecf


Comments

No comments written yet.

Please login to write comment.