Color Hex Logo

#60ceda Color Hex

#60CEDA
(96,206,218)
0 Favorites   0 Comments

Color spaces of #60ceda

RGB 96206218
HSL0.520.620.62
HSV186°56°85°
CMYK 0.560.060.00   0.15
XYZ39.550151.691474.2226
Yxy51.69140.23900.3124
Hunter Lab71.8967-27.6272-10.8803
CIE-Lab77.0959-27.9913-15.5071

#60ceda color RGB value is (96,206,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001110 11011010
Octal 140 316 332
Decimal 96 206 218
Hex 60 CE DA

RGB Percentages of Color #60ceda

%18.46
%39.62
%41.92

CMYK Percentages of Color #60ceda

%56
%6
%0
%15

Triadic Colors of #60ceda

#60ceda #da60ce #ceda60

Analogous Colors of #60ceda

#60ceda #6091da #60daa9

Monochromatic Colors of #60ceda

#60ceda

Complementary Color

#60ceda #da6c60

#60ceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ceda Color CSS Codes

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

#60ceda Text Font Color

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

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


#60ceda Background Color

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

This div background color is #60ceda


#60ceda Border Color

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

This div border color is #60ceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ceda


Comments

No comments written yet.

Please login to write comment.