Color spaces of #ccbfd1
RGB | 204 | 191 | 209 |
---|---|---|---|
HSL | 0.79 | 0.16 | 0.78 |
HSV | 283° | 9° | 82° |
CMYK | 0.02 | 0.09 | 0.00 0.18 |
XYZ | 55.0413 | 54.7024 | 67.9792 |
Yxy | 54.7024 | 0.3097 | 0.3078 |
Hunter Lab | 73.9611 | 3.4065 | -2.7220 |
CIE-Lab | 78.8695 | 7.8403 | -7.3685 |
#ccbfd1 color RGB value is (204,191,209).
#ccbfd1 hex color red value is 204, green value is 191 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #ccbfd1 hue: 0.79 , saturation: 0.16 and the lightness value of ccbfd1 is 0.78.
The process color (four color CMYK) of #ccbfd1 color hex is 0.02, 0.09, 0.00, 0.18. Web safe color of #ccbfd1 is #cccccc. Color #ccbfd1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111111 | 11010001 |
Octal | 314 | 277 | 321 |
Decimal | 204 | 191 | 209 |
Hex | CC | BF | D1 |
Shades of #ccbfd1
Tints of #ccbfd1
RGB Percentages of Color #ccbfd1
CMYK Percentages of Color #ccbfd1
Complementary Color
#ccbfd1 | #c4d1bf |
#ccbfd1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccbfd1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccbfd1 Color CSS Codes
.mybgcolor {background-color:#ccbfd1; } .myforecolor {color:#ccbfd1; } .mybordercolor {border:3px solid #ccbfd1; }
#ccbfd1 Text Font Color
<p style="color:#ccbfd1">Text here</p>
This sample text font color is #ccbfd1
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.
#ccbfd1 Background Color
<div style="background-color:#ccbfd1">
Div content here</div>
This div background color is #ccbfd1
#ccbfd1 Border Color
<div style="border:3px solid #ccbfd1">
Div here</div>
This div border color is #ccbfd1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,191,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccbfd1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccbfd1; -webkit-box-shadow: 1px 1px 3px 2px #ccbfd1; box-shadow: 1px 1px 3px 2px #ccbfd1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,191,209, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccbfd1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccbfd1; -webkit-box-shadow: 1px 1px 3px 2px #ccbfd1; box-shadow: 1px 1px 3px 2px #ccbfd1;">
Div content here</div>
This div box has shadow with color #ccbfd1
Comments
No comments written yet.
Please login to write comment.