Color Hex Logo

#60ccdc Color Hex

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

Color spaces of #60ccdc

RGB 96204220
HSL0.520.640.62
HSV188°56°86°
CMYK 0.560.070.00   0.14
XYZ39.335050.839875.4500
Yxy50.83980.23750.3070
Hunter Lab71.3020-26.3059-12.8277
CIE-Lab76.5819-26.4534-17.3583

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

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

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

Base Numbers

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

RGB Percentages of Color #60ccdc

%18.46
%39.23
%42.31

CMYK Percentages of Color #60ccdc

%56
%7
%0
%14

Triadic Colors of #60ccdc

#60ccdc #dc60cc #ccdc60

Analogous Colors of #60ccdc

#60ccdc #608edc #60dcae

Monochromatic Colors of #60ccdc

#60ccdc

Complementary Color

#60ccdc #dc7060

#60ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ccdc Color CSS Codes

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

#60ccdc Text Font Color

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

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


#60ccdc Background Color

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

This div background color is #60ccdc


#60ccdc Border Color

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

This div border color is #60ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ccdc


Comments

No comments written yet.

Please login to write comment.