Color spaces of #d5cafa
RGB | 213 | 202 | 250 |
---|---|---|---|
HSL | 0.70 | 0.83 | 0.89 |
HSV | 254° | 19° | 98° |
CMYK | 0.15 | 0.19 | 0.00 0.02 |
XYZ | 65.8164 | 63.2893 | 99.1896 |
Yxy | 63.2893 | 0.2883 | 0.2772 |
Hunter Lab | 79.5546 | 8.4546 | -18.2353 |
CIE-Lab | 83.5944 | 13.0665 | -22.1651 |
#d5cafa color RGB value is (213,202,250).
#d5cafa hex color red value is 213, green value is 202 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d5cafa hue: 0.70 , saturation: 0.83 and the lightness value of d5cafa is 0.89.
The process color (four color CMYK) of #d5cafa color hex is 0.15, 0.19, 0.00, 0.02. Web safe color of #d5cafa is #ccccff. Color #d5cafa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 11001010 | 11111010 |
Octal | 325 | 312 | 372 |
Decimal | 213 | 202 | 250 |
Hex | D5 | CA | FA |
Shades of #d5cafa
Tints of #d5cafa
RGB Percentages of Color #d5cafa
CMYK Percentages of Color #d5cafa
Complementary Color
#d5cafa | #effaca |
#d5cafa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5cafa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5cafa Color CSS Codes
.mybgcolor {background-color:#d5cafa; } .myforecolor {color:#d5cafa; } .mybordercolor {border:3px solid #d5cafa; }
#d5cafa Text Font Color
<p style="color:#d5cafa">Text here</p>
This sample text font color is #d5cafa
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.
#d5cafa Background Color
<div style="background-color:#d5cafa">
Div content here</div>
This div background color is #d5cafa
#d5cafa Border Color
<div style="border:3px solid #d5cafa">
Div here</div>
This div border color is #d5cafa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,202,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5cafa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5cafa; -webkit-box-shadow: 1px 1px 3px 2px #d5cafa; box-shadow: 1px 1px 3px 2px #d5cafa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,202,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 #d5cafa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5cafa; -webkit-box-shadow: 1px 1px 3px 2px #d5cafa; box-shadow: 1px 1px 3px 2px #d5cafa;">
Div content here</div>
This div box has shadow with color #d5cafa
Comments
No comments written yet.
Please login to write comment.