Color Hex Logo

#85ddcd Color Hex

#85DDCD
(133,221,205)
0 Favorites   0 Comments

Color spaces of #85ddcd

RGB 133221205
HSL0.470.560.69
HSV169°40°87°
CMYK 0.400.000.07   0.13
XYZ46.548861.107267.0991
Yxy61.10720.26640.3497
Hunter Lab78.1711-30.50743.8275
CIE-Lab82.4363-30.1762-0.4780

#85ddcd color RGB value is (133,221,205).

#85ddcd hex color red value is 133, green value is 221 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #85ddcd hue: 0.47 , saturation: 0.56 and the lightness value of 85ddcd is 0.69.

The process color (four color CMYK) of #85ddcd color hex is 0.40, 0.00, 0.07, 0.13. Web safe color of #85ddcd is #99cccc. Color #85ddcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011101 11001101
Octal 205 335 315
Decimal 133 221 205
Hex 85 DD CD

RGB Percentages of Color #85ddcd

%23.79
%39.53
%36.67

CMYK Percentages of Color #85ddcd

%40
%0
%7
%13

Triadic Colors of #85ddcd

#85ddcd #cd85dd #ddcd85

Analogous Colors of #85ddcd

#85ddcd #85c1dd #85dda1

Monochromatic Colors of #85ddcd

#85ddcd

Complementary Color

#85ddcd #dd8595

#85ddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ddcd Color CSS Codes

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

#85ddcd Text Font Color

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

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


#85ddcd Background Color

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

This div background color is #85ddcd


#85ddcd Border Color

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

This div border color is #85ddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ddcd


Comments

No comments written yet.

Please login to write comment.