Color spaces of #cecffb
RGB | 206 | 207 | 251 |
---|---|---|---|
HSL | 0.66 | 0.85 | 0.90 |
HSV | 239° | 18° | 98° |
CMYK | 0.18 | 0.18 | 0.00 0.02 |
XYZ | 65.1790 | 64.7125 | 100.3222 |
Yxy | 64.7125 | 0.2831 | 0.2811 |
Hunter Lab | 80.4441 | 3.8507 | -17.6300 |
CIE-Lab | 84.3354 | 8.4399 | -21.6227 |
#cecffb color RGB value is (206,207,251).
#cecffb hex color red value is 206, green value is 207 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cecffb hue: 0.66 , saturation: 0.85 and the lightness value of cecffb is 0.90.
The process color (four color CMYK) of #cecffb color hex is 0.18, 0.18, 0.00, 0.02. Web safe color of #cecffb is #ccccff. Color #cecffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11001111 | 11111011 |
Octal | 316 | 317 | 373 |
Decimal | 206 | 207 | 251 |
Hex | CE | CF | FB |
Shades of #cecffb
Tints of #cecffb
RGB Percentages of Color #cecffb
CMYK Percentages of Color #cecffb
Complementary Color
#cecffb | #fbface |
#cecffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cecffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cecffb Color CSS Codes
.mybgcolor {background-color:#cecffb; } .myforecolor {color:#cecffb; } .mybordercolor {border:3px solid #cecffb; }
#cecffb Text Font Color
<p style="color:#cecffb">Text here</p>
This sample text font color is #cecffb
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.
#cecffb Background Color
<div style="background-color:#cecffb">
Div content here</div>
This div background color is #cecffb
#cecffb Border Color
<div style="border:3px solid #cecffb">
Div here</div>
This div border color is #cecffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,207,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cecffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cecffb; -webkit-box-shadow: 1px 1px 3px 2px #cecffb; box-shadow: 1px 1px 3px 2px #cecffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,207,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cecffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cecffb; -webkit-box-shadow: 1px 1px 3px 2px #cecffb; box-shadow: 1px 1px 3px 2px #cecffb;">
Div content here</div>
This div box has shadow with color #cecffb
Comments
No comments written yet.
Please login to write comment.