Color Hex Logo

#60cddd Color Hex

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

Color spaces of #60cddd

RGB 96205221
HSL0.520.650.62
HSV188°57°87°
CMYK 0.570.070.00   0.13
XYZ39.706351.369976.2293
Yxy51.36990.23730.3070
Hunter Lab71.6728-26.5395-12.8883
CIE-Lab76.9025-26.6669-17.4127

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

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

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

Base Numbers

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

RGB Percentages of Color #60cddd

%18.39
%39.27
%42.34

CMYK Percentages of Color #60cddd

%57
%7
%0
%13

Triadic Colors of #60cddd

#60cddd #dd60cd #cddd60

Analogous Colors of #60cddd

#60cddd #608fdd #60ddaf

Monochromatic Colors of #60cddd

#60cddd

Complementary Color

#60cddd #dd7060

#60cddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cddd Color CSS Codes

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

#60cddd Text Font Color

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

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


#60cddd Background Color

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

This div background color is #60cddd


#60cddd Border Color

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

This div border color is #60cddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cddd


Comments

No comments written yet.

Please login to write comment.