Color spaces of #cdda96
RGB | 205 | 218 | 150 |
---|---|---|---|
HSL | 0.20 | 0.48 | 0.72 |
HSV | 71° | 31° | 85° |
CMYK | 0.06 | 0.00 | 0.31 0.15 |
XYZ | 55.7533 | 65.3240 | 38.5244 |
Yxy | 65.3240 | 0.3493 | 0.4093 |
Hunter Lab | 80.8233 | -18.3083 | 28.3157 |
CIE-Lab | 84.6504 | -15.2880 | 32.0790 |
#cdda96 color RGB value is (205,218,150).
#cdda96 hex color red value is 205, green value is 218 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cdda96 hue: 0.20 , saturation: 0.48 and the lightness value of cdda96 is 0.72.
The process color (four color CMYK) of #cdda96 color hex is 0.06, 0.00, 0.31, 0.15. Web safe color of #cdda96 is #cccc99. Color #cdda96 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11011010 | 10010110 |
Octal | 315 | 332 | 226 |
Decimal | 205 | 218 | 150 |
Hex | CD | DA | 96 |
Shades of #cdda96
Tints of #cdda96
RGB Percentages of Color #cdda96
CMYK Percentages of Color #cdda96
Complementary Color
#cdda96 | #a396da |
#cdda96 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdda96 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdda96 Color CSS Codes
.mybgcolor {background-color:#cdda96; } .myforecolor {color:#cdda96; } .mybordercolor {border:3px solid #cdda96; }
#cdda96 Text Font Color
<p style="color:#cdda96">Text here</p>
This sample text font color is #cdda96
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.
#cdda96 Background Color
<div style="background-color:#cdda96">
Div content here</div>
This div background color is #cdda96
#cdda96 Border Color
<div style="border:3px solid #cdda96">
Div here</div>
This div border color is #cdda96
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,218,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdda96; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdda96; -webkit-box-shadow: 1px 1px 3px 2px #cdda96; box-shadow: 1px 1px 3px 2px #cdda96; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,218,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdda96">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdda96; -webkit-box-shadow: 1px 1px 3px 2px #cdda96; box-shadow: 1px 1px 3px 2px #cdda96;">
Div content here</div>
This div box has shadow with color #cdda96
Comments
No comments written yet.
Please login to write comment.