Color Hex Logo

#85dfcc Color Hex

#85DFCC
(133,223,204)
0 Favorites   0 Comments

Color spaces of #85dfcc

RGB 133223204
HSL0.460.580.70
HSV167°40°87°
CMYK 0.400.000.09   0.13
XYZ46.959662.121566.6424
Yxy62.12150.26720.3535
Hunter Lab78.8172-31.57915.0405
CIE-Lab82.9780-31.35490.8429

#85dfcc color RGB value is (133,223,204).

#85dfcc hex color red value is 133, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #85dfcc hue: 0.46 , saturation: 0.58 and the lightness value of 85dfcc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011111 11001100
Octal 205 337 314
Decimal 133 223 204
Hex 85 DF CC

RGB Percentages of Color #85dfcc

%23.75
%39.82
%36.43

CMYK Percentages of Color #85dfcc

%40
%0
%9
%13

Triadic Colors of #85dfcc

#85dfcc #cc85df #dfcc85

Analogous Colors of #85dfcc

#85dfcc #85c5df #85df9f

Monochromatic Colors of #85dfcc

#85dfcc

Complementary Color

#85dfcc #df8598

#85dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dfcc Color CSS Codes

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

#85dfcc Text Font Color

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

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


#85dfcc Background Color

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

This div background color is #85dfcc


#85dfcc Border Color

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

This div border color is #85dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dfcc


Comments

No comments written yet.

Please login to write comment.