Color spaces of #cadcb5
RGB | 202 | 220 | 181 |
---|---|---|---|
HSL | 0.24 | 0.36 | 0.79 |
HSV | 88° | 18° | 86° |
CMYK | 0.08 | 0.00 | 0.18 0.14 |
XYZ | 58.2908 | 67.0792 | 53.5914 |
Yxy | 67.0792 | 0.3257 | 0.3748 |
Hunter Lab | 81.9019 | -16.2872 | 18.5357 |
CIE-Lab | 85.5439 | -12.8834 | 17.1662 |
#cadcb5 color RGB value is (202,220,181).
#cadcb5 hex color red value is 202, green value is 220 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #cadcb5 hue: 0.24 , saturation: 0.36 and the lightness value of cadcb5 is 0.79.
The process color (four color CMYK) of #cadcb5 color hex is 0.08, 0.00, 0.18, 0.14. Web safe color of #cadcb5 is #cccccc. Color #cadcb5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11011100 | 10110101 |
Octal | 312 | 334 | 265 |
Decimal | 202 | 220 | 181 |
Hex | CA | DC | B5 |
Shades of #cadcb5
Tints of #cadcb5
RGB Percentages of Color #cadcb5
CMYK Percentages of Color #cadcb5
Complementary Color
#cadcb5 | #c7b5dc |
#cadcb5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cadcb5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cadcb5 Color CSS Codes
.mybgcolor {background-color:#cadcb5; } .myforecolor {color:#cadcb5; } .mybordercolor {border:3px solid #cadcb5; }
#cadcb5 Text Font Color
<p style="color:#cadcb5">Text here</p>
This sample text font color is #cadcb5
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.
#cadcb5 Background Color
<div style="background-color:#cadcb5">
Div content here</div>
This div background color is #cadcb5
#cadcb5 Border Color
<div style="border:3px solid #cadcb5">
Div here</div>
This div border color is #cadcb5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,220,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cadcb5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cadcb5; -webkit-box-shadow: 1px 1px 3px 2px #cadcb5; box-shadow: 1px 1px 3px 2px #cadcb5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,220,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cadcb5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cadcb5; -webkit-box-shadow: 1px 1px 3px 2px #cadcb5; box-shadow: 1px 1px 3px 2px #cadcb5;">
Div content here</div>
This div box has shadow with color #cadcb5
Comments
No comments written yet.
Please login to write comment.