Color Hex Logo

#085aae Color Hex

#085AAE
(8,90,174)
0 Favorites   0 Comments

Color spaces of #085aae

RGB 890174
HSL0.580.910.36
HSV210°95°68°
CMYK 0.950.480.00   0.32
XYZ11.396310.419941.4550
Yxy10.41990.18010.1647
Hunter Lab32.27996.5291-53.5465
CIE-Lab38.585711.2705-50.8425

#085aae color RGB value is (8,90,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011010 10101110
Octal 10 132 256
Decimal 8 90 174
Hex 8 5A AE

RGB Percentages of Color #085aae

%2.94
%33.09
%63.97

CMYK Percentages of Color #085aae

%95
%48
%0
%32

Triadic Colors of #085aae

#085aae #ae085a #5aae08

Analogous Colors of #085aae

#085aae #0908ae #08adae

Monochromatic Colors of #085aae

#085aae

Complementary Color

#085aae #ae5c08

#085aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#085aae Color CSS Codes

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

#085aae Text Font Color

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

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


#085aae Background Color

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

This div background color is #085aae


#085aae Border Color

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

This div border color is #085aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085aae


Comments

No comments written yet.

Please login to write comment.