Color spaces of #92baac
RGB | 146 | 186 | 172 |
---|---|---|---|
HSL | 0.44 | 0.22 | 0.65 |
HSV | 159° | 22° | 73° |
CMYK | 0.22 | 0.00 | 0.08 0.27 |
XYZ | 36.8594 | 44.2074 | 45.6199 |
Yxy | 44.2074 | 0.2909 | 0.3490 |
Hunter Lab | 66.4886 | -17.3998 | 5.8614 |
CIE-Lab | 72.3669 | -16.2723 | 2.7005 |
#92baac color RGB value is (146,186,172).
#92baac hex color red value is 146, green value is 186 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #92baac hue: 0.44 , saturation: 0.22 and the lightness value of 92baac is 0.65.
The process color (four color CMYK) of #92baac color hex is 0.22, 0.00, 0.08, 0.27. Web safe color of #92baac is #99cc99. Color #92baac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 10111010 | 10101100 |
Octal | 222 | 272 | 254 |
Decimal | 146 | 186 | 172 |
Hex | 92 | BA | AC |
Shades of #92baac
Tints of #92baac
RGB Percentages of Color #92baac
CMYK Percentages of Color #92baac
Complementary Color
#92baac | #ba92a0 |
#92baac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#92baac Color Preview on White Background
Lorem ipsum dolor sit amet.
#92baac Color CSS Codes
.mybgcolor {background-color:#92baac; } .myforecolor {color:#92baac; } .mybordercolor {border:3px solid #92baac; }
#92baac Text Font Color
<p style="color:#92baac">Text here</p>
This sample text font color is #92baac
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.
#92baac Background Color
<div style="background-color:#92baac">
Div content here</div>
This div background color is #92baac
#92baac Border Color
<div style="border:3px solid #92baac">
Div here</div>
This div border color is #92baac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,186,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #92baac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #92baac; -webkit-box-shadow: 1px 1px 3px 2px #92baac; box-shadow: 1px 1px 3px 2px #92baac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,186,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 #92baac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #92baac; -webkit-box-shadow: 1px 1px 3px 2px #92baac; box-shadow: 1px 1px 3px 2px #92baac;">
Div content here</div>
This div box has shadow with color #92baac
Comments
No comments written yet.
Please login to write comment.