Color Hex Logo

#85c9cd Color Hex

#85C9CD
(133,201,205)
0 Favorites   0 Comments

Color spaces of #85c9cd

RGB 133201205
HSL0.510.420.66
HSV183°35°80°
CMYK 0.350.020.00   0.20
XYZ41.579051.167665.4425
Yxy51.16760.26280.3235
Hunter Lab71.5315-21.4238-4.1709
CIE-Lab76.7804-20.3543-8.8172

#85c9cd color RGB value is (133,201,205).

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

The process color (four color CMYK) of #85c9cd color hex is 0.35, 0.02, 0.00, 0.20. Web safe color of #85c9cd is #99cccc. Color #85c9cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001001 11001101
Octal 205 311 315
Decimal 133 201 205
Hex 85 C9 CD

RGB Percentages of Color #85c9cd

%24.68
%37.29
%38.03

CMYK Percentages of Color #85c9cd

%35
%2
%0
%20

Triadic Colors of #85c9cd

#85c9cd #cd85c9 #c9cd85

Analogous Colors of #85c9cd

#85c9cd #85a5cd #85cdad

Monochromatic Colors of #85c9cd

#85c9cd

Complementary Color

#85c9cd #cd8985

#85c9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85c9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85c9cd Color CSS Codes

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

#85c9cd Text Font Color

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

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


#85c9cd Background Color

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

This div background color is #85c9cd


#85c9cd Border Color

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

This div border color is #85c9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85c9cd


Comments

No comments written yet.

Please login to write comment.