Color spaces of #93acac
RGB | 147 | 172 | 172 |
---|---|---|---|
HSL | 0.50 | 0.13 | 0.63 |
HSV | 180° | 15° | 67° |
CMYK | 0.15 | 0.00 | 0.00 0.33 |
XYZ | 34.2315 | 38.6866 | 44.6928 |
Yxy | 38.6866 | 0.2911 | 0.3289 |
Hunter Lab | 62.1986 | -10.6085 | 0.9361 |
CIE-Lab | 68.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 10101100 | 10101100 |
Octal | 223 | 254 | 254 |
Decimal | 147 | 172 | 172 |
Hex | 93 | AC | AC |
Shades of #93acac
Tints of #93acac
RGB Percentages of Color #93acac
CMYK Percentages of Color #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.