Color Hex Logo

#93acac Color Hex

#93ACAC
(147,172,172)
0 Favorites   0 Comments

Color spaces of #93acac

RGB 147172172
HSL0.500.130.63
HSV180°15°67°
CMYK 0.150.000.00   0.33
XYZ34.231538.686644.6928
Yxy38.68660.29110.3289
Hunter Lab62.1986-10.60850.9361
CIE-Lab68.5236-8.5862-2.9051

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

#93acac hex color red value is 147, green value is 172 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #93acac hue: 0.50 , saturation: 0.13 and the lightness value of 93acac is 0.63.

The process color (four color CMYK) of #93acac color hex is 0.15, 0.00, 0.00, 0.33. Web safe color of #93acac is #999999. Color #93acac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101100 10101100
Octal 223 254 254
Decimal 147 172 172
Hex 93 AC AC

RGB Percentages of Color #93acac

%29.94
%35.03
%35.03

CMYK Percentages of Color #93acac

%15
%0
%0
%33

Triadic Colors of #93acac

#93acac #ac93ac #acac93

Analogous Colors of #93acac

#93acac #93a0ac #93aca0

Monochromatic Colors of #93acac

#93acac

Complementary Color

#93acac #ac9393

#93acac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93acac Color Preview on White Background

Lorem ipsum dolor sit amet.

#93acac Color CSS Codes

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

#93acac Text Font Color

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

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


#93acac Background Color

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

This div background color is #93acac


#93acac Border Color

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

This div border color is #93acac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93acac


Comments

No comments written yet.

Please login to write comment.