Color spaces of #cfcbda
RGB | 207 | 203 | 218 |
---|---|---|---|
HSL | 0.71 | 0.17 | 0.83 |
HSV | 256° | 7° | 85° |
CMYK | 0.05 | 0.07 | 0.00 0.15 |
XYZ | 59.7430 | 61.0392 | 74.9626 |
Yxy | 61.0392 | 0.3052 | 0.3118 |
Hunter Lab | 78.1276 | -0.2270 | -2.1988 |
CIE-Lab | 82.3998 | 4.1676 | -6.9455 |
#cfcbda color RGB value is (207,203,218).
#cfcbda hex color red value is 207, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cfcbda hue: 0.71 , saturation: 0.17 and the lightness value of cfcbda is 0.83.
The process color (four color CMYK) of #cfcbda color hex is 0.05, 0.07, 0.00, 0.15. Web safe color of #cfcbda is #cccccc. Color #cfcbda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11001011 | 11011010 |
Octal | 317 | 313 | 332 |
Decimal | 207 | 203 | 218 |
Hex | CF | CB | DA |
Shades of #cfcbda
Tints of #cfcbda
RGB Percentages of Color #cfcbda
CMYK Percentages of Color #cfcbda
Complementary Color
#cfcbda | #d6dacb |
#cfcbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfcbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfcbda Color CSS Codes
.mybgcolor {background-color:#cfcbda; } .myforecolor {color:#cfcbda; } .mybordercolor {border:3px solid #cfcbda; }
#cfcbda Text Font Color
<p style="color:#cfcbda">Text here</p>
This sample text font color is #cfcbda
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.
#cfcbda Background Color
<div style="background-color:#cfcbda">
Div content here</div>
This div background color is #cfcbda
#cfcbda Border Color
<div style="border:3px solid #cfcbda">
Div here</div>
This div border color is #cfcbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,203,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfcbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfcbda; -webkit-box-shadow: 1px 1px 3px 2px #cfcbda; box-shadow: 1px 1px 3px 2px #cfcbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,203,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfcbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfcbda; -webkit-box-shadow: 1px 1px 3px 2px #cfcbda; box-shadow: 1px 1px 3px 2px #cfcbda;">
Div content here</div>
This div box has shadow with color #cfcbda
Comments
No comments written yet.
Please login to write comment.