Color spaces of #ceadd0
RGB | 206 | 173 | 208 |
---|---|---|---|
HSL | 0.82 | 0.27 | 0.75 |
HSV | 297° | 17° | 82° |
CMYK | 0.01 | 0.17 | 0.00 0.18 |
XYZ | 51.7823 | 47.5630 | 66.1259 |
Yxy | 47.5630 | 0.3129 | 0.2874 |
Hunter Lab | 68.9659 | 13.3343 | -8.5723 |
CIE-Lab | 74.5485 | 18.0722 | -13.2509 |
#ceadd0 color RGB value is (206,173,208).
#ceadd0 hex color red value is 206, green value is 173 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #ceadd0 hue: 0.82 , saturation: 0.27 and the lightness value of ceadd0 is 0.75.
The process color (four color CMYK) of #ceadd0 color hex is 0.01, 0.17, 0.00, 0.18. Web safe color of #ceadd0 is #cc99cc. Color #ceadd0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10101101 | 11010000 |
Octal | 316 | 255 | 320 |
Decimal | 206 | 173 | 208 |
Hex | CE | AD | D0 |
Shades of #ceadd0
Tints of #ceadd0
RGB Percentages of Color #ceadd0
CMYK Percentages of Color #ceadd0
Complementary Color
#ceadd0 | #afd0ad |
#ceadd0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceadd0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceadd0 Color CSS Codes
.mybgcolor {background-color:#ceadd0; } .myforecolor {color:#ceadd0; } .mybordercolor {border:3px solid #ceadd0; }
#ceadd0 Text Font Color
<p style="color:#ceadd0">Text here</p>
This sample text font color is #ceadd0
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.
#ceadd0 Background Color
<div style="background-color:#ceadd0">
Div content here</div>
This div background color is #ceadd0
#ceadd0 Border Color
<div style="border:3px solid #ceadd0">
Div here</div>
This div border color is #ceadd0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,173,208, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceadd0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceadd0; -webkit-box-shadow: 1px 1px 3px 2px #ceadd0; box-shadow: 1px 1px 3px 2px #ceadd0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,173,208, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceadd0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceadd0; -webkit-box-shadow: 1px 1px 3px 2px #ceadd0; box-shadow: 1px 1px 3px 2px #ceadd0;">
Div content here</div>
This div box has shadow with color #ceadd0
Comments
No comments written yet.
Please login to write comment.