Color Hex Logo

#85e0dd Color Hex

#85E0DD
(133,224,221)
0 Favorites   0 Comments

Color spaces of #85e0dd

RGB 133224221
HSL0.490.590.70
HSV178°41°88°
CMYK 0.410.000.01   0.12
XYZ49.379763.518378.0643
Yxy63.51830.25860.3326
Hunter Lab79.6984-28.8767-2.2855
CIE-Lab83.7143-27.8520-7.0819

#85e0dd color RGB value is (133,224,221).

#85e0dd hex color red value is 133, green value is 224 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #85e0dd hue: 0.49 , saturation: 0.59 and the lightness value of 85e0dd is 0.70.

The process color (four color CMYK) of #85e0dd color hex is 0.41, 0.00, 0.01, 0.12. Web safe color of #85e0dd is #99cccc. Color #85e0dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11100000 11011101
Octal 205 340 335
Decimal 133 224 221
Hex 85 E0 DD

RGB Percentages of Color #85e0dd

%23.01
%38.75
%38.24

CMYK Percentages of Color #85e0dd

%41
%0
%1
%12

Triadic Colors of #85e0dd

#85e0dd #dd85e0 #e0dd85

Analogous Colors of #85e0dd

#85e0dd #85b6e0 #85e0b0

Monochromatic Colors of #85e0dd

#85e0dd

Complementary Color

#85e0dd #e08588

#85e0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85e0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85e0dd Color CSS Codes

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

#85e0dd Text Font Color

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

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


#85e0dd Background Color

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

This div background color is #85e0dd


#85e0dd Border Color

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

This div border color is #85e0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85e0dd


Comments

No comments written yet.

Please login to write comment.