Color Hex Logo

#60eadc Color Hex

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

Color spaces of #60eadc

RGB 96234220
HSL0.480.770.65
HSV174°59°92°
CMYK 0.590.000.06   0.08
XYZ47.165066.499778.0600
Yxy66.49970.24600.3468
Hunter Lab81.5473-39.46780.3287
CIE-Lab85.2507-40.5754-4.4298

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

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

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

Base Numbers

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

RGB Percentages of Color #60eadc

%17.45
%42.55
%40.00

CMYK Percentages of Color #60eadc

%59
%0
%6
%8

Triadic Colors of #60eadc

#60eadc #dc60ea #eadc60

Analogous Colors of #60eadc

#60eadc #60b3ea #60ea97

Monochromatic Colors of #60eadc

#60eadc

Complementary Color

#60eadc #ea606e

#60eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#60eadc Color CSS Codes

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

#60eadc Text Font Color

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

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


#60eadc Background Color

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

This div background color is #60eadc


#60eadc Border Color

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

This div border color is #60eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60eadc


Comments

No comments written yet.

Please login to write comment.