Color spaces of #c7daba
RGB | 199 | 218 | 186 |
---|---|---|---|
HSL | 0.27 | 0.30 | 0.79 |
HSV | 96° | 15° | 85° |
CMYK | 0.09 | 0.00 | 0.15 0.15 |
XYZ | 57.4875 | 65.8301 | 56.1309 |
Yxy | 65.8301 | 0.3204 | 0.3668 |
Hunter Lab | 81.1358 | -15.5141 | 15.7773 |
CIE-Lab | 84.9097 | -12.1101 | 13.6168 |
#c7daba color RGB value is (199,218,186).
#c7daba hex color red value is 199, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c7daba hue: 0.27 , saturation: 0.30 and the lightness value of c7daba is 0.79.
The process color (four color CMYK) of #c7daba color hex is 0.09, 0.00, 0.15, 0.15. Web safe color of #c7daba is #cccccc. Color #c7daba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 11011010 | 10111010 |
Octal | 307 | 332 | 272 |
Decimal | 199 | 218 | 186 |
Hex | C7 | DA | BA |
Shades of #c7daba
Tints of #c7daba
RGB Percentages of Color #c7daba
CMYK Percentages of Color #c7daba
Complementary Color
#c7daba | #cdbada |
#c7daba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c7daba Color Preview on White Background
Lorem ipsum dolor sit amet.
#c7daba Color CSS Codes
.mybgcolor {background-color:#c7daba; } .myforecolor {color:#c7daba; } .mybordercolor {border:3px solid #c7daba; }
#c7daba Text Font Color
<p style="color:#c7daba">Text here</p>
This sample text font color is #c7daba
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.
#c7daba Background Color
<div style="background-color:#c7daba">
Div content here</div>
This div background color is #c7daba
#c7daba Border Color
<div style="border:3px solid #c7daba">
Div here</div>
This div border color is #c7daba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,218,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c7daba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c7daba; -webkit-box-shadow: 1px 1px 3px 2px #c7daba; box-shadow: 1px 1px 3px 2px #c7daba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,218,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 #c7daba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c7daba; -webkit-box-shadow: 1px 1px 3px 2px #c7daba; box-shadow: 1px 1px 3px 2px #c7daba;">
Div content here</div>
This div box has shadow with color #c7daba
Comments
No comments written yet.
Please login to write comment.