Color Hex Logo

#60dadc Color Hex

#60DADC
(96,218,220)
0 Favorites   0 Comments

Color spaces of #60dadc

RGB 96218220
HSL0.500.640.62
HSV181°56°86°
CMYK 0.560.010.00   0.14
XYZ42.813557.796976.6096
Yxy57.79690.24160.3261
Hunter Lab76.0243-32.5192-6.5295
CIE-Lab80.6257-33.2091-11.2882

#60dadc color RGB value is (96,218,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011010 11011100
Octal 140 332 334
Decimal 96 218 220
Hex 60 DA DC

RGB Percentages of Color #60dadc

%17.98
%40.82
%41.20

CMYK Percentages of Color #60dadc

%56
%1
%0
%14

Triadic Colors of #60dadc

#60dadc #dc60da #dadc60

Analogous Colors of #60dadc

#60dadc #609cdc #60dca0

Monochromatic Colors of #60dadc

#60dadc

Complementary Color

#60dadc #dc6260

#60dadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dadc Color CSS Codes

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

#60dadc Text Font Color

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

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


#60dadc Background Color

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

This div background color is #60dadc


#60dadc Border Color

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

This div border color is #60dadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dadc


Comments

No comments written yet.

Please login to write comment.