Color Hex Logo

#85dddc Color Hex

#85DDDC
(133,221,220)
0 Favorites   0 Comments

Color spaces of #85dddc

RGB 133221220
HSL0.500.560.69
HSV179°40°87°
CMYK 0.400.000.00   0.13
XYZ48.447661.866877.0982
Yxy61.86680.25850.3301
Hunter Lab78.6555-27.7005-3.0573
CIE-Lab82.8425-26.6394-7.8435

#85dddc color RGB value is (133,221,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011101 11011100
Octal 205 335 334
Decimal 133 221 220
Hex 85 DD DC

RGB Percentages of Color #85dddc

%23.17
%38.50
%38.33

CMYK Percentages of Color #85dddc

%40
%0
%0
%13

Triadic Colors of #85dddc

#85dddc #dc85dd #dddc85

Analogous Colors of #85dddc

#85dddc #85b2dd #85ddb0

Monochromatic Colors of #85dddc

#85dddc

Complementary Color

#85dddc #dd8586

#85dddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dddc Color CSS Codes

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

#85dddc Text Font Color

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

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


#85dddc Background Color

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

This div background color is #85dddc


#85dddc Border Color

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

This div border color is #85dddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dddc


Comments

No comments written yet.

Please login to write comment.