Color Hex Logo

#60dddf Color Hex

#60DDDF
(96,221,223)
0 Favorites   0 Comments

Color spaces of #60dddf

RGB 96221223
HSL0.500.660.63
HSV181°57°87°
CMYK 0.570.010.00   0.13
XYZ43.999659.527478.9830
Yxy59.52740.24110.3262
Hunter Lab77.1540-33.2240-6.6877
CIE-Lab81.5806-33.8178-11.4602

#60dddf color RGB value is (96,221,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011101 11011111
Octal 140 335 337
Decimal 96 221 223
Hex 60 DD DF

RGB Percentages of Color #60dddf

%17.78
%40.93
%41.30

CMYK Percentages of Color #60dddf

%57
%1
%0
%13

Triadic Colors of #60dddf

#60dddf #df60dd #dddf60

Analogous Colors of #60dddf

#60dddf #609edf #60dfa2

Monochromatic Colors of #60dddf

#60dddf

Complementary Color

#60dddf #df6260

#60dddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dddf Color CSS Codes

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

#60dddf Text Font Color

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

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


#60dddf Background Color

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

This div background color is #60dddf


#60dddf Border Color

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

This div border color is #60dddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dddf


Comments

No comments written yet.

Please login to write comment.