Color Hex Logo

#0860ae Color Hex

#0860AE
(8,96,174)
0 Favorites   0 Comments

Color spaces of #0860ae

RGB 896174
HSL0.580.910.36
HSV208°95°68°
CMYK 0.950.450.00   0.32
XYZ11.923011.473441.6306
Yxy11.47340.18340.1764
Hunter Lab33.87243.5548-49.1592
CIE-Lab40.36667.3355-47.9764

#0860ae color RGB value is (8,96,174).

#0860ae hex color red value is 8, green value is 96 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0860ae hue: 0.58 , saturation: 0.91 and the lightness value of 0860ae is 0.36.

The process color (four color CMYK) of #0860ae color hex is 0.95, 0.45, 0.00, 0.32. Web safe color of #0860ae is #006699. Color #0860ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01100000 10101110
Octal 10 140 256
Decimal 8 96 174
Hex 8 60 AE

RGB Percentages of Color #0860ae

%2.88
%34.53
%62.59

CMYK Percentages of Color #0860ae

%95
%45
%0
%32

Triadic Colors of #0860ae

#0860ae #ae0860 #60ae08

Analogous Colors of #0860ae

#0860ae #080dae #08aea9

Monochromatic Colors of #0860ae

#0860ae

Complementary Color

#0860ae #ae5608

#0860ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0860ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0860ae Color CSS Codes

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

#0860ae Text Font Color

<p style="color:#0860ae">Text here</p>

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


#0860ae Background Color

<div style="background-color:#0860ae">
Div content here</div>

This div background color is #0860ae


#0860ae Border Color

<div style="border:3px solid #0860ae">
Div here</div>

This div border color is #0860ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,96,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0860ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0860ae;
  -webkit-box-shadow: 1px 1px 3px 2px #0860ae;
  box-shadow:         1px 1px 3px 2px #0860ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0860ae


Comments

No comments written yet.

Please login to write comment.