Color Hex Logo

#85cfdd Color Hex

#85CFDD
(133,207,221)
0 Favorites   0 Comments

Color spaces of #85cfdd

RGB 133207221
HSL0.530.560.69
HSV190°40°87°
CMYK 0.400.060.00   0.13
XYZ45.036854.832776.6167
Yxy54.83270.25520.3107
Hunter Lab74.0491-21.0219-9.5115
CIE-Lab78.9448-19.4408-14.1919

#85cfdd color RGB value is (133,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001111 11011101
Octal 205 317 335
Decimal 133 207 221
Hex 85 CF DD

RGB Percentages of Color #85cfdd

%23.71
%36.90
%39.39

CMYK Percentages of Color #85cfdd

%40
%6
%0
%13

Triadic Colors of #85cfdd

#85cfdd #dd85cf #cfdd85

Analogous Colors of #85cfdd

#85cfdd #85a3dd #85ddbf

Monochromatic Colors of #85cfdd

#85cfdd

Complementary Color

#85cfdd #dd9385

#85cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cfdd Color CSS Codes

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

#85cfdd Text Font Color

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

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


#85cfdd Background Color

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

This div background color is #85cfdd


#85cfdd Border Color

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

This div border color is #85cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cfdd


Comments

No comments written yet.

Please login to write comment.