Color Hex Logo

#60cadf Color Hex

#60CADF
(96,202,223)
0 Favorites   0 Comments

Color spaces of #60cadf

RGB 96202223
HSL0.530.660.63
HSV190°57°87°
CMYK 0.570.090.00   0.13
XYZ39.263750.055677.4043
Yxy50.05560.23550.3002
Hunter Lab70.7500-24.7514-15.3415
CIE-Lab76.1034-24.6162-19.6984

#60cadf color RGB value is (96,202,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001010 11011111
Octal 140 312 337
Decimal 96 202 223
Hex 60 CA DF

RGB Percentages of Color #60cadf

%18.43
%38.77
%42.80

CMYK Percentages of Color #60cadf

%57
%9
%0
%13

Triadic Colors of #60cadf

#60cadf #df60ca #cadf60

Analogous Colors of #60cadf

#60cadf #608bdf #60dfb5

Monochromatic Colors of #60cadf

#60cadf

Complementary Color

#60cadf #df7560

#60cadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cadf Color CSS Codes

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

#60cadf Text Font Color

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

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


#60cadf Background Color

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

This div background color is #60cadf


#60cadf Border Color

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

This div border color is #60cadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cadf


Comments

No comments written yet.

Please login to write comment.