Color spaces of #cd803a
RGB | 205 | 128 | 58 |
---|---|---|---|
HSL | 0.08 | 0.60 | 0.52 |
HSV | 29° | 72° | 80° |
CMYK | 0.00 | 0.38 | 0.72 0.20 |
XYZ | 33.6597 | 28.7230 | 7.7730 |
Yxy | 28.7230 | 0.4798 | 0.4094 |
Hunter Lab | 53.5938 | 18.3180 | 28.9165 |
CIE-Lab | 60.5364 | 23.8498 | 48.9921 |
#cd803a color RGB value is (205,128,58).
#cd803a hex color red value is 205, green value is 128 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cd803a hue: 0.08 , saturation: 0.60 and the lightness value of cd803a is 0.52.
The process color (four color CMYK) of #cd803a color hex is 0.00, 0.38, 0.72, 0.20. Web safe color of #cd803a is #cc9933. Color #cd803a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10000000 | 00111010 |
Octal | 315 | 200 | 72 |
Decimal | 205 | 128 | 58 |
Hex | CD | 80 | 3A |
Shades of #cd803a
Tints of #cd803a
RGB Percentages of Color #cd803a
CMYK Percentages of Color #cd803a
Complementary Color
#cd803a | #3a87cd |
#cd803a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd803a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd803a Color CSS Codes
.mybgcolor {background-color:#cd803a; } .myforecolor {color:#cd803a; } .mybordercolor {border:3px solid #cd803a; }
#cd803a Text Font Color
<p style="color:#cd803a">Text here</p>
This sample text font color is #cd803a
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.
#cd803a Background Color
<div style="background-color:#cd803a">
Div content here</div>
This div background color is #cd803a
#cd803a Border Color
<div style="border:3px solid #cd803a">
Div here</div>
This div border color is #cd803a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,128,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd803a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd803a; -webkit-box-shadow: 1px 1px 3px 2px #cd803a; box-shadow: 1px 1px 3px 2px #cd803a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,128,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd803a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd803a; -webkit-box-shadow: 1px 1px 3px 2px #cd803a; box-shadow: 1px 1px 3px 2px #cd803a;">
Div content here</div>
This div box has shadow with color #cd803a
Comments
No comments written yet.
Please login to write comment.