Color Hex Logo

#85e5eb Color Hex

#85E5EB
(133,229,235)
0 Favorites   0 Comments

Color spaces of #85e5eb

RGB 133229235
HSL0.510.720.72
HSV184°43°92°
CMYK 0.430.030.00   0.08
XYZ52.687667.023388.7571
Yxy67.02330.25270.3215
Hunter Lab81.8678-28.3914-6.9719
CIE-Lab85.5157-26.8343-11.8019

#85e5eb color RGB value is (133,229,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11100101 11101011
Octal 205 345 353
Decimal 133 229 235
Hex 85 E5 EB

RGB Percentages of Color #85e5eb

%22.28
%38.36
%39.36

CMYK Percentages of Color #85e5eb

%43
%3
%0
%8

Triadic Colors of #85e5eb

#85e5eb #eb85e5 #e5eb85

Analogous Colors of #85e5eb

#85e5eb #85b2eb #85ebbe

Monochromatic Colors of #85e5eb

#85e5eb

Complementary Color

#85e5eb #eb8b85

#85e5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85e5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85e5eb Color CSS Codes

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

#85e5eb Text Font Color

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

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


#85e5eb Background Color

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

This div background color is #85e5eb


#85e5eb Border Color

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

This div border color is #85e5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85e5eb


Comments

No comments written yet.

Please login to write comment.