Color spaces of #cfaedb
RGB | 207 | 174 | 219 |
---|---|---|---|
HSL | 0.79 | 0.38 | 0.77 |
HSV | 284° | 21° | 86° |
CMYK | 0.05 | 0.21 | 0.00 0.14 |
XYZ | 53.6544 | 48.6520 | 73.5807 |
Yxy | 48.6520 | 0.3051 | 0.2766 |
Hunter Lab | 69.7510 | 15.2429 | -13.7197 |
CIE-Lab | 75.2343 | 19.9791 | -18.2079 |
#cfaedb color RGB value is (207,174,219).
#cfaedb hex color red value is 207, green value is 174 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cfaedb hue: 0.79 , saturation: 0.38 and the lightness value of cfaedb is 0.77.
The process color (four color CMYK) of #cfaedb color hex is 0.05, 0.21, 0.00, 0.14. Web safe color of #cfaedb is #cc99cc. Color #cfaedb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10101110 | 11011011 |
Octal | 317 | 256 | 333 |
Decimal | 207 | 174 | 219 |
Hex | CF | AE | DB |
Shades of #cfaedb
Tints of #cfaedb
RGB Percentages of Color #cfaedb
CMYK Percentages of Color #cfaedb
Complementary Color
#cfaedb | #badbae |
#cfaedb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfaedb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfaedb Color CSS Codes
.mybgcolor {background-color:#cfaedb; } .myforecolor {color:#cfaedb; } .mybordercolor {border:3px solid #cfaedb; }
#cfaedb Text Font Color
<p style="color:#cfaedb">Text here</p>
This sample text font color is #cfaedb
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.
#cfaedb Background Color
<div style="background-color:#cfaedb">
Div content here</div>
This div background color is #cfaedb
#cfaedb Border Color
<div style="border:3px solid #cfaedb">
Div here</div>
This div border color is #cfaedb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,174,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfaedb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfaedb; -webkit-box-shadow: 1px 1px 3px 2px #cfaedb; box-shadow: 1px 1px 3px 2px #cfaedb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,174,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfaedb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfaedb; -webkit-box-shadow: 1px 1px 3px 2px #cfaedb; box-shadow: 1px 1px 3px 2px #cfaedb;">
Div content here</div>
This div box has shadow with color #cfaedb
#cfaedb Color Palettes
Comments
No comments written yet.
Please login to write comment.