Color Hex Logo

#60ddcd Color Hex

#60DDCD
(96,221,205)
0 Favorites   0 Comments

Color spaces of #60ddcd

RGB 96221205
HSL0.480.650.62
HSV172°57°87°
CMYK 0.570.000.07   0.13
XYZ41.699858.607566.8722
Yxy58.60750.24940.3506
Hunter Lab76.5555-36.74321.7983
CIE-Lab81.0754-38.4998-2.6324

#60ddcd color RGB value is (96,221,205).

#60ddcd hex color red value is 96, green value is 221 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #60ddcd hue: 0.48 , saturation: 0.65 and the lightness value of 60ddcd is 0.62.

The process color (four color CMYK) of #60ddcd color hex is 0.57, 0.00, 0.07, 0.13. Web safe color of #60ddcd is #66cccc. Color #60ddcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011101 11001101
Octal 140 335 315
Decimal 96 221 205
Hex 60 DD CD

RGB Percentages of Color #60ddcd

%18.39
%42.34
%39.27

CMYK Percentages of Color #60ddcd

%57
%0
%7
%13

Triadic Colors of #60ddcd

#60ddcd #cd60dd #ddcd60

Analogous Colors of #60ddcd

#60ddcd #60afdd #60dd8f

Monochromatic Colors of #60ddcd

#60ddcd

Complementary Color

#60ddcd #dd6070

#60ddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ddcd Color CSS Codes

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

#60ddcd Text Font Color

<p style="color:#60ddcd">Text here</p>

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


#60ddcd Background Color

<div style="background-color:#60ddcd">
Div content here</div>

This div background color is #60ddcd


#60ddcd Border Color

<div style="border:3px solid #60ddcd">
Div here</div>

This div border color is #60ddcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,221,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60ddcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60ddcd;
  -webkit-box-shadow: 1px 1px 3px 2px #60ddcd;
  box-shadow:         1px 1px 3px 2px #60ddcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,221,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 #60ddcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ddcd


Comments

No comments written yet.

Please login to write comment.