color codes Logo

#85ddcc color codes

#85DDCC
(133,221,204)
0 Favorites   0 Comments

Color spaces of #85ddcc

RGB 133221204
HSL0.470.560.69
HSV168°40°87°
CMYK 0.400.000.08   0.13
XYZ46.428461.059166.4653
Yxy61.05910.26690.3510
Hunter Lab78.1403-30.68684.2668
CIE-Lab82.4105-30.40490.0150

#85ddcc color RGB value is (133,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011101 11001100
Octal 205 335 314
Decimal 133 221 204
Hex 85 DD CC

RGB Percentages of Color #85ddcc

%23.84
%39.61
%36.56

CMYK Percentages of Color #85ddcc

%40
%0
%8
%13

Triadic Colors of #85ddcc

#85ddcc #cc85dd #ddcc85

Analogous Colors of #85ddcc

#85ddcc #85c2dd #85dda0

Monochromatic Colors of #85ddcc

#85ddcc

Complementary Color

#85ddcc #dd8596

#85ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ddcc Color CSS Codes

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

#85ddcc Text Font Color

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

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


#85ddcc Background Color

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

This div background color is #85ddcc


#85ddcc Border Color

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

This div border color is #85ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ddcc


Comments

No comments written yet.

Please login to write comment.