Color spaces of #c8821e
RGB | 200 | 130 | 30 |
---|---|---|---|
HSL | 0.10 | 0.74 | 0.45 |
HSV | 35° | 85° | 78° |
CMYK | 0.00 | 0.35 | 0.85 0.22 |
XYZ | 32.0364 | 28.3384 | 5.0096 |
Yxy | 28.3384 | 0.4900 | 0.4334 |
Hunter Lab | 53.2338 | 14.2631 | 31.6842 |
CIE-Lab | 60.1932 | 19.5482 | 59.7020 |
#c8821e color RGB value is (200,130,30).
#c8821e hex color red value is 200, green value is 130 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c8821e hue: 0.10 , saturation: 0.74 and the lightness value of c8821e is 0.45.
The process color (four color CMYK) of #c8821e color hex is 0.00, 0.35, 0.85, 0.22. Web safe color of #c8821e is #cc9933. Color #c8821e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 10000010 | 00011110 |
Octal | 310 | 202 | 36 |
Decimal | 200 | 130 | 30 |
Hex | C8 | 82 | 1E |
Shades of #c8821e
Tints of #c8821e
RGB Percentages of Color #c8821e
CMYK Percentages of Color #c8821e
Complementary Color
#c8821e | #1e64c8 |
#c8821e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8821e Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8821e Color CSS Codes
.mybgcolor {background-color:#c8821e; } .myforecolor {color:#c8821e; } .mybordercolor {border:3px solid #c8821e; }
#c8821e Text Font Color
<p style="color:#c8821e">Text here</p>
This sample text font color is #c8821e
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.
#c8821e Background Color
<div style="background-color:#c8821e">
Div content here</div>
This div background color is #c8821e
#c8821e Border Color
<div style="border:3px solid #c8821e">
Div here</div>
This div border color is #c8821e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,130,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8821e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8821e; -webkit-box-shadow: 1px 1px 3px 2px #c8821e; box-shadow: 1px 1px 3px 2px #c8821e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,130,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c8821e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8821e; -webkit-box-shadow: 1px 1px 3px 2px #c8821e; box-shadow: 1px 1px 3px 2px #c8821e;">
Div content here</div>
This div box has shadow with color #c8821e
Comments
No comments written yet.
Please login to write comment.