Color spaces of #cccfba
RGB | 204 | 207 | 186 |
---|---|---|---|
HSL | 0.19 | 0.18 | 0.77 |
HSV | 69° | 10° | 81° |
CMYK | 0.01 | 0.00 | 0.10 0.19 |
XYZ | 56.0776 | 61.0082 | 55.2745 |
Yxy | 61.0082 | 0.3254 | 0.3540 |
Hunter Lab | 78.1077 | -8.5342 | 12.7177 |
CIE-Lab | 82.3832 | -4.7053 | 10.0805 |
#cccfba color RGB value is (204,207,186).
#cccfba hex color red value is 204, green value is 207 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cccfba hue: 0.19 , saturation: 0.18 and the lightness value of cccfba is 0.77.
The process color (four color CMYK) of #cccfba color hex is 0.01, 0.00, 0.10, 0.19. Web safe color of #cccfba is #cccccc. Color #cccfba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11001111 | 10111010 |
Octal | 314 | 317 | 272 |
Decimal | 204 | 207 | 186 |
Hex | CC | CF | BA |
Shades of #cccfba
Tints of #cccfba
RGB Percentages of Color #cccfba
CMYK Percentages of Color #cccfba
Complementary Color
#cccfba | #bdbacf |
#cccfba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cccfba Color Preview on White Background
Lorem ipsum dolor sit amet.
#cccfba Color CSS Codes
.mybgcolor {background-color:#cccfba; } .myforecolor {color:#cccfba; } .mybordercolor {border:3px solid #cccfba; }
#cccfba Text Font Color
<p style="color:#cccfba">Text here</p>
This sample text font color is #cccfba
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.
#cccfba Background Color
<div style="background-color:#cccfba">
Div content here</div>
This div background color is #cccfba
#cccfba Border Color
<div style="border:3px solid #cccfba">
Div here</div>
This div border color is #cccfba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,207,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cccfba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cccfba; -webkit-box-shadow: 1px 1px 3px 2px #cccfba; box-shadow: 1px 1px 3px 2px #cccfba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,207,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cccfba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cccfba; -webkit-box-shadow: 1px 1px 3px 2px #cccfba; box-shadow: 1px 1px 3px 2px #cccfba;">
Div content here</div>
This div box has shadow with color #cccfba
Comments
No comments written yet.
Please login to write comment.