Color spaces of #ccbfc8
RGB | 204 | 191 | 200 |
---|---|---|---|
HSL | 0.88 | 0.11 | 0.77 |
HSV | 318° | 6° | 80° |
CMYK | 0.00 | 0.06 | 0.02 0.20 |
XYZ | 53.9580 | 54.2691 | 62.2747 |
Yxy | 54.2691 | 0.3165 | 0.3183 |
Hunter Lab | 73.6676 | 1.8246 | 1.4466 |
CIE-Lab | 78.6184 | 6.1705 | -2.8798 |
#ccbfc8 color RGB value is (204,191,200).
#ccbfc8 hex color red value is 204, green value is 191 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #ccbfc8 hue: 0.88 , saturation: 0.11 and the lightness value of ccbfc8 is 0.77.
The process color (four color CMYK) of #ccbfc8 color hex is 0.00, 0.06, 0.02, 0.20. Web safe color of #ccbfc8 is #cccccc. Color #ccbfc8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111111 | 11001000 |
Octal | 314 | 277 | 310 |
Decimal | 204 | 191 | 200 |
Hex | CC | BF | C8 |
Shades of #ccbfc8
Tints of #ccbfc8
RGB Percentages of Color #ccbfc8
CMYK Percentages of Color #ccbfc8
Complementary Color
#ccbfc8 | #bfccc3 |
#ccbfc8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccbfc8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccbfc8 Color CSS Codes
.mybgcolor {background-color:#ccbfc8; } .myforecolor {color:#ccbfc8; } .mybordercolor {border:3px solid #ccbfc8; }
#ccbfc8 Text Font Color
<p style="color:#ccbfc8">Text here</p>
This sample text font color is #ccbfc8
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.
#ccbfc8 Background Color
<div style="background-color:#ccbfc8">
Div content here</div>
This div background color is #ccbfc8
#ccbfc8 Border Color
<div style="border:3px solid #ccbfc8">
Div here</div>
This div border color is #ccbfc8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,191,200, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccbfc8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccbfc8; -webkit-box-shadow: 1px 1px 3px 2px #ccbfc8; box-shadow: 1px 1px 3px 2px #ccbfc8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,191,200, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccbfc8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccbfc8; -webkit-box-shadow: 1px 1px 3px 2px #ccbfc8; box-shadow: 1px 1px 3px 2px #ccbfc8;">
Div content here</div>
This div box has shadow with color #ccbfc8
Comments
No comments written yet.
Please login to write comment.