Color Hex Logo

#085bec Color Hex

#085BEC
(8,91,236)
0 Favorites   0 Comments

Color spaces of #085bec

RGB 891236
HSL0.610.930.48
HSV218°97°93°
CMYK 0.970.610.00   0.07
XYZ18.981513.589980.9796
Yxy13.58990.16720.1197
Hunter Lab36.864527.3967-104.4362
CIE-Lab43.639035.1942-78.3785

#085bec color RGB value is (8,91,236).

#085bec hex color red value is 8, green value is 91 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #085bec hue: 0.61 , saturation: 0.93 and the lightness value of 085bec is 0.48.

The process color (four color CMYK) of #085bec color hex is 0.97, 0.61, 0.00, 0.07. Web safe color of #085bec is #0066ff. Color #085bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011011 11101100
Octal 10 133 354
Decimal 8 91 236
Hex 8 5B EC

RGB Percentages of Color #085bec

%2.39
%27.16
%70.45

CMYK Percentages of Color #085bec

%97
%61
%0
%7

Triadic Colors of #085bec

#085bec #ec085b #5bec08

Analogous Colors of #085bec

#085bec #2708ec #08cdec

Monochromatic Colors of #085bec

#085bec

Complementary Color

#085bec #ec9908

#085bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#085bec Color CSS Codes

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

#085bec Text Font Color

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

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


#085bec Background Color

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

This div background color is #085bec


#085bec Border Color

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

This div border color is #085bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085bec


Comments

No comments written yet.

Please login to write comment.