Color spaces of #cbacd8
RGB | 203 | 172 | 216 |
---|---|---|---|
HSL | 0.78 | 0.36 | 0.76 |
HSV | 282° | 20° | 85° |
CMYK | 0.06 | 0.20 | 0.00 0.15 |
XYZ | 51.7758 | 47.1594 | 71.3395 |
Yxy | 47.1594 | 0.3041 | 0.2770 |
Hunter Lab | 68.6727 | 14.4029 | -13.5215 |
CIE-Lab | 74.2916 | 19.1622 | -18.0329 |
#cbacd8 color RGB value is (203,172,216).
#cbacd8 hex color red value is 203, green value is 172 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #cbacd8 hue: 0.78 , saturation: 0.36 and the lightness value of cbacd8 is 0.76.
The process color (four color CMYK) of #cbacd8 color hex is 0.06, 0.20, 0.00, 0.15. Web safe color of #cbacd8 is #cc99cc. Color #cbacd8 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101100 | 11011000 |
Octal | 313 | 254 | 330 |
Decimal | 203 | 172 | 216 |
Hex | CB | AC | D8 |
Shades of #cbacd8
Tints of #cbacd8
RGB Percentages of Color #cbacd8
CMYK Percentages of Color #cbacd8
Complementary Color
#cbacd8 | #b9d8ac |
#cbacd8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbacd8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbacd8 Color CSS Codes
.mybgcolor {background-color:#cbacd8; } .myforecolor {color:#cbacd8; } .mybordercolor {border:3px solid #cbacd8; }
#cbacd8 Text Font Color
<p style="color:#cbacd8">Text here</p>
This sample text font color is #cbacd8
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.
#cbacd8 Background Color
<div style="background-color:#cbacd8">
Div content here</div>
This div background color is #cbacd8
#cbacd8 Border Color
<div style="border:3px solid #cbacd8">
Div here</div>
This div border color is #cbacd8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,172,216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbacd8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbacd8; -webkit-box-shadow: 1px 1px 3px 2px #cbacd8; box-shadow: 1px 1px 3px 2px #cbacd8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,172,216, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbacd8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbacd8; -webkit-box-shadow: 1px 1px 3px 2px #cbacd8; box-shadow: 1px 1px 3px 2px #cbacd8;">
Div content here</div>
This div box has shadow with color #cbacd8
Comments
No comments written yet.
Please login to write comment.