Color spaces of #cdc09a
RGB | 205 | 192 | 154 |
---|---|---|---|
HSL | 0.12 | 0.34 | 0.70 |
HSV | 45° | 25° | 80° |
CMYK | 0.00 | 0.06 | 0.25 0.20 |
XYZ | 49.8592 | 53.0115 | 38.1762 |
Yxy | 53.0115 | 0.3535 | 0.3758 |
Hunter Lab | 72.8090 | -5.1799 | 19.8786 |
CIE-Lab | 77.8818 | -1.4148 | 20.8364 |
#cdc09a color RGB value is (205,192,154).
#cdc09a hex color red value is 205, green value is 192 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #cdc09a hue: 0.12 , saturation: 0.34 and the lightness value of cdc09a is 0.70.
The process color (four color CMYK) of #cdc09a color hex is 0.00, 0.06, 0.25, 0.20. Web safe color of #cdc09a is #cccc99. Color #cdc09a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11000000 | 10011010 |
Octal | 315 | 300 | 232 |
Decimal | 205 | 192 | 154 |
Hex | CD | C0 | 9A |
Shades of #cdc09a
Tints of #cdc09a
RGB Percentages of Color #cdc09a
CMYK Percentages of Color #cdc09a
Complementary Color
#cdc09a | #9aa7cd |
#cdc09a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdc09a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdc09a Color CSS Codes
.mybgcolor {background-color:#cdc09a; } .myforecolor {color:#cdc09a; } .mybordercolor {border:3px solid #cdc09a; }
#cdc09a Text Font Color
<p style="color:#cdc09a">Text here</p>
This sample text font color is #cdc09a
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.
#cdc09a Background Color
<div style="background-color:#cdc09a">
Div content here</div>
This div background color is #cdc09a
#cdc09a Border Color
<div style="border:3px solid #cdc09a">
Div here</div>
This div border color is #cdc09a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,192,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdc09a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdc09a; -webkit-box-shadow: 1px 1px 3px 2px #cdc09a; box-shadow: 1px 1px 3px 2px #cdc09a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,192,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdc09a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdc09a; -webkit-box-shadow: 1px 1px 3px 2px #cdc09a; box-shadow: 1px 1px 3px 2px #cdc09a;">
Div content here</div>
This div box has shadow with color #cdc09a
Comments
No comments written yet.
Please login to write comment.