Color spaces of #cfbefc
RGB | 207 | 190 | 252 |
---|---|---|---|
HSL | 0.71 | 0.91 | 0.87 |
HSV | 256° | 25° | 99° |
CMYK | 0.18 | 0.25 | 0.00 0.01 |
XYZ | 61.7163 | 57.1206 | 99.8680 |
Yxy | 57.1206 | 0.2822 | 0.2612 |
Hunter Lab | 75.5782 | 13.4993 | -25.4403 |
CIE-Lab | 80.2474 | 18.1100 | -28.3768 |
#cfbefc color RGB value is (207,190,252).
#cfbefc hex color red value is 207, green value is 190 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cfbefc hue: 0.71 , saturation: 0.91 and the lightness value of cfbefc is 0.87.
The process color (four color CMYK) of #cfbefc color hex is 0.18, 0.25, 0.00, 0.01. Web safe color of #cfbefc is #ccccff. Color #cfbefc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10111110 | 11111100 |
Octal | 317 | 276 | 374 |
Decimal | 207 | 190 | 252 |
Hex | CF | BE | FC |
Shades of #cfbefc
Tints of #cfbefc
RGB Percentages of Color #cfbefc
CMYK Percentages of Color #cfbefc
Complementary Color
#cfbefc | #ebfcbe |
#cfbefc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfbefc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfbefc Color CSS Codes
.mybgcolor {background-color:#cfbefc; } .myforecolor {color:#cfbefc; } .mybordercolor {border:3px solid #cfbefc; }
#cfbefc Text Font Color
<p style="color:#cfbefc">Text here</p>
This sample text font color is #cfbefc
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.
#cfbefc Background Color
<div style="background-color:#cfbefc">
Div content here</div>
This div background color is #cfbefc
#cfbefc Border Color
<div style="border:3px solid #cfbefc">
Div here</div>
This div border color is #cfbefc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,190,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfbefc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfbefc; -webkit-box-shadow: 1px 1px 3px 2px #cfbefc; box-shadow: 1px 1px 3px 2px #cfbefc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,190,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfbefc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfbefc; -webkit-box-shadow: 1px 1px 3px 2px #cfbefc; box-shadow: 1px 1px 3px 2px #cfbefc;">
Div content here</div>
This div box has shadow with color #cfbefc
Comments
No comments written yet.
Please login to write comment.