Color spaces of #cdc372
RGB | 205 | 195 | 114 |
---|---|---|---|
HSL | 0.15 | 0.48 | 0.63 |
HSV | 53° | 44° | 80° |
CMYK | 0.00 | 0.05 | 0.44 0.20 |
XYZ | 47.7292 | 53.2243 | 23.6773 |
Yxy | 53.2243 | 0.3830 | 0.4271 |
Hunter Lab | 72.9550 | -10.8915 | 31.8261 |
CIE-Lab | 78.0072 | -7.7816 | 41.8124 |
#cdc372 color RGB value is (205,195,114).
#cdc372 hex color red value is 205, green value is 195 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cdc372 hue: 0.15 , saturation: 0.48 and the lightness value of cdc372 is 0.63.
The process color (four color CMYK) of #cdc372 color hex is 0.00, 0.05, 0.44, 0.20. Web safe color of #cdc372 is #cccc66. Color #cdc372 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11000011 | 01110010 |
Octal | 315 | 303 | 162 |
Decimal | 205 | 195 | 114 |
Hex | CD | C3 | 72 |
Shades of #cdc372
Tints of #cdc372
RGB Percentages of Color #cdc372
CMYK Percentages of Color #cdc372
Complementary Color
#cdc372 | #727ccd |
#cdc372 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdc372 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdc372 Color CSS Codes
.mybgcolor {background-color:#cdc372; } .myforecolor {color:#cdc372; } .mybordercolor {border:3px solid #cdc372; }
#cdc372 Text Font Color
<p style="color:#cdc372">Text here</p>
This sample text font color is #cdc372
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.
#cdc372 Background Color
<div style="background-color:#cdc372">
Div content here</div>
This div background color is #cdc372
#cdc372 Border Color
<div style="border:3px solid #cdc372">
Div here</div>
This div border color is #cdc372
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,195,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdc372; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdc372; -webkit-box-shadow: 1px 1px 3px 2px #cdc372; box-shadow: 1px 1px 3px 2px #cdc372; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,195,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdc372">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdc372; -webkit-box-shadow: 1px 1px 3px 2px #cdc372; box-shadow: 1px 1px 3px 2px #cdc372;">
Div content here</div>
This div box has shadow with color #cdc372
Comments
No comments written yet.
Please login to write comment.