Color Hex Logo

#086abd Color Hex

#086ABD
(8,106,189)
0 Favorites   0 Comments

Color spaces of #086abd

RGB 8106189
HSL0.580.920.39
HSV208°96°74°
CMYK 0.960.440.00   0.26
XYZ14.439514.033850.0919
Yxy14.03380.18380.1786
Hunter Lab37.46173.2443-53.0564
CIE-Lab44.28146.9596-50.4613

#086abd color RGB value is (8,106,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101010 10111101
Octal 10 152 275
Decimal 8 106 189
Hex 8 6A BD

RGB Percentages of Color #086abd

%2.64
%34.98
%62.38

CMYK Percentages of Color #086abd

%96
%44
%0
%26

Triadic Colors of #086abd

#086abd #bd086a #6abd08

Analogous Colors of #086abd

#086abd #0810bd #08bdb6

Monochromatic Colors of #086abd

#086abd

Complementary Color

#086abd #bd5b08

#086abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#086abd Color CSS Codes

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

#086abd Text Font Color

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

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


#086abd Background Color

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

This div background color is #086abd


#086abd Border Color

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

This div border color is #086abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086abd


Comments

No comments written yet.

Please login to write comment.