Color spaces of #cad49d
RGB | 202 | 212 | 157 |
---|---|---|---|
HSL | 0.20 | 0.39 | 0.72 |
HSV | 71° | 26° | 83° |
CMYK | 0.05 | 0.00 | 0.26 0.17 |
XYZ | 53.9864 | 62.0778 | 41.0351 |
Yxy | 62.0778 | 0.3436 | 0.3952 |
Hunter Lab | 78.7895 | -15.5737 | 24.2732 |
CIE-Lab | 82.9548 | -12.4482 | 26.1470 |
#cad49d color RGB value is (202,212,157).
#cad49d hex color red value is 202, green value is 212 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cad49d hue: 0.20 , saturation: 0.39 and the lightness value of cad49d is 0.72.
The process color (four color CMYK) of #cad49d color hex is 0.05, 0.00, 0.26, 0.17. Web safe color of #cad49d is #cccc99. Color #cad49d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11010100 | 10011101 |
Octal | 312 | 324 | 235 |
Decimal | 202 | 212 | 157 |
Hex | CA | D4 | 9D |
Shades of #cad49d
Tints of #cad49d
RGB Percentages of Color #cad49d
CMYK Percentages of Color #cad49d
Complementary Color
#cad49d | #a79dd4 |
#cad49d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cad49d Color Preview on White Background
Lorem ipsum dolor sit amet.
#cad49d Color CSS Codes
.mybgcolor {background-color:#cad49d; } .myforecolor {color:#cad49d; } .mybordercolor {border:3px solid #cad49d; }
#cad49d Text Font Color
<p style="color:#cad49d">Text here</p>
This sample text font color is #cad49d
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.
#cad49d Background Color
<div style="background-color:#cad49d">
Div content here</div>
This div background color is #cad49d
#cad49d Border Color
<div style="border:3px solid #cad49d">
Div here</div>
This div border color is #cad49d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,212,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cad49d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cad49d; -webkit-box-shadow: 1px 1px 3px 2px #cad49d; box-shadow: 1px 1px 3px 2px #cad49d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,212,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cad49d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cad49d; -webkit-box-shadow: 1px 1px 3px 2px #cad49d; box-shadow: 1px 1px 3px 2px #cad49d;">
Div content here</div>
This div box has shadow with color #cad49d
#cad49d Color Palettes
Comments
No comments written yet.
Please login to write comment.