Color Hex Logo

#60efab Color Hex

#60EFAB
(96,239,171)
0 Favorites   0 Comments

Color spaces of #60efab

RGB 96239171
HSL0.420.820.66
HSV151°60°94°
CMYK 0.600.000.28   0.06
XYZ43.041167.160149.2228
Yxy67.16010.27000.4213
Hunter Lab81.9513-49.665921.7542
CIE-Lab85.5847-53.906121.6495

#60efab color RGB value is (96,239,171).

#60efab hex color red value is 96, green value is 239 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #60efab hue: 0.42 , saturation: 0.82 and the lightness value of 60efab is 0.66.

The process color (four color CMYK) of #60efab color hex is 0.60, 0.00, 0.28, 0.06. Web safe color of #60efab is #66ff99. Color #60efab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101111 10101011
Octal 140 357 253
Decimal 96 239 171
Hex 60 EF AB

RGB Percentages of Color #60efab

%18.97
%47.23
%33.79

CMYK Percentages of Color #60efab

%60
%0
%28
%6

Triadic Colors of #60efab

#60efab #ab60ef #efab60

Analogous Colors of #60efab

#60efab #60ecef #60ef64

Monochromatic Colors of #60efab

#60efab

Complementary Color

#60efab #ef60a4

#60efab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60efab Color Preview on White Background

Lorem ipsum dolor sit amet.

#60efab Color CSS Codes

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

#60efab Text Font Color

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

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


#60efab Background Color

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

This div background color is #60efab


#60efab Border Color

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

This div border color is #60efab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60efab


Comments

No comments written yet.

Please login to write comment.