Color Hex Logo

#085ceb Color Hex

#085CEB
(8,92,235)
0 Favorites   0 Comments

Color spaces of #085ceb

RGB 892235
HSL0.600.930.48
HSV218°97°92°
CMYK 0.970.610.00   0.08
XYZ18.922713.704180.2451
Yxy13.70410.16760.1214
Hunter Lab37.019026.4589-102.6078
CIE-Lab43.805634.1740-77.5418

#085ceb color RGB value is (8,92,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011100 11101011
Octal 10 134 353
Decimal 8 92 235
Hex 8 5C EB

RGB Percentages of Color #085ceb

%2.39
%27.46
%70.15

CMYK Percentages of Color #085ceb

%97
%61
%0
%8

Triadic Colors of #085ceb

#085ceb #eb085c #5ceb08

Analogous Colors of #085ceb

#085ceb #2608eb #08ceeb

Monochromatic Colors of #085ceb

#085ceb

Complementary Color

#085ceb #eb9708

#085ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#085ceb Color CSS Codes

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

#085ceb Text Font Color

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

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


#085ceb Background Color

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

This div background color is #085ceb


#085ceb Border Color

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

This div border color is #085ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085ceb


Comments

No comments written yet.

Please login to write comment.