Color Hex Logo

#60dbaa Color Hex

#60DBAA
(96,219,170)
0 Favorites   0 Comments

Color spaces of #60dbaa

RGB 96219170
HSL0.430.630.62
HSV156°56°86°
CMYK 0.560.000.22   0.14
XYZ37.411156.052146.8776
Yxy56.05210.26660.3994
Hunter Lab74.8680-41.823515.2839
CIE-Lab79.6435-45.826613.8835

#60dbaa color RGB value is (96,219,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011011 10101010
Octal 140 333 252
Decimal 96 219 170
Hex 60 DB AA

RGB Percentages of Color #60dbaa

%19.79
%45.15
%35.05

CMYK Percentages of Color #60dbaa

%56
%0
%22
%14

Triadic Colors of #60dbaa

#60dbaa #aa60db #dbaa60

Analogous Colors of #60dbaa

#60dbaa #60cfdb #60db6d

Monochromatic Colors of #60dbaa

#60dbaa

Complementary Color

#60dbaa #db6091

#60dbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dbaa Color CSS Codes

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

#60dbaa Text Font Color

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

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


#60dbaa Background Color

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

This div background color is #60dbaa


#60dbaa Border Color

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

This div border color is #60dbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dbaa


Comments

No comments written yet.

Please login to write comment.