Color Hex Logo

#086cd0 Color Hex

#086CD0
(8,108,208)
0 Favorites   0 Comments

Color spaces of #086cd0

RGB 8108208
HSL0.580.930.42
HSV210°96°82°
CMYK 0.960.480.00   0.18
XYZ16.847915.330861.7457
Yxy15.33080.17940.1632
Hunter Lab39.15468.2866-66.0905
CIE-Lab46.084013.2669-58.5022

#086cd0 color RGB value is (8,108,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101100 11010000
Octal 10 154 320
Decimal 8 108 208
Hex 8 6C D0

RGB Percentages of Color #086cd0

%2.47
%33.33
%64.20

CMYK Percentages of Color #086cd0

%96
%48
%0
%18

Triadic Colors of #086cd0

#086cd0 #d0086c #6cd008

Analogous Colors of #086cd0

#086cd0 #0808d0 #08d0d0

Monochromatic Colors of #086cd0

#086cd0

Complementary Color

#086cd0 #d06c08

#086cd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086cd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#086cd0 Color CSS Codes

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

#086cd0 Text Font Color

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

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


#086cd0 Background Color

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

This div background color is #086cd0


#086cd0 Border Color

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

This div border color is #086cd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086cd0


Comments

No comments written yet.

Please login to write comment.