Color Hex Logo

#60beac Color Hex

#60BEAC
(96,190,172)
0 Favorites   0 Comments

Color spaces of #60beac

RGB 96190172
HSL0.470.420.56
HSV169°49°75°
CMYK 0.490.000.09   0.25
XYZ30.683742.292345.5757
Yxy42.29230.25880.3567
Hunter Lab65.0325-29.58693.9715
CIE-Lab71.0720-32.31110.5162

#60beac color RGB value is (96,190,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111110 10101100
Octal 140 276 254
Decimal 96 190 172
Hex 60 BE AC

RGB Percentages of Color #60beac

%20.96
%41.48
%37.55

CMYK Percentages of Color #60beac

%49
%0
%9
%25

Triadic Colors of #60beac

#60beac #ac60be #beac60

Analogous Colors of #60beac

#60beac #60a1be #60be7d

Monochromatic Colors of #60beac

#60beac

Complementary Color

#60beac #be6072

#60beac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60beac Color Preview on White Background

Lorem ipsum dolor sit amet.

#60beac Color CSS Codes

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

#60beac Text Font Color

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

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


#60beac Background Color

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

This div background color is #60beac


#60beac Border Color

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

This div border color is #60beac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60beac


Comments

No comments written yet.

Please login to write comment.