Color Hex Logo

#60eabc Color Hex

#60EABC
(96,234,188)
0 Favorites   0 Comments

Color spaces of #60eabc

RGB 96234188
HSL0.440.770.65
HSV160°59°92°
CMYK 0.590.000.20   0.08
XYZ43.323864.963357.8327
Yxy64.96330.26080.3911
Hunter Lab80.5998-45.102813.8776
CIE-Lab84.4648-48.240111.2453

#60eabc color RGB value is (96,234,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101010 10111100
Octal 140 352 274
Decimal 96 234 188
Hex 60 EA BC

RGB Percentages of Color #60eabc

%18.53
%45.17
%36.29

CMYK Percentages of Color #60eabc

%59
%0
%20
%8

Triadic Colors of #60eabc

#60eabc #bc60ea #eabc60

Analogous Colors of #60eabc

#60eabc #60d3ea #60ea77

Monochromatic Colors of #60eabc

#60eabc

Complementary Color

#60eabc #ea608e

#60eabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60eabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#60eabc Color CSS Codes

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

#60eabc Text Font Color

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

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


#60eabc Background Color

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

This div background color is #60eabc


#60eabc Border Color

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

This div border color is #60eabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60eabc


Comments

No comments written yet.

Please login to write comment.