Color Hex Logo

#60ccdf Color Hex

#60CCDF
(96,204,223)
0 Favorites   0 Comments

Color spaces of #60ccdf

RGB 96204223
HSL0.520.660.63
HSV189°57°87°
CMYK 0.570.090.00   0.13
XYZ39.736051.000277.5618
Yxy51.00020.23610.3030
Hunter Lab71.4144-25.6553-14.4036
CIE-Lab76.6791-25.6108-18.8267

#60ccdf color RGB value is (96,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001100 11011111
Octal 140 314 337
Decimal 96 204 223
Hex 60 CC DF

RGB Percentages of Color #60ccdf

%18.36
%39.01
%42.64

CMYK Percentages of Color #60ccdf

%57
%9
%0
%13

Triadic Colors of #60ccdf

#60ccdf #df60cc #ccdf60

Analogous Colors of #60ccdf

#60ccdf #608ddf #60dfb3

Monochromatic Colors of #60ccdf

#60ccdf

Complementary Color

#60ccdf #df7360

#60ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ccdf Color CSS Codes

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

#60ccdf Text Font Color

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

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


#60ccdf Background Color

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

This div background color is #60ccdf


#60ccdf Border Color

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

This div border color is #60ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ccdf


Comments

No comments written yet.

Please login to write comment.