Color spaces of #c6cfba
RGB | 198 | 207 | 186 |
---|---|---|---|
HSL | 0.24 | 0.18 | 0.77 |
HSV | 86° | 10° | 81° |
CMYK | 0.04 | 0.00 | 0.10 0.19 |
XYZ | 54.4645 | 60.1766 | 55.1990 |
Yxy | 60.1766 | 0.3207 | 0.3543 |
Hunter Lab | 77.5736 | -10.4287 | 12.1125 |
CIE-Lab | 81.9341 | -6.8299 | 9.3789 |
#c6cfba color RGB value is (198,207,186).
#c6cfba hex color red value is 198, green value is 207 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c6cfba hue: 0.24 , saturation: 0.18 and the lightness value of c6cfba is 0.77.
The process color (four color CMYK) of #c6cfba color hex is 0.04, 0.00, 0.10, 0.19. Web safe color of #c6cfba is #cccccc. Color #c6cfba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 11001111 | 10111010 |
Octal | 306 | 317 | 272 |
Decimal | 198 | 207 | 186 |
Hex | C6 | CF | BA |
Shades of #c6cfba
Tints of #c6cfba
RGB Percentages of Color #c6cfba
CMYK Percentages of Color #c6cfba
Complementary Color
#c6cfba | #c3bacf |
#c6cfba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6cfba Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6cfba Color CSS Codes
.mybgcolor {background-color:#c6cfba; } .myforecolor {color:#c6cfba; } .mybordercolor {border:3px solid #c6cfba; }
#c6cfba Text Font Color
<p style="color:#c6cfba">Text here</p>
This sample text font color is #c6cfba
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.
#c6cfba Background Color
<div style="background-color:#c6cfba">
Div content here</div>
This div background color is #c6cfba
#c6cfba Border Color
<div style="border:3px solid #c6cfba">
Div here</div>
This div border color is #c6cfba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,207,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6cfba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6cfba; -webkit-box-shadow: 1px 1px 3px 2px #c6cfba; box-shadow: 1px 1px 3px 2px #c6cfba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,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 #c6cfba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6cfba; -webkit-box-shadow: 1px 1px 3px 2px #c6cfba; box-shadow: 1px 1px 3px 2px #c6cfba;">
Div content here</div>
This div box has shadow with color #c6cfba
Comments
No comments written yet.
Please login to write comment.