Color Hex Logo

#60dacc Color Hex

#60DACC
(96,218,204)
0 Favorites   0 Comments

Color spaces of #60dacc

RGB 96218204
HSL0.480.620.62
HSV173°56°85°
CMYK 0.560.000.06   0.15
XYZ40.794456.989265.9767
Yxy56.98920.24910.3480
Hunter Lab75.4912-35.65061.0264
CIE-Lab80.1735-37.3824-3.4251

#60dacc color RGB value is (96,218,204).

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

The process color (four color CMYK) of #60dacc color hex is 0.56, 0.00, 0.06, 0.15. Web safe color of #60dacc is #66cccc. Color #60dacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011010 11001100
Octal 140 332 314
Decimal 96 218 204
Hex 60 DA CC

RGB Percentages of Color #60dacc

%18.53
%42.08
%39.38

CMYK Percentages of Color #60dacc

%56
%0
%6
%15

Triadic Colors of #60dacc

#60dacc #cc60da #dacc60

Analogous Colors of #60dacc

#60dacc #60abda #60da8f

Monochromatic Colors of #60dacc

#60dacc

Complementary Color

#60dacc #da606e

#60dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dacc Color CSS Codes

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

#60dacc Text Font Color

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

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


#60dacc Background Color

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

This div background color is #60dacc


#60dacc Border Color

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

This div border color is #60dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dacc


Comments

No comments written yet.

Please login to write comment.