Color Hex Logo

#086bca Color Hex

#086BCA
(8,107,202)
0 Favorites   0 Comments

Color spaces of #086bca

RGB 8107202
HSL0.580.920.41
HSV209°96°79°
CMYK 0.960.470.00   0.21
XYZ16.018514.831357.8956
Yxy14.83130.18050.1671
Hunter Lab38.51146.8506-62.1748
CIE-Lab45.402311.5186-56.1627

#086bca color RGB value is (8,107,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101011 11001010
Octal 10 153 312
Decimal 8 107 202
Hex 8 6B CA

RGB Percentages of Color #086bca

%2.52
%33.75
%63.72

CMYK Percentages of Color #086bca

%96
%47
%0
%21

Triadic Colors of #086bca

#086bca #ca086b #6bca08

Analogous Colors of #086bca

#086bca #080aca #08cac8

Monochromatic Colors of #086bca

#086bca

Complementary Color

#086bca #ca6708

#086bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#086bca Color CSS Codes

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

#086bca Text Font Color

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

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


#086bca Background Color

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

This div background color is #086bca


#086bca Border Color

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

This div border color is #086bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086bca


Comments

No comments written yet.

Please login to write comment.