Color spaces of #94605a
RGB | 148 | 96 | 90 |
---|---|---|---|
HSL | 0.02 | 0.24 | 0.47 |
HSV | 6° | 39° | 58° |
CMYK | 0.00 | 0.35 | 0.39 0.42 |
XYZ | 18.2411 | 15.3998 | 11.6839 |
Yxy | 15.3998 | 0.4025 | 0.3398 |
Hunter Lab | 39.2426 | 14.2975 | 9.8171 |
CIE-Lab | 46.1770 | 20.4039 | 12.1618 |
#94605a color RGB value is (148,96,90).
#94605a hex color red value is 148, green value is 96 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #94605a hue: 0.02 , saturation: 0.24 and the lightness value of 94605a is 0.47.
The process color (four color CMYK) of #94605a color hex is 0.00, 0.35, 0.39, 0.42. Web safe color of #94605a is #996666. Color #94605a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 01100000 | 01011010 |
Octal | 224 | 140 | 132 |
Decimal | 148 | 96 | 90 |
Hex | 94 | 60 | 5A |
Shades of #94605a
Tints of #94605a
RGB Percentages of Color #94605a
CMYK Percentages of Color #94605a
Complementary Color
#94605a | #5a8e94 |
#94605a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#94605a Color Preview on White Background
Lorem ipsum dolor sit amet.
#94605a Color CSS Codes
.mybgcolor {background-color:#94605a; } .myforecolor {color:#94605a; } .mybordercolor {border:3px solid #94605a; }
#94605a Text Font Color
<p style="color:#94605a">Text here</p>
This sample text font color is #94605a
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.
#94605a Background Color
<div style="background-color:#94605a">
Div content here</div>
This div background color is #94605a
#94605a Border Color
<div style="border:3px solid #94605a">
Div here</div>
This div border color is #94605a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,96,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #94605a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #94605a; -webkit-box-shadow: 1px 1px 3px 2px #94605a; box-shadow: 1px 1px 3px 2px #94605a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,96,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 #94605a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #94605a; -webkit-box-shadow: 1px 1px 3px 2px #94605a; box-shadow: 1px 1px 3px 2px #94605a;">
Div content here</div>
This div box has shadow with color #94605a
Comments
No comments written yet.
Please login to write comment.