Color spaces of #c1bdcd
RGB | 193 | 189 | 205 |
---|---|---|---|
HSL | 0.71 | 0.14 | 0.77 |
HSV | 255° | 8° | 80° |
CMYK | 0.06 | 0.08 | 0.00 0.20 |
XYZ | 51.2094 | 52.1404 | 65.1227 |
Yxy | 52.1404 | 0.3040 | 0.3095 |
Hunter Lab | 72.2083 | 0.2258 | -2.9262 |
CIE-Lab | 77.3647 | 4.4216 | -7.5344 |
#c1bdcd color RGB value is (193,189,205).
#c1bdcd hex color red value is 193, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c1bdcd hue: 0.71 , saturation: 0.14 and the lightness value of c1bdcd is 0.77.
The process color (four color CMYK) of #c1bdcd color hex is 0.06, 0.08, 0.00, 0.20. Web safe color of #c1bdcd is #cccccc. Color #c1bdcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10111101 | 11001101 |
Octal | 301 | 275 | 315 |
Decimal | 193 | 189 | 205 |
Hex | C1 | BD | CD |
Shades of #c1bdcd
Tints of #c1bdcd
RGB Percentages of Color #c1bdcd
CMYK Percentages of Color #c1bdcd
Complementary Color
#c1bdcd | #c9cdbd |
#c1bdcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1bdcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1bdcd Color CSS Codes
.mybgcolor {background-color:#c1bdcd; } .myforecolor {color:#c1bdcd; } .mybordercolor {border:3px solid #c1bdcd; }
#c1bdcd Text Font Color
<p style="color:#c1bdcd">Text here</p>
This sample text font color is #c1bdcd
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.
#c1bdcd Background Color
<div style="background-color:#c1bdcd">
Div content here</div>
This div background color is #c1bdcd
#c1bdcd Border Color
<div style="border:3px solid #c1bdcd">
Div here</div>
This div border color is #c1bdcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,189,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1bdcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1bdcd; -webkit-box-shadow: 1px 1px 3px 2px #c1bdcd; box-shadow: 1px 1px 3px 2px #c1bdcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,189,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1bdcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1bdcd; -webkit-box-shadow: 1px 1px 3px 2px #c1bdcd; box-shadow: 1px 1px 3px 2px #c1bdcd;">
Div content here</div>
This div box has shadow with color #c1bdcd
Comments
No comments written yet.
Please login to write comment.