Color spaces of #95555a
RGB | 149 | 85 | 90 |
---|---|---|---|
HSL | 0.99 | 0.27 | 0.46 |
HSV | 355° | 43° | 58° |
CMYK | 0.00 | 0.43 | 0.40 0.42 |
XYZ | 17.4884 | 13.6247 | 11.3810 |
Yxy | 13.6247 | 0.4115 | 0.3206 |
Hunter Lab | 36.9117 | 19.9763 | 7.5572 |
CIE-Lab | 43.6898 | 27.1016 | 8.7021 |
#95555a color RGB value is (149,85,90).
#95555a hex color red value is 149, green value is 85 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #95555a hue: 0.99 , saturation: 0.27 and the lightness value of 95555a is 0.46.
The process color (four color CMYK) of #95555a color hex is 0.00, 0.43, 0.40, 0.42. Web safe color of #95555a is #996666. Color #95555a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 01010101 | 01011010 |
Octal | 225 | 125 | 132 |
Decimal | 149 | 85 | 90 |
Hex | 95 | 55 | 5A |
Shades of #95555a
Tints of #95555a
RGB Percentages of Color #95555a
CMYK Percentages of Color #95555a
Complementary Color
#95555a | #559590 |
#95555a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#95555a Color Preview on White Background
Lorem ipsum dolor sit amet.
#95555a Color CSS Codes
.mybgcolor {background-color:#95555a; } .myforecolor {color:#95555a; } .mybordercolor {border:3px solid #95555a; }
#95555a Text Font Color
<p style="color:#95555a">Text here</p>
This sample text font color is #95555a
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.
#95555a Background Color
<div style="background-color:#95555a">
Div content here</div>
This div background color is #95555a
#95555a Border Color
<div style="border:3px solid #95555a">
Div here</div>
This div border color is #95555a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,85,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #95555a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95555a; -webkit-box-shadow: 1px 1px 3px 2px #95555a; box-shadow: 1px 1px 3px 2px #95555a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,85,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #95555a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #95555a; -webkit-box-shadow: 1px 1px 3px 2px #95555a; box-shadow: 1px 1px 3px 2px #95555a;">
Div content here</div>
This div box has shadow with color #95555a
Comments
No comments written yet.
Please login to write comment.