Color spaces of #cfbde7
RGB | 207 | 189 | 231 |
---|---|---|---|
HSL | 0.74 | 0.47 | 0.82 |
HSV | 266° | 18° | 91° |
CMYK | 0.10 | 0.18 | 0.00 0.09 |
XYZ | 58.3535 | 55.4301 | 83.2248 |
Yxy | 55.4301 | 0.2962 | 0.2814 |
Hunter Lab | 74.4514 | 9.6148 | -14.1608 |
CIE-Lab | 79.2884 | 14.2324 | -18.5734 |
#cfbde7 color RGB value is (207,189,231).
#cfbde7 hex color red value is 207, green value is 189 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #cfbde7 hue: 0.74 , saturation: 0.47 and the lightness value of cfbde7 is 0.82.
The process color (four color CMYK) of #cfbde7 color hex is 0.10, 0.18, 0.00, 0.09. Web safe color of #cfbde7 is #ccccff. Color #cfbde7 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10111101 | 11100111 |
Octal | 317 | 275 | 347 |
Decimal | 207 | 189 | 231 |
Hex | CF | BD | E7 |
Shades of #cfbde7
Tints of #cfbde7
RGB Percentages of Color #cfbde7
CMYK Percentages of Color #cfbde7
Complementary Color
#cfbde7 | #d5e7bd |
#cfbde7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfbde7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfbde7 Color CSS Codes
.mybgcolor {background-color:#cfbde7; } .myforecolor {color:#cfbde7; } .mybordercolor {border:3px solid #cfbde7; }
#cfbde7 Text Font Color
<p style="color:#cfbde7">Text here</p>
This sample text font color is #cfbde7
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.
#cfbde7 Background Color
<div style="background-color:#cfbde7">
Div content here</div>
This div background color is #cfbde7
#cfbde7 Border Color
<div style="border:3px solid #cfbde7">
Div here</div>
This div border color is #cfbde7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,189,231, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfbde7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfbde7; -webkit-box-shadow: 1px 1px 3px 2px #cfbde7; box-shadow: 1px 1px 3px 2px #cfbde7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,189,231, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfbde7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfbde7; -webkit-box-shadow: 1px 1px 3px 2px #cfbde7; box-shadow: 1px 1px 3px 2px #cfbde7;">
Div content here</div>
This div box has shadow with color #cfbde7
Comments
No comments written yet.
Please login to write comment.