Color spaces of #c4bcde
RGB | 196 | 188 | 222 |
---|---|---|---|
HSL | 0.71 | 0.34 | 0.80 |
HSV | 254° | 15° | 87° |
CMYK | 0.12 | 0.15 | 0.00 0.13 |
XYZ | 53.9330 | 52.9761 | 76.4901 |
Yxy | 52.9761 | 0.2941 | 0.2889 |
Hunter Lab | 72.7847 | 4.8942 | -11.3591 |
CIE-Lab | 77.8609 | 9.3717 | -15.9627 |
#c4bcde color RGB value is (196,188,222).
#c4bcde hex color red value is 196, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c4bcde hue: 0.71 , saturation: 0.34 and the lightness value of c4bcde is 0.80.
The process color (four color CMYK) of #c4bcde color hex is 0.12, 0.15, 0.00, 0.13. Web safe color of #c4bcde is #cccccc. Color #c4bcde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10111100 | 11011110 |
Octal | 304 | 274 | 336 |
Decimal | 196 | 188 | 222 |
Hex | C4 | BC | DE |
Shades of #c4bcde
Tints of #c4bcde
RGB Percentages of Color #c4bcde
CMYK Percentages of Color #c4bcde
Complementary Color
#c4bcde | #d6debc |
#c4bcde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c4bcde Color Preview on White Background
Lorem ipsum dolor sit amet.
#c4bcde Color CSS Codes
.mybgcolor {background-color:#c4bcde; } .myforecolor {color:#c4bcde; } .mybordercolor {border:3px solid #c4bcde; }
#c4bcde Text Font Color
<p style="color:#c4bcde">Text here</p>
This sample text font color is #c4bcde
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.
#c4bcde Background Color
<div style="background-color:#c4bcde">
Div content here</div>
This div background color is #c4bcde
#c4bcde Border Color
<div style="border:3px solid #c4bcde">
Div here</div>
This div border color is #c4bcde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,188,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c4bcde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c4bcde; -webkit-box-shadow: 1px 1px 3px 2px #c4bcde; box-shadow: 1px 1px 3px 2px #c4bcde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,188,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c4bcde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c4bcde; -webkit-box-shadow: 1px 1px 3px 2px #c4bcde; box-shadow: 1px 1px 3px 2px #c4bcde;">
Div content here</div>
This div box has shadow with color #c4bcde
Comments
No comments written yet.
Please login to write comment.