Color Hex Logo

#60dccc Color Hex

#60DCCC
(96,220,204)
0 Favorites   0 Comments

Color spaces of #60dccc

RGB 96220204
HSL0.480.640.62
HSV172°56°86°
CMYK 0.560.000.07   0.14
XYZ41.316258.032866.1506
Yxy58.03280.24960.3507
Hunter Lab76.1793-36.50341.8407
CIE-Lab80.7570-38.2962-2.5676

#60dccc color RGB value is (96,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011100 11001100
Octal 140 334 314
Decimal 96 220 204
Hex 60 DC CC

RGB Percentages of Color #60dccc

%18.46
%42.31
%39.23

CMYK Percentages of Color #60dccc

%56
%0
%7
%14

Triadic Colors of #60dccc

#60dccc #cc60dc #dccc60

Analogous Colors of #60dccc

#60dccc #60aedc #60dc8e

Monochromatic Colors of #60dccc

#60dccc

Complementary Color

#60dccc #dc6070

#60dccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dccc Color CSS Codes

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

#60dccc Text Font Color

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

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


#60dccc Background Color

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

This div background color is #60dccc


#60dccc Border Color

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

This div border color is #60dccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dccc


Comments

No comments written yet.

Please login to write comment.