Color spaces of #ceacdc
RGB | 206 | 172 | 220 |
---|---|---|---|
HSL | 0.78 | 0.41 | 0.77 |
HSV | 283° | 22° | 86° |
CMYK | 0.06 | 0.22 | 0.00 0.14 |
XYZ | 53.1244 | 47.7942 | 74.1354 |
Yxy | 47.7942 | 0.3035 | 0.2730 |
Hunter Lab | 69.1333 | 16.1821 | -15.1865 |
CIE-Lab | 74.6949 | 20.9388 | -19.5778 |
#ceacdc color RGB value is (206,172,220).
#ceacdc hex color red value is 206, green value is 172 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ceacdc hue: 0.78 , saturation: 0.41 and the lightness value of ceacdc is 0.77.
The process color (four color CMYK) of #ceacdc color hex is 0.06, 0.22, 0.00, 0.14. Web safe color of #ceacdc is #cc99cc. Color #ceacdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10101100 | 11011100 |
Octal | 316 | 254 | 334 |
Decimal | 206 | 172 | 220 |
Hex | CE | AC | DC |
Shades of #ceacdc
Tints of #ceacdc
RGB Percentages of Color #ceacdc
CMYK Percentages of Color #ceacdc
Complementary Color
#ceacdc | #badcac |
#ceacdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceacdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceacdc Color CSS Codes
.mybgcolor {background-color:#ceacdc; } .myforecolor {color:#ceacdc; } .mybordercolor {border:3px solid #ceacdc; }
#ceacdc Text Font Color
<p style="color:#ceacdc">Text here</p>
This sample text font color is #ceacdc
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.
#ceacdc Background Color
<div style="background-color:#ceacdc">
Div content here</div>
This div background color is #ceacdc
#ceacdc Border Color
<div style="border:3px solid #ceacdc">
Div here</div>
This div border color is #ceacdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,172,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceacdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceacdc; -webkit-box-shadow: 1px 1px 3px 2px #ceacdc; box-shadow: 1px 1px 3px 2px #ceacdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,172,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceacdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceacdc; -webkit-box-shadow: 1px 1px 3px 2px #ceacdc; box-shadow: 1px 1px 3px 2px #ceacdc;">
Div content here</div>
This div box has shadow with color #ceacdc
Comments
No comments written yet.
Please login to write comment.