Color spaces of #cdcffa
RGB | 205 | 207 | 250 |
---|---|---|---|
HSL | 0.66 | 0.82 | 0.89 |
HSV | 237° | 18° | 98° |
CMYK | 0.18 | 0.17 | 0.00 0.02 |
XYZ | 64.7450 | 64.5069 | 99.4811 |
Yxy | 64.5069 | 0.2831 | 0.2820 |
Hunter Lab | 80.3162 | 3.3402 | -17.2163 |
CIE-Lab | 84.2290 | 7.9176 | -21.2607 |
#cdcffa color RGB value is (205,207,250).
#cdcffa hex color red value is 205, green value is 207 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cdcffa hue: 0.66 , saturation: 0.82 and the lightness value of cdcffa is 0.89.
The process color (four color CMYK) of #cdcffa color hex is 0.18, 0.17, 0.00, 0.02. Web safe color of #cdcffa is #ccccff. Color #cdcffa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11001111 | 11111010 |
Octal | 315 | 317 | 372 |
Decimal | 205 | 207 | 250 |
Hex | CD | CF | FA |
Shades of #cdcffa
Tints of #cdcffa
RGB Percentages of Color #cdcffa
CMYK Percentages of Color #cdcffa
Complementary Color
#cdcffa | #faf8cd |
#cdcffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdcffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdcffa Color CSS Codes
.mybgcolor {background-color:#cdcffa; } .myforecolor {color:#cdcffa; } .mybordercolor {border:3px solid #cdcffa; }
#cdcffa Text Font Color
<p style="color:#cdcffa">Text here</p>
This sample text font color is #cdcffa
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.
#cdcffa Background Color
<div style="background-color:#cdcffa">
Div content here</div>
This div background color is #cdcffa
#cdcffa Border Color
<div style="border:3px solid #cdcffa">
Div here</div>
This div border color is #cdcffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,207,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdcffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdcffa; -webkit-box-shadow: 1px 1px 3px 2px #cdcffa; box-shadow: 1px 1px 3px 2px #cdcffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,207,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdcffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdcffa; -webkit-box-shadow: 1px 1px 3px 2px #cdcffa; box-shadow: 1px 1px 3px 2px #cdcffa;">
Div content here</div>
This div box has shadow with color #cdcffa
Comments
No comments written yet.
Please login to write comment.