Color Hex Logo

#85eede Color Hex

#85EEDE
(133,238,222)
0 Favorites   0 Comments

Color spaces of #85eede

RGB 133238222
HSL0.470.760.73
HSV171°44°93°
CMYK 0.440.000.07   0.07
XYZ53.432271.409580.0745
Yxy71.40950.26080.3485
Hunter Lab84.5041-35.01622.9708
CIE-Lab87.6836-34.2528-1.7619

#85eede color RGB value is (133,238,222).

#85eede hex color red value is 133, green value is 238 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #85eede hue: 0.47 , saturation: 0.76 and the lightness value of 85eede is 0.73.

The process color (four color CMYK) of #85eede color hex is 0.44, 0.00, 0.07, 0.07. Web safe color of #85eede is #99ffcc. Color #85eede contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101110 11011110
Octal 205 356 336
Decimal 133 238 222
Hex 85 EE DE

RGB Percentages of Color #85eede

%22.43
%40.13
%37.44

CMYK Percentages of Color #85eede

%44
%0
%7
%7

Triadic Colors of #85eede

#85eede #de85ee #eede85

Analogous Colors of #85eede

#85eede #85caee #85eeaa

Monochromatic Colors of #85eede

#85eede

Complementary Color

#85eede #ee8595

#85eede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85eede Color Preview on White Background

Lorem ipsum dolor sit amet.

#85eede Color CSS Codes

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

#85eede Text Font Color

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

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


#85eede Background Color

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

This div background color is #85eede


#85eede Border Color

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

This div border color is #85eede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,238,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85eede


Comments

No comments written yet.

Please login to write comment.