Color spaces of #ccbede
RGB | 204 | 190 | 222 |
---|---|---|---|
HSL | 0.74 | 0.33 | 0.81 |
HSV | 266° | 14° | 87° |
CMYK | 0.08 | 0.14 | 0.00 0.13 |
XYZ | 56.5001 | 54.9382 | 76.7335 |
Yxy | 54.9382 | 0.3003 | 0.2920 |
Hunter Lab | 74.1203 | 6.3557 | -9.4961 |
CIE-Lab | 79.0057 | 10.9034 | -14.1773 |
#ccbede color RGB value is (204,190,222).
#ccbede hex color red value is 204, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ccbede hue: 0.74 , saturation: 0.33 and the lightness value of ccbede is 0.81.
The process color (four color CMYK) of #ccbede color hex is 0.08, 0.14, 0.00, 0.13. Web safe color of #ccbede is #cccccc. Color #ccbede contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111110 | 11011110 |
Octal | 314 | 276 | 336 |
Decimal | 204 | 190 | 222 |
Hex | CC | BE | DE |
Shades of #ccbede
Tints of #ccbede
RGB Percentages of Color #ccbede
CMYK Percentages of Color #ccbede
Complementary Color
#ccbede | #d0debe |
#ccbede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccbede Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccbede Color CSS Codes
.mybgcolor {background-color:#ccbede; } .myforecolor {color:#ccbede; } .mybordercolor {border:3px solid #ccbede; }
#ccbede Text Font Color
<p style="color:#ccbede">Text here</p>
This sample text font color is #ccbede
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.
#ccbede Background Color
<div style="background-color:#ccbede">
Div content here</div>
This div background color is #ccbede
#ccbede Border Color
<div style="border:3px solid #ccbede">
Div here</div>
This div border color is #ccbede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,190,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccbede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccbede; -webkit-box-shadow: 1px 1px 3px 2px #ccbede; box-shadow: 1px 1px 3px 2px #ccbede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,190,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccbede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccbede; -webkit-box-shadow: 1px 1px 3px 2px #ccbede; box-shadow: 1px 1px 3px 2px #ccbede;">
Div content here</div>
This div box has shadow with color #ccbede
Comments
No comments written yet.
Please login to write comment.