Color Hex Logo

#60cadb Color Hex

#60CADB
(96,202,219)
0 Favorites   0 Comments

Color spaces of #60cadb

RGB 96202219
HSL0.520.630.62
HSV188°56°86°
CMYK 0.560.080.00   0.14
XYZ38.730649.842374.5970
Yxy49.84230.23740.3055
Hunter Lab70.5991-25.6234-13.2281
CIE-Lab75.9724-25.7445-17.7397

#60cadb color RGB value is (96,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001010 11011011
Octal 140 312 333
Decimal 96 202 219
Hex 60 CA DB

RGB Percentages of Color #60cadb

%18.57
%39.07
%42.36

CMYK Percentages of Color #60cadb

%56
%8
%0
%14

Triadic Colors of #60cadb

#60cadb #db60ca #cadb60

Analogous Colors of #60cadb

#60cadb #608ddb #60dbaf

Monochromatic Colors of #60cadb

#60cadb

Complementary Color

#60cadb #db7160

#60cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cadb Color CSS Codes

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

#60cadb Text Font Color

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

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


#60cadb Background Color

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

This div background color is #60cadb


#60cadb Border Color

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

This div border color is #60cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cadb


Comments

No comments written yet.

Please login to write comment.