Color Hex Logo

#60ddca Color Hex

#60DDCA
(96,221,202)
0 Favorites   0 Comments

Color spaces of #60ddca

RGB 96221202
HSL0.470.650.62
HSV171°57°87°
CMYK 0.570.000.09   0.13
XYZ41.341058.464064.9829
Yxy58.46400.25090.3548
Hunter Lab76.4618-37.29753.1342
CIE-Lab80.9961-39.2509-1.1528

#60ddca color RGB value is (96,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011101 11001010
Octal 140 335 312
Decimal 96 221 202
Hex 60 DD CA

RGB Percentages of Color #60ddca

%18.50
%42.58
%38.92

CMYK Percentages of Color #60ddca

%57
%0
%9
%13

Triadic Colors of #60ddca

#60ddca #ca60dd #ddca60

Analogous Colors of #60ddca

#60ddca #60b2dd #60dd8c

Monochromatic Colors of #60ddca

#60ddca

Complementary Color

#60ddca #dd6073

#60ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ddca Color CSS Codes

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

#60ddca Text Font Color

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

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


#60ddca Background Color

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

This div background color is #60ddca


#60ddca Border Color

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

This div border color is #60ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ddca


Comments

No comments written yet.

Please login to write comment.