Color spaces of #cdafde
RGB | 205 | 175 | 222 |
---|---|---|---|
HSL | 0.77 | 0.42 | 0.78 |
HSV | 278° | 21° | 87° |
CMYK | 0.08 | 0.21 | 0.00 0.13 |
XYZ | 53.6916 | 48.9130 | 75.7185 |
Yxy | 48.9130 | 0.3011 | 0.2743 |
Hunter Lab | 69.9378 | 14.6441 | -15.2341 |
CIE-Lab | 75.3972 | 19.3726 | -19.6106 |
#cdafde color RGB value is (205,175,222).
#cdafde hex color red value is 205, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cdafde hue: 0.77 , saturation: 0.42 and the lightness value of cdafde is 0.78.
The process color (four color CMYK) of #cdafde color hex is 0.08, 0.21, 0.00, 0.13. Web safe color of #cdafde is #cc99cc. Color #cdafde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10101111 | 11011110 |
Octal | 315 | 257 | 336 |
Decimal | 205 | 175 | 222 |
Hex | CD | AF | DE |
Shades of #cdafde
Tints of #cdafde
RGB Percentages of Color #cdafde
CMYK Percentages of Color #cdafde
Complementary Color
#cdafde | #c0deaf |
#cdafde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdafde Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdafde Color CSS Codes
.mybgcolor {background-color:#cdafde; } .myforecolor {color:#cdafde; } .mybordercolor {border:3px solid #cdafde; }
#cdafde Text Font Color
<p style="color:#cdafde">Text here</p>
This sample text font color is #cdafde
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.
#cdafde Background Color
<div style="background-color:#cdafde">
Div content here</div>
This div background color is #cdafde
#cdafde Border Color
<div style="border:3px solid #cdafde">
Div here</div>
This div border color is #cdafde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,175,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdafde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdafde; -webkit-box-shadow: 1px 1px 3px 2px #cdafde; box-shadow: 1px 1px 3px 2px #cdafde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,175,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 #cdafde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdafde; -webkit-box-shadow: 1px 1px 3px 2px #cdafde; box-shadow: 1px 1px 3px 2px #cdafde;">
Div content here</div>
This div box has shadow with color #cdafde
Comments
No comments written yet.
Please login to write comment.