Color Hex Logo

#60cdaf Color Hex

#60CDAF
(96,205,175)
0 Favorites   0 Comments

Color spaces of #60cdaf

RGB 96205175
HSL0.450.520.59
HSV163°53°80°
CMYK 0.530.000.15   0.20
XYZ34.393149.244648.2499
Yxy49.24460.26080.3734
Hunter Lab70.1745-35.32108.3561
CIE-Lab75.6032-38.54285.4581

#60cdaf color RGB value is (96,205,175).

#60cdaf hex color red value is 96, green value is 205 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #60cdaf hue: 0.45 , saturation: 0.52 and the lightness value of 60cdaf is 0.59.

The process color (four color CMYK) of #60cdaf color hex is 0.53, 0.00, 0.15, 0.20. Web safe color of #60cdaf is #66cc99. Color #60cdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001101 10101111
Octal 140 315 257
Decimal 96 205 175
Hex 60 CD AF

RGB Percentages of Color #60cdaf

%20.17
%43.07
%36.76

CMYK Percentages of Color #60cdaf

%53
%0
%15
%20

Triadic Colors of #60cdaf

#60cdaf #af60cd #cdaf60

Analogous Colors of #60cdaf

#60cdaf #60b5cd #60cd79

Monochromatic Colors of #60cdaf

#60cdaf

Complementary Color

#60cdaf #cd607e

#60cdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cdaf Color CSS Codes

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

#60cdaf Text Font Color

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

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


#60cdaf Background Color

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

This div background color is #60cdaf


#60cdaf Border Color

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

This div border color is #60cdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cdaf


Comments

No comments written yet.

Please login to write comment.