Color spaces of #cfbefa
RGB | 207 | 190 | 250 |
---|---|---|---|
HSL | 0.71 | 0.86 | 0.86 |
HSV | 257° | 24° | 98° |
CMYK | 0.17 | 0.24 | 0.00 0.02 |
XYZ | 61.4009 | 56.9944 | 98.2073 |
Yxy | 56.9944 | 0.2835 | 0.2631 |
Hunter Lab | 75.4946 | 13.0611 | -24.2812 |
CIE-Lab | 80.1764 | 17.6769 | -27.4160 |
#cfbefa color RGB value is (207,190,250).
#cfbefa hex color red value is 207, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cfbefa hue: 0.71 , saturation: 0.86 and the lightness value of cfbefa is 0.86.
The process color (four color CMYK) of #cfbefa color hex is 0.17, 0.24, 0.00, 0.02. Web safe color of #cfbefa is #ccccff. Color #cfbefa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10111110 | 11111010 |
Octal | 317 | 276 | 372 |
Decimal | 207 | 190 | 250 |
Hex | CF | BE | FA |
Shades of #cfbefa
Tints of #cfbefa
RGB Percentages of Color #cfbefa
CMYK Percentages of Color #cfbefa
Complementary Color
#cfbefa | #e9fabe |
#cfbefa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfbefa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfbefa Color CSS Codes
.mybgcolor {background-color:#cfbefa; } .myforecolor {color:#cfbefa; } .mybordercolor {border:3px solid #cfbefa; }
#cfbefa Text Font Color
<p style="color:#cfbefa">Text here</p>
This sample text font color is #cfbefa
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.
#cfbefa Background Color
<div style="background-color:#cfbefa">
Div content here</div>
This div background color is #cfbefa
#cfbefa Border Color
<div style="border:3px solid #cfbefa">
Div here</div>
This div border color is #cfbefa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,190,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfbefa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfbefa; -webkit-box-shadow: 1px 1px 3px 2px #cfbefa; box-shadow: 1px 1px 3px 2px #cfbefa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,190,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfbefa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfbefa; -webkit-box-shadow: 1px 1px 3px 2px #cfbefa; box-shadow: 1px 1px 3px 2px #cfbefa;">
Div content here</div>
This div box has shadow with color #cfbefa
Comments
No comments written yet.
Please login to write comment.