Color Hex Logo

#60dcca Color Hex

#60DCCA
(96,220,202)
0 Favorites   0 Comments

Color spaces of #60dcca

RGB 96220202
HSL0.480.640.62
HSV171°56°86°
CMYK 0.560.000.08   0.14
XYZ41.077757.937564.8951
Yxy57.93750.25060.3535
Hunter Lab76.1167-36.87362.7326
CIE-Lab80.7040-38.7980-1.5805

#60dcca color RGB value is (96,220,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011100 11001010
Octal 140 334 312
Decimal 96 220 202
Hex 60 DC CA

RGB Percentages of Color #60dcca

%18.53
%42.47
%39.00

CMYK Percentages of Color #60dcca

%56
%0
%8
%14

Triadic Colors of #60dcca

#60dcca #ca60dc #dcca60

Analogous Colors of #60dcca

#60dcca #60b0dc #60dc8c

Monochromatic Colors of #60dcca

#60dcca

Complementary Color

#60dcca #dc6072

#60dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dcca Color CSS Codes

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

#60dcca Text Font Color

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

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


#60dcca Background Color

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

This div background color is #60dcca


#60dcca Border Color

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

This div border color is #60dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dcca


Comments

No comments written yet.

Please login to write comment.