Color spaces of #cdcaf7
RGB | 205 | 202 | 247 |
---|---|---|---|
HSL | 0.68 | 0.74 | 0.88 |
HSV | 244° | 18° | 97° |
CMYK | 0.17 | 0.18 | 0.00 0.03 |
XYZ | 63.0859 | 61.9356 | 96.6255 |
Yxy | 61.9356 | 0.2846 | 0.2794 |
Hunter Lab | 78.6992 | 5.3635 | -17.7058 |
CIE-Lab | 82.8792 | 9.9455 | -21.7130 |
#cdcaf7 color RGB value is (205,202,247).
#cdcaf7 hex color red value is 205, green value is 202 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #cdcaf7 hue: 0.68 , saturation: 0.74 and the lightness value of cdcaf7 is 0.88.
The process color (four color CMYK) of #cdcaf7 color hex is 0.17, 0.18, 0.00, 0.03. Web safe color of #cdcaf7 is #ccccff. Color #cdcaf7 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11001010 | 11110111 |
Octal | 315 | 312 | 367 |
Decimal | 205 | 202 | 247 |
Hex | CD | CA | F7 |
Shades of #cdcaf7
Tints of #cdcaf7
RGB Percentages of Color #cdcaf7
CMYK Percentages of Color #cdcaf7
Complementary Color
#cdcaf7 | #f4f7ca |
#cdcaf7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdcaf7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdcaf7 Color CSS Codes
.mybgcolor {background-color:#cdcaf7; } .myforecolor {color:#cdcaf7; } .mybordercolor {border:3px solid #cdcaf7; }
#cdcaf7 Text Font Color
<p style="color:#cdcaf7">Text here</p>
This sample text font color is #cdcaf7
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.
#cdcaf7 Background Color
<div style="background-color:#cdcaf7">
Div content here</div>
This div background color is #cdcaf7
#cdcaf7 Border Color
<div style="border:3px solid #cdcaf7">
Div here</div>
This div border color is #cdcaf7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,202,247, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdcaf7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdcaf7; -webkit-box-shadow: 1px 1px 3px 2px #cdcaf7; box-shadow: 1px 1px 3px 2px #cdcaf7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,202,247, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdcaf7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdcaf7; -webkit-box-shadow: 1px 1px 3px 2px #cdcaf7; box-shadow: 1px 1px 3px 2px #cdcaf7;">
Div content here</div>
This div box has shadow with color #cdcaf7
Comments
No comments written yet.
Please login to write comment.