Color spaces of #92abac
RGB | 146 | 171 | 172 |
---|---|---|---|
HSL | 0.51 | 0.14 | 0.62 |
HSV | 182° | 15° | 67° |
CMYK | 0.15 | 0.01 | 0.00 0.33 |
XYZ | 33.8634 | 38.2154 | 44.6212 |
Yxy | 38.2154 | 0.2902 | 0.3275 |
Hunter Lab | 61.8186 | -10.4027 | 0.4770 |
CIE-Lab | 68.1791 | -8.3807 | -3.4197 |
#92abac color RGB value is (146,171,172).
#92abac hex color red value is 146, green value is 171 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #92abac hue: 0.51 , saturation: 0.14 and the lightness value of 92abac is 0.62.
The process color (four color CMYK) of #92abac color hex is 0.15, 0.01, 0.00, 0.33. Web safe color of #92abac is #999999. Color #92abac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 10101011 | 10101100 |
Octal | 222 | 253 | 254 |
Decimal | 146 | 171 | 172 |
Hex | 92 | AB | AC |
Shades of #92abac
Tints of #92abac
RGB Percentages of Color #92abac
CMYK Percentages of Color #92abac
Complementary Color
#92abac | #ac9392 |
#92abac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#92abac Color Preview on White Background
Lorem ipsum dolor sit amet.
#92abac Color CSS Codes
.mybgcolor {background-color:#92abac; } .myforecolor {color:#92abac; } .mybordercolor {border:3px solid #92abac; }
#92abac Text Font Color
<p style="color:#92abac">Text here</p>
This sample text font color is #92abac
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.
#92abac Background Color
<div style="background-color:#92abac">
Div content here</div>
This div background color is #92abac
#92abac Border Color
<div style="border:3px solid #92abac">
Div here</div>
This div border color is #92abac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,171,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #92abac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #92abac; -webkit-box-shadow: 1px 1px 3px 2px #92abac; box-shadow: 1px 1px 3px 2px #92abac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,171,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 #92abac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #92abac; -webkit-box-shadow: 1px 1px 3px 2px #92abac; box-shadow: 1px 1px 3px 2px #92abac;">
Div content here</div>
This div box has shadow with color #92abac
Comments
No comments written yet.
Please login to write comment.