Color Hex Logo

#85b7eb Color Hex

#85B7EB
(133,183,235)
0 Favorites   0 Comments

Color spaces of #85b7eb

RGB 133183235
HSL0.580.720.72
HSV211°43°92°
CMYK 0.430.220.00   0.08
XYZ41.601744.851785.0619
Yxy44.85170.24260.2615
Hunter Lab66.9714-6.3183-28.4256
CIE-Lab72.7941-3.1030-31.1061

#85b7eb color RGB value is (133,183,235).

#85b7eb hex color red value is 133, green value is 183 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #85b7eb hue: 0.58 , saturation: 0.72 and the lightness value of 85b7eb is 0.72.

The process color (four color CMYK) of #85b7eb color hex is 0.43, 0.22, 0.00, 0.08. Web safe color of #85b7eb is #99ccff. Color #85b7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10110111 11101011
Octal 205 267 353
Decimal 133 183 235
Hex 85 B7 EB

RGB Percentages of Color #85b7eb

%24.14
%33.21
%42.65

CMYK Percentages of Color #85b7eb

%43
%22
%0
%8

Triadic Colors of #85b7eb

#85b7eb #eb85b7 #b7eb85

Analogous Colors of #85b7eb

#85b7eb #8685eb #85eaeb

Monochromatic Colors of #85b7eb

#85b7eb

Complementary Color

#85b7eb #ebb985

#85b7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85b7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85b7eb Color CSS Codes

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

#85b7eb Text Font Color

<p style="color:#85b7eb">Text here</p>

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


#85b7eb Background Color

<div style="background-color:#85b7eb">
Div content here</div>

This div background color is #85b7eb


#85b7eb Border Color

<div style="border:3px solid #85b7eb">
Div here</div>

This div border color is #85b7eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,183,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85b7eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85b7eb;
  -webkit-box-shadow: 1px 1px 3px 2px #85b7eb;
  box-shadow:         1px 1px 3px 2px #85b7eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,183,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 #85b7eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85b7eb


Comments

No comments written yet.

Please login to write comment.