Color spaces of #cebdfa
RGB | 206 | 189 | 250 |
---|---|---|---|
HSL | 0.71 | 0.86 | 0.86 |
HSV | 257° | 24° | 98° |
CMYK | 0.18 | 0.24 | 0.00 0.02 |
XYZ | 60.9065 | 56.4191 | 98.1223 |
Yxy | 56.4191 | 0.2827 | 0.2619 |
Hunter Lab | 75.1126 | 13.2929 | -24.8738 |
CIE-Lab | 79.8517 | 17.9132 | -27.9200 |
#cebdfa color RGB value is (206,189,250).
#cebdfa hex color red value is 206, green value is 189 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cebdfa hue: 0.71 , saturation: 0.86 and the lightness value of cebdfa is 0.86.
The process color (four color CMYK) of #cebdfa color hex is 0.18, 0.24, 0.00, 0.02. Web safe color of #cebdfa is #ccccff. Color #cebdfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10111101 | 11111010 |
Octal | 316 | 275 | 372 |
Decimal | 206 | 189 | 250 |
Hex | CE | BD | FA |
Shades of #cebdfa
Tints of #cebdfa
RGB Percentages of Color #cebdfa
CMYK Percentages of Color #cebdfa
Complementary Color
#cebdfa | #e9fabd |
#cebdfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cebdfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cebdfa Color CSS Codes
.mybgcolor {background-color:#cebdfa; } .myforecolor {color:#cebdfa; } .mybordercolor {border:3px solid #cebdfa; }
#cebdfa Text Font Color
<p style="color:#cebdfa">Text here</p>
This sample text font color is #cebdfa
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.
#cebdfa Background Color
<div style="background-color:#cebdfa">
Div content here</div>
This div background color is #cebdfa
#cebdfa Border Color
<div style="border:3px solid #cebdfa">
Div here</div>
This div border color is #cebdfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,189,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cebdfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cebdfa; -webkit-box-shadow: 1px 1px 3px 2px #cebdfa; box-shadow: 1px 1px 3px 2px #cebdfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,189,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 #cebdfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cebdfa; -webkit-box-shadow: 1px 1px 3px 2px #cebdfa; box-shadow: 1px 1px 3px 2px #cebdfa;">
Div content here</div>
This div box has shadow with color #cebdfa
Comments
No comments written yet.
Please login to write comment.