Color spaces of #c1bdbd
RGB | 193 | 189 | 189 |
---|---|---|---|
HSL | 0.00 | 0.03 | 0.75 |
HSV | 0° | 2° | 76° |
CMYK | 0.00 | 0.02 | 0.02 0.24 |
XYZ | 49.3752 | 51.4068 | 55.4643 |
Yxy | 51.4068 | 0.3160 | 0.3290 |
Hunter Lab | 71.6985 | -2.5484 | 4.3236 |
CIE-Lab | 76.9248 | 1.4012 | 0.4871 |
#c1bdbd color RGB value is (193,189,189).
#c1bdbd hex color red value is 193, green value is 189 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c1bdbd hue: 0.00 , saturation: 0.03 and the lightness value of c1bdbd is 0.75.
The process color (four color CMYK) of #c1bdbd color hex is 0.00, 0.02, 0.02, 0.24. Web safe color of #c1bdbd is #cccccc. Color #c1bdbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10111101 | 10111101 |
Octal | 301 | 275 | 275 |
Decimal | 193 | 189 | 189 |
Hex | C1 | BD | BD |
Shades of #c1bdbd
Tints of #c1bdbd
RGB Percentages of Color #c1bdbd
CMYK Percentages of Color #c1bdbd
Complementary Color
#c1bdbd | #bdc1c1 |
#c1bdbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1bdbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1bdbd Color CSS Codes
.mybgcolor {background-color:#c1bdbd; } .myforecolor {color:#c1bdbd; } .mybordercolor {border:3px solid #c1bdbd; }
#c1bdbd Text Font Color
<p style="color:#c1bdbd">Text here</p>
This sample text font color is #c1bdbd
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.
#c1bdbd Background Color
<div style="background-color:#c1bdbd">
Div content here</div>
This div background color is #c1bdbd
#c1bdbd Border Color
<div style="border:3px solid #c1bdbd">
Div here</div>
This div border color is #c1bdbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,189,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1bdbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1bdbd; -webkit-box-shadow: 1px 1px 3px 2px #c1bdbd; box-shadow: 1px 1px 3px 2px #c1bdbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,189,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1bdbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1bdbd; -webkit-box-shadow: 1px 1px 3px 2px #c1bdbd; box-shadow: 1px 1px 3px 2px #c1bdbd;">
Div content here</div>
This div box has shadow with color #c1bdbd
#c1bdbd Color Palettes
Comments
No comments written yet.
Please login to write comment.