Color spaces of #c3bdad
RGB | 195 | 189 | 173 |
---|---|---|---|
HSL | 0.12 | 0.15 | 0.72 |
HSV | 44° | 11° | 76° |
CMYK | 0.00 | 0.03 | 0.11 0.24 |
XYZ | 48.2461 | 51.0144 | 46.8391 |
Yxy | 51.0144 | 0.3302 | 0.3492 |
Hunter Lab | 71.4244 | -4.4185 | 11.1155 |
CIE-Lab | 76.6877 | -0.6645 | 8.8287 |
#c3bdad color RGB value is (195,189,173).
#c3bdad hex color red value is 195, green value is 189 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c3bdad hue: 0.12 , saturation: 0.15 and the lightness value of c3bdad is 0.72.
The process color (four color CMYK) of #c3bdad color hex is 0.00, 0.03, 0.11, 0.24. Web safe color of #c3bdad is #cccc99. Color #c3bdad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10111101 | 10101101 |
Octal | 303 | 275 | 255 |
Decimal | 195 | 189 | 173 |
Hex | C3 | BD | AD |
Shades of #c3bdad
Tints of #c3bdad
RGB Percentages of Color #c3bdad
CMYK Percentages of Color #c3bdad
Complementary Color
#c3bdad | #adb3c3 |
#c3bdad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c3bdad Color Preview on White Background
Lorem ipsum dolor sit amet.
#c3bdad Color CSS Codes
.mybgcolor {background-color:#c3bdad; } .myforecolor {color:#c3bdad; } .mybordercolor {border:3px solid #c3bdad; }
#c3bdad Text Font Color
<p style="color:#c3bdad">Text here</p>
This sample text font color is #c3bdad
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.
#c3bdad Background Color
<div style="background-color:#c3bdad">
Div content here</div>
This div background color is #c3bdad
#c3bdad Border Color
<div style="border:3px solid #c3bdad">
Div here</div>
This div border color is #c3bdad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,189,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c3bdad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c3bdad; -webkit-box-shadow: 1px 1px 3px 2px #c3bdad; box-shadow: 1px 1px 3px 2px #c3bdad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,189,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c3bdad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c3bdad; -webkit-box-shadow: 1px 1px 3px 2px #c3bdad; box-shadow: 1px 1px 3px 2px #c3bdad;">
Div content here</div>
This div box has shadow with color #c3bdad
Comments
No comments written yet.
Please login to write comment.