Color spaces of #cdabde
RGB | 205 | 171 | 222 |
---|---|---|---|
HSL | 0.78 | 0.44 | 0.77 |
HSV | 280° | 23° | 87° |
CMYK | 0.08 | 0.23 | 0.00 0.13 |
XYZ | 52.9246 | 47.3789 | 75.4629 |
Yxy | 47.3789 | 0.3011 | 0.2696 |
Hunter Lab | 68.8323 | 16.7906 | -16.8187 |
CIE-Lab | 74.4315 | 21.5575 | -21.0760 |
#cdabde color RGB value is (205,171,222).
#cdabde hex color red value is 205, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cdabde hue: 0.78 , saturation: 0.44 and the lightness value of cdabde is 0.77.
The process color (four color CMYK) of #cdabde color hex is 0.08, 0.23, 0.00, 0.13. Web safe color of #cdabde is #cc99cc. Color #cdabde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10101011 | 11011110 |
Octal | 315 | 253 | 336 |
Decimal | 205 | 171 | 222 |
Hex | CD | AB | DE |
Shades of #cdabde
Tints of #cdabde
RGB Percentages of Color #cdabde
CMYK Percentages of Color #cdabde
Complementary Color
#cdabde | #bcdeab |
#cdabde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdabde Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdabde Color CSS Codes
.mybgcolor {background-color:#cdabde; } .myforecolor {color:#cdabde; } .mybordercolor {border:3px solid #cdabde; }
#cdabde Text Font Color
<p style="color:#cdabde">Text here</p>
This sample text font color is #cdabde
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.
#cdabde Background Color
<div style="background-color:#cdabde">
Div content here</div>
This div background color is #cdabde
#cdabde Border Color
<div style="border:3px solid #cdabde">
Div here</div>
This div border color is #cdabde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,171,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdabde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdabde; -webkit-box-shadow: 1px 1px 3px 2px #cdabde; box-shadow: 1px 1px 3px 2px #cdabde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,171,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdabde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdabde; -webkit-box-shadow: 1px 1px 3px 2px #cdabde; box-shadow: 1px 1px 3px 2px #cdabde;">
Div content here</div>
This div box has shadow with color #cdabde
Comments
No comments written yet.
Please login to write comment.