Color Hex Logo

#60eada Color Hex

#60EADA
(96,234,218)
0 Favorites   0 Comments

Color spaces of #60eada

RGB 96234218
HSL0.480.770.65
HSV173°59°92°
CMYK 0.590.000.07   0.08
XYZ46.901666.394476.6731
Yxy66.39440.24690.3495
Hunter Lab81.4828-39.85001.2476
CIE-Lab85.1972-41.0832-3.4555

#60eada color RGB value is (96,234,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101010 11011010
Octal 140 352 332
Decimal 96 234 218
Hex 60 EA DA

RGB Percentages of Color #60eada

%17.52
%42.70
%39.78

CMYK Percentages of Color #60eada

%59
%0
%7
%8

Triadic Colors of #60eada

#60eada #da60ea #eada60

Analogous Colors of #60eada

#60eada #60b5ea #60ea95

Monochromatic Colors of #60eada

#60eada

Complementary Color

#60eada #ea6070

#60eada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60eada Color Preview on White Background

Lorem ipsum dolor sit amet.

#60eada Color CSS Codes

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

#60eada Text Font Color

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

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


#60eada Background Color

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

This div background color is #60eada


#60eada Border Color

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

This div border color is #60eada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,234,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 #60eada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60eada


Comments

No comments written yet.

Please login to write comment.