Color Hex Logo

#60cacd Color Hex

#60CACD
(96,202,205)
0 Favorites   0 Comments

Color spaces of #60cacd

RGB 96202205
HSL0.500.520.59
HSV182°53°80°
CMYK 0.530.010.00   0.20
XYZ36.963849.135665.2935
Yxy49.13560.24420.3246
Hunter Lab70.0968-28.5418-6.1595
CIE-Lab75.5356-29.5866-10.8353

#60cacd color RGB value is (96,202,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001010 11001101
Octal 140 312 315
Decimal 96 202 205
Hex 60 CA CD

RGB Percentages of Color #60cacd

%19.09
%40.16
%40.76

CMYK Percentages of Color #60cacd

%53
%1
%0
%20

Triadic Colors of #60cacd

#60cacd #cd60ca #cacd60

Analogous Colors of #60cacd

#60cacd #6094cd #60cd9a

Monochromatic Colors of #60cacd

#60cacd

Complementary Color

#60cacd #cd6360

#60cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cacd Color CSS Codes

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

#60cacd Text Font Color

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

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


#60cacd Background Color

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

This div background color is #60cacd


#60cacd Border Color

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

This div border color is #60cacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cacd


Comments

No comments written yet.

Please login to write comment.