Color Hex Logo

#085baa Color Hex

#085BAA
(8,91,170)
0 Favorites   0 Comments

Color spaces of #085baa

RGB 891170
HSL0.580.910.35
HSV209°95°67°
CMYK 0.950.460.00   0.33
XYZ11.096910.436139.4597
Yxy10.43610.18190.1711
Hunter Lab32.30504.7819-49.8078
CIE-Lab38.61408.9703-48.4297

#085baa color RGB value is (8,91,170).

#085baa hex color red value is 8, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #085baa hue: 0.58 , saturation: 0.91 and the lightness value of 085baa is 0.35.

The process color (four color CMYK) of #085baa color hex is 0.95, 0.46, 0.00, 0.33. Web safe color of #085baa is #006699. Color #085baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011011 10101010
Octal 10 133 252
Decimal 8 91 170
Hex 8 5B AA

RGB Percentages of Color #085baa

%2.97
%33.83
%63.20

CMYK Percentages of Color #085baa

%95
%46
%0
%33

Triadic Colors of #085baa

#085baa #aa085b #5baa08

Analogous Colors of #085baa

#085baa #080aaa #08aaa8

Monochromatic Colors of #085baa

#085baa

Complementary Color

#085baa #aa5708

#085baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#085baa Color CSS Codes

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

#085baa Text Font Color

<p style="color:#085baa">Text here</p>

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


#085baa Background Color

<div style="background-color:#085baa">
Div content here</div>

This div background color is #085baa


#085baa Border Color

<div style="border:3px solid #085baa">
Div here</div>

This div border color is #085baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,91,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #085baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #085baa;
  -webkit-box-shadow: 1px 1px 3px 2px #085baa;
  box-shadow:         1px 1px 3px 2px #085baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085baa


Comments

No comments written yet.

Please login to write comment.