Color spaces of #c0daae
RGB | 192 | 218 | 174 |
---|---|---|---|
HSL | 0.27 | 0.37 | 0.77 |
HSV | 95° | 20° | 85° |
CMYK | 0.12 | 0.00 | 0.20 0.15 |
XYZ | 54.4496 | 64.4053 | 49.6061 |
Yxy | 64.4053 | 0.3232 | 0.3823 |
Hunter Lab | 80.2529 | -19.3348 | 19.5286 |
CIE-Lab | 84.1763 | -16.5327 | 18.8238 |
#c0daae color RGB value is (192,218,174).
#c0daae hex color red value is 192, green value is 218 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c0daae hue: 0.27 , saturation: 0.37 and the lightness value of c0daae is 0.77.
The process color (four color CMYK) of #c0daae color hex is 0.12, 0.00, 0.20, 0.15. Web safe color of #c0daae is #cccc99. Color #c0daae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 11011010 | 10101110 |
Octal | 300 | 332 | 256 |
Decimal | 192 | 218 | 174 |
Hex | C0 | DA | AE |
Shades of #c0daae
Tints of #c0daae
RGB Percentages of Color #c0daae
CMYK Percentages of Color #c0daae
Complementary Color
#c0daae | #c8aeda |
#c0daae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0daae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0daae Color CSS Codes
.mybgcolor {background-color:#c0daae; } .myforecolor {color:#c0daae; } .mybordercolor {border:3px solid #c0daae; }
#c0daae Text Font Color
<p style="color:#c0daae">Text here</p>
This sample text font color is #c0daae
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.
#c0daae Background Color
<div style="background-color:#c0daae">
Div content here</div>
This div background color is #c0daae
#c0daae Border Color
<div style="border:3px solid #c0daae">
Div here</div>
This div border color is #c0daae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,218,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0daae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0daae; -webkit-box-shadow: 1px 1px 3px 2px #c0daae; box-shadow: 1px 1px 3px 2px #c0daae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,218,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0daae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0daae; -webkit-box-shadow: 1px 1px 3px 2px #c0daae; box-shadow: 1px 1px 3px 2px #c0daae;">
Div content here</div>
This div box has shadow with color #c0daae
Comments
No comments written yet.
Please login to write comment.