Color Hex Logo

#85cdaa Color Hex

#85CDAA
(133,205,170)
0 Favorites   0 Comments

Color spaces of #85cdaa

RGB 133205170
HSL0.420.420.66
HSV151°35°80°
CMYK 0.350.000.17   0.20
XYZ38.759951.551545.9378
Yxy51.55150.28450.3784
Hunter Lab71.7994-29.288112.3254
CIE-Lab77.0119-30.131810.3623

#85cdaa color RGB value is (133,205,170).

#85cdaa hex color red value is 133, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #85cdaa hue: 0.42 , saturation: 0.42 and the lightness value of 85cdaa is 0.66.

The process color (four color CMYK) of #85cdaa color hex is 0.35, 0.00, 0.17, 0.20. Web safe color of #85cdaa is #99cc99. Color #85cdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001101 10101010
Octal 205 315 252
Decimal 133 205 170
Hex 85 CD AA

RGB Percentages of Color #85cdaa

%26.18
%40.35
%33.46

CMYK Percentages of Color #85cdaa

%35
%0
%17
%20

Triadic Colors of #85cdaa

#85cdaa #aa85cd #cdaa85

Analogous Colors of #85cdaa

#85cdaa #85cccd #85cd86

Monochromatic Colors of #85cdaa

#85cdaa

Complementary Color

#85cdaa #cd85a8

#85cdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cdaa Color CSS Codes

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

#85cdaa Text Font Color

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

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


#85cdaa Background Color

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

This div background color is #85cdaa


#85cdaa Border Color

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

This div border color is #85cdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cdaa


Comments

No comments written yet.

Please login to write comment.