Color spaces of #cfbcea
RGB | 207 | 188 | 234 |
---|---|---|---|
HSL | 0.74 | 0.52 | 0.83 |
HSV | 265° | 20° | 92° |
CMYK | 0.12 | 0.20 | 0.00 0.08 |
XYZ | 58.5666 | 55.1724 | 85.4044 |
Yxy | 55.1724 | 0.2941 | 0.2770 |
Hunter Lab | 74.2781 | 10.7564 | -16.1765 |
CIE-Lab | 79.1405 | 15.3866 | -20.4111 |
#cfbcea color RGB value is (207,188,234).
#cfbcea hex color red value is 207, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cfbcea hue: 0.74 , saturation: 0.52 and the lightness value of cfbcea is 0.83.
The process color (four color CMYK) of #cfbcea color hex is 0.12, 0.20, 0.00, 0.08. Web safe color of #cfbcea is #ccccff. Color #cfbcea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10111100 | 11101010 |
Octal | 317 | 274 | 352 |
Decimal | 207 | 188 | 234 |
Hex | CF | BC | EA |
Shades of #cfbcea
Tints of #cfbcea
RGB Percentages of Color #cfbcea
CMYK Percentages of Color #cfbcea
Complementary Color
#cfbcea | #d7eabc |
#cfbcea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfbcea Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfbcea Color CSS Codes
.mybgcolor {background-color:#cfbcea; } .myforecolor {color:#cfbcea; } .mybordercolor {border:3px solid #cfbcea; }
#cfbcea Text Font Color
<p style="color:#cfbcea">Text here</p>
This sample text font color is #cfbcea
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.
#cfbcea Background Color
<div style="background-color:#cfbcea">
Div content here</div>
This div background color is #cfbcea
#cfbcea Border Color
<div style="border:3px solid #cfbcea">
Div here</div>
This div border color is #cfbcea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,188,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfbcea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfbcea; -webkit-box-shadow: 1px 1px 3px 2px #cfbcea; box-shadow: 1px 1px 3px 2px #cfbcea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,188,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfbcea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfbcea; -webkit-box-shadow: 1px 1px 3px 2px #cfbcea; box-shadow: 1px 1px 3px 2px #cfbcea;">
Div content here</div>
This div box has shadow with color #cfbcea
Comments
No comments written yet.
Please login to write comment.