Color spaces of #c6bcdf
RGB | 198 | 188 | 223 |
---|---|---|---|
HSL | 0.71 | 0.35 | 0.81 |
HSV | 257° | 16° | 87° |
CMYK | 0.11 | 0.16 | 0.00 0.13 |
XYZ | 54.5912 | 53.2999 | 77.2227 |
Yxy | 53.2999 | 0.2949 | 0.2879 |
Hunter Lab | 73.0068 | 5.7124 | -11.6091 |
CIE-Lab | 78.0517 | 10.2262 | -16.1994 |
#c6bcdf color RGB value is (198,188,223).
#c6bcdf hex color red value is 198, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c6bcdf hue: 0.71 , saturation: 0.35 and the lightness value of c6bcdf is 0.81.
The process color (four color CMYK) of #c6bcdf color hex is 0.11, 0.16, 0.00, 0.13. Web safe color of #c6bcdf is #cccccc. Color #c6bcdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10111100 | 11011111 |
Octal | 306 | 274 | 337 |
Decimal | 198 | 188 | 223 |
Hex | C6 | BC | DF |
Shades of #c6bcdf
Tints of #c6bcdf
RGB Percentages of Color #c6bcdf
CMYK Percentages of Color #c6bcdf
Complementary Color
#c6bcdf | #d5dfbc |
#c6bcdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6bcdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6bcdf Color CSS Codes
.mybgcolor {background-color:#c6bcdf; } .myforecolor {color:#c6bcdf; } .mybordercolor {border:3px solid #c6bcdf; }
#c6bcdf Text Font Color
<p style="color:#c6bcdf">Text here</p>
This sample text font color is #c6bcdf
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.
#c6bcdf Background Color
<div style="background-color:#c6bcdf">
Div content here</div>
This div background color is #c6bcdf
#c6bcdf Border Color
<div style="border:3px solid #c6bcdf">
Div here</div>
This div border color is #c6bcdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,188,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6bcdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6bcdf; -webkit-box-shadow: 1px 1px 3px 2px #c6bcdf; box-shadow: 1px 1px 3px 2px #c6bcdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,188,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c6bcdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6bcdf; -webkit-box-shadow: 1px 1px 3px 2px #c6bcdf; box-shadow: 1px 1px 3px 2px #c6bcdf;">
Div content here</div>
This div box has shadow with color #c6bcdf
Comments
No comments written yet.
Please login to write comment.