Color spaces of #ceceed
RGB | 206 | 206 | 237 |
---|---|---|---|
HSL | 0.67 | 0.46 | 0.87 |
HSV | 240° | 13° | 93° |
CMYK | 0.13 | 0.13 | 0.00 0.07 |
XYZ | 62.8110 | 63.3788 | 89.0436 |
Yxy | 63.3788 | 0.2918 | 0.2945 |
Hunter Lab | 79.6108 | 1.5133 | -10.5875 |
CIE-Lab | 83.6413 | 6.0260 | -15.2345 |
#ceceed color RGB value is (206,206,237).
#ceceed hex color red value is 206, green value is 206 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ceceed hue: 0.67 , saturation: 0.46 and the lightness value of ceceed is 0.87.
The process color (four color CMYK) of #ceceed color hex is 0.13, 0.13, 0.00, 0.07. Web safe color of #ceceed is #ccccff. Color #ceceed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11001110 | 11101101 |
Octal | 316 | 316 | 355 |
Decimal | 206 | 206 | 237 |
Hex | CE | CE | ED |
Shades of #ceceed
Tints of #ceceed
RGB Percentages of Color #ceceed
CMYK Percentages of Color #ceceed
Complementary Color
#ceceed | #ededce |
#ceceed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceceed Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceceed Color CSS Codes
.mybgcolor {background-color:#ceceed; } .myforecolor {color:#ceceed; } .mybordercolor {border:3px solid #ceceed; }
#ceceed Text Font Color
<p style="color:#ceceed">Text here</p>
This sample text font color is #ceceed
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.
#ceceed Background Color
<div style="background-color:#ceceed">
Div content here</div>
This div background color is #ceceed
#ceceed Border Color
<div style="border:3px solid #ceceed">
Div here</div>
This div border color is #ceceed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,206,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceceed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceceed; -webkit-box-shadow: 1px 1px 3px 2px #ceceed; box-shadow: 1px 1px 3px 2px #ceceed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,206,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceceed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceceed; -webkit-box-shadow: 1px 1px 3px 2px #ceceed; box-shadow: 1px 1px 3px 2px #ceceed;">
Div content here</div>
This div box has shadow with color #ceceed
Comments
No comments written yet.
Please login to write comment.