Color Hex Logo

#085ade Color Hex

#085ADE
(8,90,222)
0 Favorites   0 Comments

Color spaces of #085ade

RGB 890222
HSL0.600.930.45
HSV217°96°87°
CMYK 0.960.590.00   0.13
XYZ16.941112.637970.6537
Yxy12.63790.16900.1261
Hunter Lab35.549822.8511-92.9514
CIE-Lab42.212530.4713-72.7833

#085ade color RGB value is (8,90,222).

#085ade hex color red value is 8, green value is 90 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #085ade hue: 0.60 , saturation: 0.93 and the lightness value of 085ade is 0.45.

The process color (four color CMYK) of #085ade color hex is 0.96, 0.59, 0.00, 0.13. Web safe color of #085ade is #0066cc. Color #085ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011010 11011110
Octal 10 132 336
Decimal 8 90 222
Hex 8 5A DE

RGB Percentages of Color #085ade

%2.50
%28.13
%69.38

CMYK Percentages of Color #085ade

%96
%59
%0
%13

Triadic Colors of #085ade

#085ade #de085a #5ade08

Analogous Colors of #085ade

#085ade #2108de #08c5de

Monochromatic Colors of #085ade

#085ade

Complementary Color

#085ade #de8c08

#085ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#085ade Color CSS Codes

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

#085ade Text Font Color

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

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


#085ade Background Color

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

This div background color is #085ade


#085ade Border Color

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

This div border color is #085ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085ade


Comments

No comments written yet.

Please login to write comment.