Color Hex Logo

#60cdde Color Hex

#60CDDE
(96,205,222)
0 Favorites   0 Comments

Color spaces of #60cdde

RGB 96205222
HSL0.520.660.62
HSV188°57°87°
CMYK 0.570.080.00   0.13
XYZ39.840051.423476.9332
Yxy51.42340.23690.3057
Hunter Lab71.7101-26.3234-13.4114
CIE-Lab76.9348-26.3868-17.9021

#60cdde color RGB value is (96,205,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001101 11011110
Octal 140 315 336
Decimal 96 205 222
Hex 60 CD DE

RGB Percentages of Color #60cdde

%18.36
%39.20
%42.45

CMYK Percentages of Color #60cdde

%57
%8
%0
%13

Triadic Colors of #60cdde

#60cdde #de60cd #cdde60

Analogous Colors of #60cdde

#60cdde #608ede #60deb0

Monochromatic Colors of #60cdde

#60cdde

Complementary Color

#60cdde #de7160

#60cdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cdde Color CSS Codes

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

#60cdde Text Font Color

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

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


#60cdde Background Color

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

This div background color is #60cdde


#60cdde Border Color

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

This div border color is #60cdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cdde


Comments

No comments written yet.

Please login to write comment.