Color Hex Logo

#60ccca Color Hex

#60CCCA
(96,204,202)
0 Favorites   0 Comments

Color spaces of #60ccca

RGB 96204202
HSL0.500.510.59
HSV179°53°80°
CMYK 0.530.000.01   0.20
XYZ37.077449.936863.5617
Yxy49.93680.24620.3316
Hunter Lab70.6660-30.0091-3.8632
CIE-Lab76.0305-31.3460-8.4776

#60ccca color RGB value is (96,204,202).

#60ccca hex color red value is 96, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #60ccca hue: 0.50 , saturation: 0.51 and the lightness value of 60ccca is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001100 11001010
Octal 140 314 312
Decimal 96 204 202
Hex 60 CC CA

RGB Percentages of Color #60ccca

%19.12
%40.64
%40.24

CMYK Percentages of Color #60ccca

%53
%0
%1
%20

Triadic Colors of #60ccca

#60ccca #ca60cc #ccca60

Analogous Colors of #60ccca

#60ccca #6098cc #60cc94

Monochromatic Colors of #60ccca

#60ccca

Complementary Color

#60ccca #cc6062

#60ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ccca Color CSS Codes

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

#60ccca Text Font Color

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

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


#60ccca Background Color

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

This div background color is #60ccca


#60ccca Border Color

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

This div border color is #60ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ccca


Comments

No comments written yet.

Please login to write comment.