Color spaces of #c6bdae
RGB | 198 | 189 | 174 |
---|---|---|---|
HSL | 0.10 | 0.17 | 0.73 |
HSV | 38° | 12° | 78° |
CMYK | 0.00 | 0.05 | 0.12 0.22 |
XYZ | 49.1263 | 51.4570 | 47.3874 |
Yxy | 51.4570 | 0.3320 | 0.3478 |
Hunter Lab | 71.7335 | -3.2890 | 11.0463 |
CIE-Lab | 76.9550 | 0.5943 | 8.7027 |
#c6bdae color RGB value is (198,189,174).
#c6bdae hex color red value is 198, green value is 189 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c6bdae hue: 0.10 , saturation: 0.17 and the lightness value of c6bdae is 0.73.
The process color (four color CMYK) of #c6bdae color hex is 0.00, 0.05, 0.12, 0.22. Web safe color of #c6bdae is #cccc99. Color #c6bdae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10111101 | 10101110 |
Octal | 306 | 275 | 256 |
Decimal | 198 | 189 | 174 |
Hex | C6 | BD | AE |
Shades of #c6bdae
Tints of #c6bdae
RGB Percentages of Color #c6bdae
CMYK Percentages of Color #c6bdae
Complementary Color
#c6bdae | #aeb7c6 |
#c6bdae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6bdae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6bdae Color CSS Codes
.mybgcolor {background-color:#c6bdae; } .myforecolor {color:#c6bdae; } .mybordercolor {border:3px solid #c6bdae; }
#c6bdae Text Font Color
<p style="color:#c6bdae">Text here</p>
This sample text font color is #c6bdae
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.
#c6bdae Background Color
<div style="background-color:#c6bdae">
Div content here</div>
This div background color is #c6bdae
#c6bdae Border Color
<div style="border:3px solid #c6bdae">
Div here</div>
This div border color is #c6bdae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,189,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6bdae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6bdae; -webkit-box-shadow: 1px 1px 3px 2px #c6bdae; box-shadow: 1px 1px 3px 2px #c6bdae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,189,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 #c6bdae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6bdae; -webkit-box-shadow: 1px 1px 3px 2px #c6bdae; box-shadow: 1px 1px 3px 2px #c6bdae;">
Div content here</div>
This div box has shadow with color #c6bdae
#c6bdae Color Palettes
Comments
No comments written yet.
Please login to write comment.