Color Hex Logo

#60cadd Color Hex

#60CADD
(96,202,221)
0 Favorites   0 Comments

Color spaces of #60cadd

RGB 96202221
HSL0.530.650.62
HSV189°57°87°
CMYK 0.570.090.00   0.13
XYZ38.995549.948375.9923
Yxy49.94830.23640.3028
Hunter Lab70.6741-25.1896-14.2797
CIE-Lab76.0375-25.1822-18.7199

#60cadd color RGB value is (96,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001010 11011101
Octal 140 312 335
Decimal 96 202 221
Hex 60 CA DD

RGB Percentages of Color #60cadd

%18.50
%38.92
%42.58

CMYK Percentages of Color #60cadd

%57
%9
%0
%13

Triadic Colors of #60cadd

#60cadd #dd60ca #cadd60

Analogous Colors of #60cadd

#60cadd #608cdd #60ddb2

Monochromatic Colors of #60cadd

#60cadd

Complementary Color

#60cadd #dd7360

#60cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cadd Color CSS Codes

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

#60cadd Text Font Color

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

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


#60cadd Background Color

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

This div background color is #60cadd


#60cadd Border Color

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

This div border color is #60cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cadd


Comments

No comments written yet.

Please login to write comment.