Color spaces of #c5bcfa
RGB | 197 | 188 | 250 |
---|---|---|---|
HSL | 0.69 | 0.86 | 0.86 |
HSV | 249° | 25° | 98° |
CMYK | 0.21 | 0.25 | 0.00 0.02 |
XYZ | 58.2645 | 54.7389 | 97.9373 |
Yxy | 54.7389 | 0.2762 | 0.2595 |
Hunter Lab | 73.9857 | 11.0955 | -26.6941 |
CIE-Lab | 78.8906 | 15.7307 | -29.4556 |
#c5bcfa color RGB value is (197,188,250).
#c5bcfa hex color red value is 197, green value is 188 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c5bcfa hue: 0.69 , saturation: 0.86 and the lightness value of c5bcfa is 0.86.
The process color (four color CMYK) of #c5bcfa color hex is 0.21, 0.25, 0.00, 0.02. Web safe color of #c5bcfa is #ccccff. Color #c5bcfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 10111100 | 11111010 |
Octal | 305 | 274 | 372 |
Decimal | 197 | 188 | 250 |
Hex | C5 | BC | FA |
Shades of #c5bcfa
Tints of #c5bcfa
RGB Percentages of Color #c5bcfa
CMYK Percentages of Color #c5bcfa
Complementary Color
#c5bcfa | #f1fabc |
#c5bcfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5bcfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5bcfa Color CSS Codes
.mybgcolor {background-color:#c5bcfa; } .myforecolor {color:#c5bcfa; } .mybordercolor {border:3px solid #c5bcfa; }
#c5bcfa Text Font Color
<p style="color:#c5bcfa">Text here</p>
This sample text font color is #c5bcfa
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.
#c5bcfa Background Color
<div style="background-color:#c5bcfa">
Div content here</div>
This div background color is #c5bcfa
#c5bcfa Border Color
<div style="border:3px solid #c5bcfa">
Div here</div>
This div border color is #c5bcfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,188,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5bcfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5bcfa; -webkit-box-shadow: 1px 1px 3px 2px #c5bcfa; box-shadow: 1px 1px 3px 2px #c5bcfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,188,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5bcfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5bcfa; -webkit-box-shadow: 1px 1px 3px 2px #c5bcfa; box-shadow: 1px 1px 3px 2px #c5bcfa;">
Div content here</div>
This div box has shadow with color #c5bcfa
Comments
No comments written yet.
Please login to write comment.