Color Hex Logo

#60bdac Color Hex

#60BDAC
(96,189,172)
0 Favorites   0 Comments

Color spaces of #60bdac

RGB 96189172
HSL0.470.410.56
HSV169°49°74°
CMYK 0.490.000.09   0.26
XYZ30.467941.860545.5038
Yxy41.86050.25860.3553
Hunter Lab64.6997-29.16663.5907
CIE-Lab70.7746-31.83540.0823

#60bdac color RGB value is (96,189,172).

#60bdac hex color red value is 96, green value is 189 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #60bdac hue: 0.47 , saturation: 0.41 and the lightness value of 60bdac is 0.56.

The process color (four color CMYK) of #60bdac color hex is 0.49, 0.00, 0.09, 0.26. Web safe color of #60bdac is #66cc99. Color #60bdac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111101 10101100
Octal 140 275 254
Decimal 96 189 172
Hex 60 BD AC

RGB Percentages of Color #60bdac

%21.01
%41.36
%37.64

CMYK Percentages of Color #60bdac

%49
%0
%9
%26

Triadic Colors of #60bdac

#60bdac #ac60bd #bdac60

Analogous Colors of #60bdac

#60bdac #60a0bd #60bd7e

Monochromatic Colors of #60bdac

#60bdac

Complementary Color

#60bdac #bd6071

#60bdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bdac Color CSS Codes

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

#60bdac Text Font Color

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

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


#60bdac Background Color

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

This div background color is #60bdac


#60bdac Border Color

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

This div border color is #60bdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bdac


Comments

No comments written yet.

Please login to write comment.