Color spaces of #cebedf
RGB | 206 | 190 | 223 |
---|---|---|---|
HSL | 0.75 | 0.34 | 0.81 |
HSV | 269° | 15° | 87° |
CMYK | 0.08 | 0.15 | 0.00 0.13 |
XYZ | 57.1863 | 55.2764 | 77.4674 |
Yxy | 55.2764 | 0.3011 | 0.2910 |
Hunter Lab | 74.3481 | 7.1876 | -9.7339 |
CIE-Lab | 79.2002 | 11.7600 | -14.4075 |
#cebedf color RGB value is (206,190,223).
#cebedf hex color red value is 206, green value is 190 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cebedf hue: 0.75 , saturation: 0.34 and the lightness value of cebedf is 0.81.
The process color (four color CMYK) of #cebedf color hex is 0.08, 0.15, 0.00, 0.13. Web safe color of #cebedf is #cccccc. Color #cebedf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10111110 | 11011111 |
Octal | 316 | 276 | 337 |
Decimal | 206 | 190 | 223 |
Hex | CE | BE | DF |
Shades of #cebedf
Tints of #cebedf
RGB Percentages of Color #cebedf
CMYK Percentages of Color #cebedf
Complementary Color
#cebedf | #cfdfbe |
#cebedf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cebedf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cebedf Color CSS Codes
.mybgcolor {background-color:#cebedf; } .myforecolor {color:#cebedf; } .mybordercolor {border:3px solid #cebedf; }
#cebedf Text Font Color
<p style="color:#cebedf">Text here</p>
This sample text font color is #cebedf
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.
#cebedf Background Color
<div style="background-color:#cebedf">
Div content here</div>
This div background color is #cebedf
#cebedf Border Color
<div style="border:3px solid #cebedf">
Div here</div>
This div border color is #cebedf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,190,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cebedf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cebedf; -webkit-box-shadow: 1px 1px 3px 2px #cebedf; box-shadow: 1px 1px 3px 2px #cebedf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,190,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cebedf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cebedf; -webkit-box-shadow: 1px 1px 3px 2px #cebedf; box-shadow: 1px 1px 3px 2px #cebedf;">
Div content here</div>
This div box has shadow with color #cebedf
Comments
No comments written yet.
Please login to write comment.