Color Hex Logo

#93ccac Color Hex

#93CCAC
(147,204,172)
0 Favorites   0 Comments

Color spaces of #93ccac

RGB 147204172
HSL0.410.360.69
HSV146°28°80°
CMYK 0.280.000.16   0.20
XYZ41.071952.367346.9729
Yxy52.36730.29250.3730
Hunter Lab72.3653-25.329112.1700
CIE-Lab77.5000-25.005110.0855

#93ccac color RGB value is (147,204,172).

#93ccac hex color red value is 147, green value is 204 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #93ccac hue: 0.41 , saturation: 0.36 and the lightness value of 93ccac is 0.69.

The process color (four color CMYK) of #93ccac color hex is 0.28, 0.00, 0.16, 0.20. Web safe color of #93ccac is #99cc99. Color #93ccac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001100 10101100
Octal 223 314 254
Decimal 147 204 172
Hex 93 CC AC

RGB Percentages of Color #93ccac

%28.11
%39.01
%32.89

CMYK Percentages of Color #93ccac

%28
%0
%16
%20

Triadic Colors of #93ccac

#93ccac #ac93cc #ccac93

Analogous Colors of #93ccac

#93ccac #93ccc9 #97cc93

Monochromatic Colors of #93ccac

#93ccac

Complementary Color

#93ccac #cc93b3

#93ccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93ccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#93ccac Color CSS Codes

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

#93ccac Text Font Color

<p style="color:#93ccac">Text here</p>

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


#93ccac Background Color

<div style="background-color:#93ccac">
Div content here</div>

This div background color is #93ccac


#93ccac Border Color

<div style="border:3px solid #93ccac">
Div here</div>

This div border color is #93ccac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,204,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93ccac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93ccac;
  -webkit-box-shadow: 1px 1px 3px 2px #93ccac;
  box-shadow:         1px 1px 3px 2px #93ccac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,204,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 #93ccac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93ccac


Comments

No comments written yet.

Please login to write comment.