Color Hex Logo

#60d7dc Color Hex

#60D7DC
(96,215,220)
0 Favorites   0 Comments

Color spaces of #60d7dc

RGB 96215220
HSL0.510.640.62
HSV182°56°86°
CMYK 0.560.020.00   0.14
XYZ42.042656.255076.3526
Yxy56.25500.24070.3221
Hunter Lab75.0033-31.1989-7.8543
CIE-Lab79.7587-31.7864-12.5839

#60d7dc color RGB value is (96,215,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11010111 11011100
Octal 140 327 334
Decimal 96 215 220
Hex 60 D7 DC

RGB Percentages of Color #60d7dc

%18.08
%40.49
%41.43

CMYK Percentages of Color #60d7dc

%56
%2
%0
%14

Triadic Colors of #60d7dc

#60d7dc #dc60d7 #d7dc60

Analogous Colors of #60d7dc

#60d7dc #6099dc #60dca3

Monochromatic Colors of #60d7dc

#60d7dc

Complementary Color

#60d7dc #dc6560

#60d7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60d7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#60d7dc Color CSS Codes

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

#60d7dc Text Font Color

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

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


#60d7dc Background Color

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

This div background color is #60d7dc


#60d7dc Border Color

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

This div border color is #60d7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60d7dc


Comments

No comments written yet.

Please login to write comment.