Color spaces of #ce824d
RGB | 206 | 130 | 77 |
---|---|---|---|
HSL | 0.07 | 0.57 | 0.55 |
HSV | 25° | 63° | 81° |
CMYK | 0.00 | 0.37 | 0.63 0.19 |
XYZ | 34.7758 | 29.6229 | 10.9061 |
Yxy | 29.6229 | 0.4618 | 0.3934 |
Hunter Lab | 54.4269 | 18.8045 | 26.2183 |
CIE-Lab | 61.3275 | 24.3073 | 40.4409 |
#ce824d color RGB value is (206,130,77).
#ce824d hex color red value is 206, green value is 130 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ce824d hue: 0.07 , saturation: 0.57 and the lightness value of ce824d is 0.55.
The process color (four color CMYK) of #ce824d color hex is 0.00, 0.37, 0.63, 0.19. Web safe color of #ce824d is #cc9966. Color #ce824d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10000010 | 01001101 |
Octal | 316 | 202 | 115 |
Decimal | 206 | 130 | 77 |
Hex | CE | 82 | 4D |
Shades of #ce824d
Tints of #ce824d
RGB Percentages of Color #ce824d
CMYK Percentages of Color #ce824d
Complementary Color
#ce824d | #4d99ce |
#ce824d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce824d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce824d Color CSS Codes
.mybgcolor {background-color:#ce824d; } .myforecolor {color:#ce824d; } .mybordercolor {border:3px solid #ce824d; }
#ce824d Text Font Color
<p style="color:#ce824d">Text here</p>
This sample text font color is #ce824d
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.
#ce824d Background Color
<div style="background-color:#ce824d">
Div content here</div>
This div background color is #ce824d
#ce824d Border Color
<div style="border:3px solid #ce824d">
Div here</div>
This div border color is #ce824d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,130,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce824d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce824d; -webkit-box-shadow: 1px 1px 3px 2px #ce824d; box-shadow: 1px 1px 3px 2px #ce824d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,130,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce824d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce824d; -webkit-box-shadow: 1px 1px 3px 2px #ce824d; box-shadow: 1px 1px 3px 2px #ce824d;">
Div content here</div>
This div box has shadow with color #ce824d
Comments
No comments written yet.
Please login to write comment.