Color Hex Logo

#085dae Color Hex

#085DAE
(8,93,174)
0 Favorites   0 Comments

Color spaces of #085dae

RGB 893174
HSL0.580.910.36
HSV209°95°68°
CMYK 0.950.470.00   0.32
XYZ11.654510.936341.5411
Yxy10.93630.18170.1705
Hunter Lab33.07015.0340-51.3283
CIE-Lab39.47309.2943-49.4130

#085dae color RGB value is (8,93,174).

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

The process color (four color CMYK) of #085dae color hex is 0.95, 0.47, 0.00, 0.32. Web safe color of #085dae is #006699. Color #085dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011101 10101110
Octal 10 135 256
Decimal 8 93 174
Hex 8 5D AE

RGB Percentages of Color #085dae

%2.91
%33.82
%63.27

CMYK Percentages of Color #085dae

%95
%47
%0
%32

Triadic Colors of #085dae

#085dae #ae085d #5dae08

Analogous Colors of #085dae

#085dae #080aae #08aeac

Monochromatic Colors of #085dae

#085dae

Complementary Color

#085dae #ae5908

#085dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#085dae Color CSS Codes

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

#085dae Text Font Color

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

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


#085dae Background Color

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

This div background color is #085dae


#085dae Border Color

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

This div border color is #085dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,93,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 #085dae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085dae


Comments

No comments written yet.

Please login to write comment.