Color Hex Logo

#60dcde Color Hex

#60DCDE
(96,220,222)
0 Favorites   0 Comments

Color spaces of #60dcde

RGB 96220222
HSL0.500.660.62
HSV181°57°87°
CMYK 0.570.010.00   0.13
XYZ43.601958.947178.1871
Yxy58.94710.24120.3262
Hunter Lab76.7770-32.9891-6.6350
CIE-Lab81.2625-33.6154-11.4030

#60dcde color RGB value is (96,220,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011100 11011110
Octal 140 334 336
Decimal 96 220 222
Hex 60 DC DE

RGB Percentages of Color #60dcde

%17.84
%40.89
%41.26

CMYK Percentages of Color #60dcde

%57
%1
%0
%13

Triadic Colors of #60dcde

#60dcde #de60dc #dcde60

Analogous Colors of #60dcde

#60dcde #609dde #60dea1

Monochromatic Colors of #60dcde

#60dcde

Complementary Color

#60dcde #de6260

#60dcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dcde Color CSS Codes

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

#60dcde Text Font Color

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

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


#60dcde Background Color

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

This div background color is #60dcde


#60dcde Border Color

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

This div border color is #60dcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dcde


Comments

No comments written yet.

Please login to write comment.