Color Hex Logo

#086ccd Color Hex

#086CCD
(8,108,205)
0 Favorites   0 Comments

Color spaces of #086ccd

RGB 8108205
HSL0.580.920.42
HSV210°96°80°
CMYK 0.960.470.00   0.20
XYZ16.482115.184559.8198
Yxy15.18450.18020.1660
Hunter Lab38.96737.3079-63.7407
CIE-Lab45.885912.0732-57.1044

#086ccd color RGB value is (8,108,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101100 11001101
Octal 10 154 315
Decimal 8 108 205
Hex 8 6C CD

RGB Percentages of Color #086ccd

%2.49
%33.64
%63.86

CMYK Percentages of Color #086ccd

%96
%47
%0
%20

Triadic Colors of #086ccd

#086ccd #cd086c #6ccd08

Analogous Colors of #086ccd

#086ccd #080acd #08cdcc

Monochromatic Colors of #086ccd

#086ccd

Complementary Color

#086ccd #cd6908

#086ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#086ccd Color CSS Codes

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

#086ccd Text Font Color

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

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


#086ccd Background Color

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

This div background color is #086ccd


#086ccd Border Color

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

This div border color is #086ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086ccd


Comments

No comments written yet.

Please login to write comment.