Color spaces of #c7bcee
RGB | 199 | 188 | 238 |
---|---|---|---|
HSL | 0.70 | 0.60 | 0.84 |
HSV | 253° | 21° | 93° |
CMYK | 0.16 | 0.21 | 0.00 0.07 |
XYZ | 56.9690 | 54.2816 | 88.3637 |
Yxy | 54.2816 | 0.2854 | 0.2719 |
Hunter Lab | 73.6760 | 9.0896 | -19.5365 |
CIE-Lab | 78.6256 | 13.7012 | -23.4049 |
#c7bcee color RGB value is (199,188,238).
#c7bcee hex color red value is 199, green value is 188 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c7bcee hue: 0.70 , saturation: 0.60 and the lightness value of c7bcee is 0.84.
The process color (four color CMYK) of #c7bcee color hex is 0.16, 0.21, 0.00, 0.07. Web safe color of #c7bcee is #ccccff. Color #c7bcee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 10111100 | 11101110 |
Octal | 307 | 274 | 356 |
Decimal | 199 | 188 | 238 |
Hex | C7 | BC | EE |
Shades of #c7bcee
Tints of #c7bcee
RGB Percentages of Color #c7bcee
CMYK Percentages of Color #c7bcee
Complementary Color
#c7bcee | #e3eebc |
#c7bcee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c7bcee Color Preview on White Background
Lorem ipsum dolor sit amet.
#c7bcee Color CSS Codes
.mybgcolor {background-color:#c7bcee; } .myforecolor {color:#c7bcee; } .mybordercolor {border:3px solid #c7bcee; }
#c7bcee Text Font Color
<p style="color:#c7bcee">Text here</p>
This sample text font color is #c7bcee
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.
#c7bcee Background Color
<div style="background-color:#c7bcee">
Div content here</div>
This div background color is #c7bcee
#c7bcee Border Color
<div style="border:3px solid #c7bcee">
Div here</div>
This div border color is #c7bcee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,188,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c7bcee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c7bcee; -webkit-box-shadow: 1px 1px 3px 2px #c7bcee; box-shadow: 1px 1px 3px 2px #c7bcee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,188,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c7bcee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c7bcee; -webkit-box-shadow: 1px 1px 3px 2px #c7bcee; box-shadow: 1px 1px 3px 2px #c7bcee;">
Div content here</div>
This div box has shadow with color #c7bcee
Comments
No comments written yet.
Please login to write comment.