Color spaces of #cebfdf
RGB | 206 | 191 | 223 |
---|---|---|---|
HSL | 0.74 | 0.33 | 0.81 |
HSV | 268° | 14° | 87° |
CMYK | 0.08 | 0.14 | 0.00 0.13 |
XYZ | 57.4037 | 55.7111 | 77.5399 |
Yxy | 55.7111 | 0.3011 | 0.2922 |
Hunter Lab | 74.6399 | 6.6602 | -9.3457 |
CIE-Lab | 79.4491 | 11.2213 | -14.0340 |
#cebfdf color RGB value is (206,191,223).
#cebfdf hex color red value is 206, green value is 191 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cebfdf hue: 0.74 , saturation: 0.33 and the lightness value of cebfdf is 0.81.
The process color (four color CMYK) of #cebfdf color hex is 0.08, 0.14, 0.00, 0.13. Web safe color of #cebfdf is #cccccc. Color #cebfdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10111111 | 11011111 |
Octal | 316 | 277 | 337 |
Decimal | 206 | 191 | 223 |
Hex | CE | BF | DF |
Shades of #cebfdf
Tints of #cebfdf
RGB Percentages of Color #cebfdf
CMYK Percentages of Color #cebfdf
Complementary Color
#cebfdf | #d0dfbf |
#cebfdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cebfdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cebfdf Color CSS Codes
.mybgcolor {background-color:#cebfdf; } .myforecolor {color:#cebfdf; } .mybordercolor {border:3px solid #cebfdf; }
#cebfdf Text Font Color
<p style="color:#cebfdf">Text here</p>
This sample text font color is #cebfdf
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.
#cebfdf Background Color
<div style="background-color:#cebfdf">
Div content here</div>
This div background color is #cebfdf
#cebfdf Border Color
<div style="border:3px solid #cebfdf">
Div here</div>
This div border color is #cebfdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,191,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cebfdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cebfdf; -webkit-box-shadow: 1px 1px 3px 2px #cebfdf; box-shadow: 1px 1px 3px 2px #cebfdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,191,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 #cebfdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cebfdf; -webkit-box-shadow: 1px 1px 3px 2px #cebfdf; box-shadow: 1px 1px 3px 2px #cebfdf;">
Div content here</div>
This div box has shadow with color #cebfdf
Comments
No comments written yet.
Please login to write comment.