Color spaces of #ccbbdc
RGB | 204 | 187 | 220 |
---|---|---|---|
HSL | 0.75 | 0.32 | 0.80 |
HSV | 271° | 15° | 86° |
CMYK | 0.07 | 0.15 | 0.00 0.14 |
XYZ | 55.5904 | 53.5453 | 75.1155 |
Yxy | 53.5453 | 0.3017 | 0.2906 |
Hunter Lab | 73.1747 | 7.5499 | -9.6403 |
CIE-Lab | 78.1959 | 12.1254 | -14.3137 |
#ccbbdc color RGB value is (204,187,220).
#ccbbdc hex color red value is 204, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ccbbdc hue: 0.75 , saturation: 0.32 and the lightness value of ccbbdc is 0.80.
The process color (four color CMYK) of #ccbbdc color hex is 0.07, 0.15, 0.00, 0.14. Web safe color of #ccbbdc is #cccccc. Color #ccbbdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111011 | 11011100 |
Octal | 314 | 273 | 334 |
Decimal | 204 | 187 | 220 |
Hex | CC | BB | DC |
Shades of #ccbbdc
Tints of #ccbbdc
RGB Percentages of Color #ccbbdc
CMYK Percentages of Color #ccbbdc
Complementary Color
#ccbbdc | #cbdcbb |
#ccbbdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccbbdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccbbdc Color CSS Codes
.mybgcolor {background-color:#ccbbdc; } .myforecolor {color:#ccbbdc; } .mybordercolor {border:3px solid #ccbbdc; }
#ccbbdc Text Font Color
<p style="color:#ccbbdc">Text here</p>
This sample text font color is #ccbbdc
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.
#ccbbdc Background Color
<div style="background-color:#ccbbdc">
Div content here</div>
This div background color is #ccbbdc
#ccbbdc Border Color
<div style="border:3px solid #ccbbdc">
Div here</div>
This div border color is #ccbbdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,187,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccbbdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccbbdc; -webkit-box-shadow: 1px 1px 3px 2px #ccbbdc; box-shadow: 1px 1px 3px 2px #ccbbdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,187,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 #ccbbdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccbbdc; -webkit-box-shadow: 1px 1px 3px 2px #ccbbdc; box-shadow: 1px 1px 3px 2px #ccbbdc;">
Div content here</div>
This div box has shadow with color #ccbbdc
Comments
No comments written yet.
Please login to write comment.