Color spaces of #c4bbda
RGB | 196 | 187 | 218 |
---|---|---|---|
HSL | 0.72 | 0.30 | 0.79 |
HSV | 257° | 14° | 85° |
CMYK | 0.10 | 0.14 | 0.00 0.15 |
XYZ | 53.1902 | 52.3384 | 73.6286 |
Yxy | 52.3384 | 0.2969 | 0.2921 |
Hunter Lab | 72.3453 | 4.6338 | -9.7000 |
CIE-Lab | 77.4827 | 9.0924 | -14.3693 |
#c4bbda color RGB value is (196,187,218).
#c4bbda hex color red value is 196, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c4bbda hue: 0.72 , saturation: 0.30 and the lightness value of c4bbda is 0.79.
The process color (four color CMYK) of #c4bbda color hex is 0.10, 0.14, 0.00, 0.15. Web safe color of #c4bbda is #cccccc. Color #c4bbda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10111011 | 11011010 |
Octal | 304 | 273 | 332 |
Decimal | 196 | 187 | 218 |
Hex | C4 | BB | DA |
Shades of #c4bbda
Tints of #c4bbda
RGB Percentages of Color #c4bbda
CMYK Percentages of Color #c4bbda
Complementary Color
#c4bbda | #d1dabb |
#c4bbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c4bbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#c4bbda Color CSS Codes
.mybgcolor {background-color:#c4bbda; } .myforecolor {color:#c4bbda; } .mybordercolor {border:3px solid #c4bbda; }
#c4bbda Text Font Color
<p style="color:#c4bbda">Text here</p>
This sample text font color is #c4bbda
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.
#c4bbda Background Color
<div style="background-color:#c4bbda">
Div content here</div>
This div background color is #c4bbda
#c4bbda Border Color
<div style="border:3px solid #c4bbda">
Div here</div>
This div border color is #c4bbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,187,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c4bbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c4bbda; -webkit-box-shadow: 1px 1px 3px 2px #c4bbda; box-shadow: 1px 1px 3px 2px #c4bbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,187,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c4bbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c4bbda; -webkit-box-shadow: 1px 1px 3px 2px #c4bbda; box-shadow: 1px 1px 3px 2px #c4bbda;">
Div content here</div>
This div box has shadow with color #c4bbda
Comments
No comments written yet.
Please login to write comment.