Color Hex Logo

#086ccc Color Hex

#086CCC
(8,108,204)
0 Favorites   0 Comments

Color spaces of #086ccc

RGB 8108204
HSL0.580.920.42
HSV209°96°80°
CMYK 0.960.470.00   0.20
XYZ16.361815.136459.1860
Yxy15.13640.18040.1669
Hunter Lab38.90556.9839-62.9625
CIE-Lab45.820511.6752-56.6366

#086ccc color RGB value is (8,108,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101100 11001100
Octal 10 154 314
Decimal 8 108 204
Hex 8 6C CC

RGB Percentages of Color #086ccc

%2.50
%33.75
%63.75

CMYK Percentages of Color #086ccc

%96
%47
%0
%20

Triadic Colors of #086ccc

#086ccc #cc086c #6ccc08

Analogous Colors of #086ccc

#086ccc #080acc #08ccca

Monochromatic Colors of #086ccc

#086ccc

Complementary Color

#086ccc #cc6808

#086ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#086ccc Color CSS Codes

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

#086ccc Text Font Color

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

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


#086ccc Background Color

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

This div background color is #086ccc


#086ccc Border Color

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

This div border color is #086ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086ccc


Comments

No comments written yet.

Please login to write comment.