Color Hex Logo

#60eacc Color Hex

#60EACC
(96,234,204)
0 Favorites   0 Comments

Color spaces of #60eacc

RGB 96234204
HSL0.460.770.65
HSV167°59°92°
CMYK 0.590.000.13   0.08
XYZ45.145865.692167.4271
Yxy65.69210.25330.3685
Hunter Lab81.0507-42.41297.4113
CIE-Lab84.8391-44.53313.3879

#60eacc color RGB value is (96,234,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101010 11001100
Octal 140 352 314
Decimal 96 234 204
Hex 60 EA CC

RGB Percentages of Color #60eacc

%17.98
%43.82
%38.20

CMYK Percentages of Color #60eacc

%59
%0
%13
%8

Triadic Colors of #60eacc

#60eacc #cc60ea #eacc60

Analogous Colors of #60eacc

#60eacc #60c3ea #60ea87

Monochromatic Colors of #60eacc

#60eacc

Complementary Color

#60eacc #ea607e

#60eacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60eacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#60eacc Color CSS Codes

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

#60eacc Text Font Color

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

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


#60eacc Background Color

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

This div background color is #60eacc


#60eacc Border Color

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

This div border color is #60eacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60eacc


Comments

No comments written yet.

Please login to write comment.