Color spaces of #cdadac
RGB | 205 | 173 | 172 |
---|---|---|---|
HSL | 0.01 | 0.25 | 0.74 |
HSV | 2° | 16° | 80° |
CMYK | 0.00 | 0.16 | 0.16 0.20 |
XYZ | 47.5668 | 45.8448 | 45.3716 |
Yxy | 45.8448 | 0.3427 | 0.3303 |
Hunter Lab | 67.7088 | 6.9095 | 7.6660 |
CIE-Lab | 73.4447 | 11.4332 | 4.8308 |
#cdadac color RGB value is (205,173,172).
#cdadac hex color red value is 205, green value is 173 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cdadac hue: 0.01 , saturation: 0.25 and the lightness value of cdadac is 0.74.
The process color (four color CMYK) of #cdadac color hex is 0.00, 0.16, 0.16, 0.20. Web safe color of #cdadac is #cc9999. Color #cdadac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10101101 | 10101100 |
Octal | 315 | 255 | 254 |
Decimal | 205 | 173 | 172 |
Hex | CD | AD | AC |
Shades of #cdadac
Tints of #cdadac
RGB Percentages of Color #cdadac
CMYK Percentages of Color #cdadac
Complementary Color
#cdadac | #accccd |
#cdadac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdadac Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdadac Color CSS Codes
.mybgcolor {background-color:#cdadac; } .myforecolor {color:#cdadac; } .mybordercolor {border:3px solid #cdadac; }
#cdadac Text Font Color
<p style="color:#cdadac">Text here</p>
This sample text font color is #cdadac
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.
#cdadac Background Color
<div style="background-color:#cdadac">
Div content here</div>
This div background color is #cdadac
#cdadac Border Color
<div style="border:3px solid #cdadac">
Div here</div>
This div border color is #cdadac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,173,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdadac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdadac; -webkit-box-shadow: 1px 1px 3px 2px #cdadac; box-shadow: 1px 1px 3px 2px #cdadac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,173,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdadac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdadac; -webkit-box-shadow: 1px 1px 3px 2px #cdadac; box-shadow: 1px 1px 3px 2px #cdadac;">
Div content here</div>
This div box has shadow with color #cdadac
Comments
No comments written yet.
Please login to write comment.