Color Hex Logo

#85deeb Color Hex

#85DEEB
(133,222,235)
0 Favorites   0 Comments

Color spaces of #85deeb

RGB 133222235
HSL0.520.720.72
HSV188°43°92°
CMYK 0.430.060.00   0.08
XYZ50.789563.227388.1245
Yxy63.22730.25130.3128
Hunter Lab79.5156-25.1379-10.0482
CIE-Lab83.5618-23.4052-14.7258

#85deeb color RGB value is (133,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011110 11101011
Octal 205 336 353
Decimal 133 222 235
Hex 85 DE EB

RGB Percentages of Color #85deeb

%22.54
%37.63
%39.83

CMYK Percentages of Color #85deeb

%43
%6
%0
%8

Triadic Colors of #85deeb

#85deeb #eb85de #deeb85

Analogous Colors of #85deeb

#85deeb #85abeb #85ebc5

Monochromatic Colors of #85deeb

#85deeb

Complementary Color

#85deeb #eb9285

#85deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85deeb Color CSS Codes

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

#85deeb Text Font Color

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

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


#85deeb Background Color

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

This div background color is #85deeb


#85deeb Border Color

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

This div border color is #85deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85deeb


Comments

No comments written yet.

Please login to write comment.