Color spaces of #cfcefa
RGB | 207 | 206 | 250 |
---|---|---|---|
HSL | 0.67 | 0.81 | 0.89 |
HSV | 241° | 18° | 98° |
CMYK | 0.17 | 0.18 | 0.00 0.02 |
XYZ | 65.0588 | 64.3101 | 99.4266 |
Yxy | 64.3101 | 0.2844 | 0.2811 |
Hunter Lab | 80.1936 | 4.4733 | -17.3742 |
CIE-Lab | 84.1270 | 9.0670 | -21.4012 |
#cfcefa color RGB value is (207,206,250).
#cfcefa hex color red value is 207, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cfcefa hue: 0.67 , saturation: 0.81 and the lightness value of cfcefa is 0.89.
The process color (four color CMYK) of #cfcefa color hex is 0.17, 0.18, 0.00, 0.02. Web safe color of #cfcefa is #ccccff. Color #cfcefa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11001110 | 11111010 |
Octal | 317 | 316 | 372 |
Decimal | 207 | 206 | 250 |
Hex | CF | CE | FA |
Shades of #cfcefa
Tints of #cfcefa
RGB Percentages of Color #cfcefa
CMYK Percentages of Color #cfcefa
Complementary Color
#cfcefa | #f9face |
#cfcefa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfcefa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfcefa Color CSS Codes
.mybgcolor {background-color:#cfcefa; } .myforecolor {color:#cfcefa; } .mybordercolor {border:3px solid #cfcefa; }
#cfcefa Text Font Color
<p style="color:#cfcefa">Text here</p>
This sample text font color is #cfcefa
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.
#cfcefa Background Color
<div style="background-color:#cfcefa">
Div content here</div>
This div background color is #cfcefa
#cfcefa Border Color
<div style="border:3px solid #cfcefa">
Div here</div>
This div border color is #cfcefa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,206,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfcefa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfcefa; -webkit-box-shadow: 1px 1px 3px 2px #cfcefa; box-shadow: 1px 1px 3px 2px #cfcefa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,206,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 #cfcefa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfcefa; -webkit-box-shadow: 1px 1px 3px 2px #cfcefa; box-shadow: 1px 1px 3px 2px #cfcefa;">
Div content here</div>
This div box has shadow with color #cfcefa
Comments
No comments written yet.
Please login to write comment.