Color Hex Logo

#60dcea Color Hex

#60DCEA
(96,220,234)
0 Favorites   0 Comments

Color spaces of #60dcea

RGB 96220234
HSL0.520.770.65
HSV186°59°92°
CMYK 0.590.060.00   0.08
XYZ45.268459.613786.9626
Yxy59.61370.23600.3107
Hunter Lab77.2099-30.4623-12.7322
CIE-Lab81.6278-30.3382-17.2376

#60dcea color RGB value is (96,220,234).

#60dcea hex color red value is 96, green value is 220 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #60dcea hue: 0.52 , saturation: 0.77 and the lightness value of 60dcea is 0.65.

The process color (four color CMYK) of #60dcea color hex is 0.59, 0.06, 0.00, 0.08. Web safe color of #60dcea is #66ccff. Color #60dcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011100 11101010
Octal 140 334 352
Decimal 96 220 234
Hex 60 DC EA

RGB Percentages of Color #60dcea

%17.45
%40.00
%42.55

CMYK Percentages of Color #60dcea

%59
%6
%0
%8

Triadic Colors of #60dcea

#60dcea #ea60dc #dcea60

Analogous Colors of #60dcea

#60dcea #6097ea #60eab3

Monochromatic Colors of #60dcea

#60dcea

Complementary Color

#60dcea #ea6e60

#60dcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dcea Color CSS Codes

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

#60dcea Text Font Color

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

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


#60dcea Background Color

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

This div background color is #60dcea


#60dcea Border Color

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

This div border color is #60dcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dcea


Comments

No comments written yet.

Please login to write comment.