Color spaces of #cecbed
RGB | 206 | 203 | 237 |
---|---|---|---|
HSL | 0.68 | 0.49 | 0.86 |
HSV | 245° | 14° | 93° |
CMYK | 0.13 | 0.14 | 0.00 0.07 |
XYZ | 62.0956 | 61.9481 | 88.8052 |
Yxy | 61.9481 | 0.2917 | 0.2910 |
Hunter Lab | 78.7071 | 3.0893 | -11.8019 |
CIE-Lab | 82.8858 | 7.6226 | -16.3700 |
#cecbed color RGB value is (206,203,237).
#cecbed hex color red value is 206, green value is 203 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cecbed hue: 0.68 , saturation: 0.49 and the lightness value of cecbed is 0.86.
The process color (four color CMYK) of #cecbed color hex is 0.13, 0.14, 0.00, 0.07. Web safe color of #cecbed is #ccccff. Color #cecbed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11001011 | 11101101 |
Octal | 316 | 313 | 355 |
Decimal | 206 | 203 | 237 |
Hex | CE | CB | ED |
Shades of #cecbed
Tints of #cecbed
RGB Percentages of Color #cecbed
CMYK Percentages of Color #cecbed
Complementary Color
#cecbed | #eaedcb |
#cecbed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cecbed Color Preview on White Background
Lorem ipsum dolor sit amet.
#cecbed Color CSS Codes
.mybgcolor {background-color:#cecbed; } .myforecolor {color:#cecbed; } .mybordercolor {border:3px solid #cecbed; }
#cecbed Text Font Color
<p style="color:#cecbed">Text here</p>
This sample text font color is #cecbed
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.
#cecbed Background Color
<div style="background-color:#cecbed">
Div content here</div>
This div background color is #cecbed
#cecbed Border Color
<div style="border:3px solid #cecbed">
Div here</div>
This div border color is #cecbed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,203,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cecbed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cecbed; -webkit-box-shadow: 1px 1px 3px 2px #cecbed; box-shadow: 1px 1px 3px 2px #cecbed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,203,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 #cecbed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cecbed; -webkit-box-shadow: 1px 1px 3px 2px #cecbed; box-shadow: 1px 1px 3px 2px #cecbed;">
Div content here</div>
This div box has shadow with color #cecbed
Comments
No comments written yet.
Please login to write comment.