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