Color Hex Logo

#60dbab Color Hex

#60DBAB
(96,219,171)
0 Favorites   0 Comments

Color spaces of #60dbab

RGB 96219171
HSL0.430.630.62
HSV157°56°86°
CMYK 0.560.000.22   0.14
XYZ37.506156.090147.3778
Yxy56.09010.26600.3979
Hunter Lab74.8933-41.671714.9182
CIE-Lab79.6651-45.609813.3855

#60dbab color RGB value is (96,219,171).

#60dbab hex color red value is 96, green value is 219 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #60dbab hue: 0.43 , saturation: 0.63 and the lightness value of 60dbab is 0.62.

The process color (four color CMYK) of #60dbab color hex is 0.56, 0.00, 0.22, 0.14. Web safe color of #60dbab is #66cc99. Color #60dbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011011 10101011
Octal 140 333 253
Decimal 96 219 171
Hex 60 DB AB

RGB Percentages of Color #60dbab

%19.75
%45.06
%35.19

CMYK Percentages of Color #60dbab

%56
%0
%22
%14

Triadic Colors of #60dbab

#60dbab #ab60db #dbab60

Analogous Colors of #60dbab

#60dbab #60cedb #60db6e

Monochromatic Colors of #60dbab

#60dbab

Complementary Color

#60dbab #db6090

#60dbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dbab Color CSS Codes

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

#60dbab Text Font Color

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

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


#60dbab Background Color

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

This div background color is #60dbab


#60dbab Border Color

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

This div border color is #60dbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dbab


Comments

No comments written yet.

Please login to write comment.