Color Hex Logo

#60dadd Color Hex

#60DADD
(96,218,221)
0 Favorites   0 Comments

Color spaces of #60dadd

RGB 96218221
HSL0.500.650.62
HSV181°57°87°
CMYK 0.570.010.00   0.13
XYZ42.946457.850177.3093
Yxy57.85010.24110.3248
Hunter Lab76.0593-32.3147-7.0230
CIE-Lab80.6554-32.9407-11.7770

#60dadd color RGB value is (96,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011010 11011101
Octal 140 332 335
Decimal 96 218 221
Hex 60 DA DD

RGB Percentages of Color #60dadd

%17.94
%40.75
%41.31

CMYK Percentages of Color #60dadd

%57
%1
%0
%13

Triadic Colors of #60dadd

#60dadd #dd60da #dadd60

Analogous Colors of #60dadd

#60dadd #609cdd #60dda2

Monochromatic Colors of #60dadd

#60dadd

Complementary Color

#60dadd #dd6360

#60dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dadd Color CSS Codes

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

#60dadd Text Font Color

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

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


#60dadd Background Color

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

This div background color is #60dadd


#60dadd Border Color

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

This div border color is #60dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dadd


Comments

No comments written yet.

Please login to write comment.