Color Hex Logo

#085ecc Color Hex

#085ECC
(8,94,204)
0 Favorites   0 Comments

Color spaces of #085ecc

RGB 894204
HSL0.590.920.42
HSV214°96°80°
CMYK 0.960.540.00   0.20
XYZ15.001912.416758.7327
Yxy12.41670.17410.1441
Hunter Lab35.237314.3290-74.1569
CIE-Lab41.870920.7694-63.0285

#085ecc color RGB value is (8,94,204).

#085ecc hex color red value is 8, green value is 94 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #085ecc hue: 0.59 , saturation: 0.92 and the lightness value of 085ecc is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011110 11001100
Octal 10 136 314
Decimal 8 94 204
Hex 8 5E CC

RGB Percentages of Color #085ecc

%2.61
%30.72
%66.67

CMYK Percentages of Color #085ecc

%96
%54
%0
%20

Triadic Colors of #085ecc

#085ecc #cc085e #5ecc08

Analogous Colors of #085ecc

#085ecc #1408cc #08c0cc

Monochromatic Colors of #085ecc

#085ecc

Complementary Color

#085ecc #cc7608

#085ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#085ecc Color CSS Codes

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

#085ecc Text Font Color

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

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


#085ecc Background Color

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

This div background color is #085ecc


#085ecc Border Color

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

This div border color is #085ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085ecc


Comments

No comments written yet.

Please login to write comment.