Color Hex Logo

#60dfdc Color Hex

#60DFDC
(96,223,220)
0 Favorites   0 Comments

Color spaces of #60dfdc

RGB 96223220
HSL0.500.660.63
HSV179°57°87°
CMYK 0.570.000.01   0.13
XYZ44.129860.429577.0483
Yxy60.42950.24300.3327
Hunter Lab77.7364-34.7069-4.3497
CIE-Lab82.0711-35.5507-9.1352

#60dfdc color RGB value is (96,223,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011111 11011100
Octal 140 337 334
Decimal 96 223 220
Hex 60 DF DC

RGB Percentages of Color #60dfdc

%17.81
%41.37
%40.82

CMYK Percentages of Color #60dfdc

%57
%0
%1
%13

Triadic Colors of #60dfdc

#60dfdc #dc60df #dfdc60

Analogous Colors of #60dfdc

#60dfdc #60a3df #60df9d

Monochromatic Colors of #60dfdc

#60dfdc

Complementary Color

#60dfdc #df6063

#60dfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dfdc Color CSS Codes

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

#60dfdc Text Font Color

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

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


#60dfdc Background Color

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

This div background color is #60dfdc


#60dfdc Border Color

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

This div border color is #60dfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dfdc


Comments

No comments written yet.

Please login to write comment.