Color spaces of #c6bfef
RGB | 198 | 191 | 239 |
---|---|---|---|
HSL | 0.69 | 0.60 | 0.84 |
HSV | 249° | 20° | 94° |
CMYK | 0.17 | 0.20 | 0.00 0.06 |
XYZ | 57.4995 | 55.4994 | 89.3433 |
Yxy | 55.4994 | 0.2842 | 0.2743 |
Hunter Lab | 74.4979 | 7.3997 | -18.9563 |
CIE-Lab | 79.3281 | 11.9781 | -22.8807 |
#c6bfef color RGB value is (198,191,239).
#c6bfef hex color red value is 198, green value is 191 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c6bfef hue: 0.69 , saturation: 0.60 and the lightness value of c6bfef is 0.84.
The process color (four color CMYK) of #c6bfef color hex is 0.17, 0.20, 0.00, 0.06. Web safe color of #c6bfef is #ccccff. Color #c6bfef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10111111 | 11101111 |
Octal | 306 | 277 | 357 |
Decimal | 198 | 191 | 239 |
Hex | C6 | BF | EF |
Shades of #c6bfef
Tints of #c6bfef
RGB Percentages of Color #c6bfef
CMYK Percentages of Color #c6bfef
Complementary Color
#c6bfef | #e8efbf |
#c6bfef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6bfef Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6bfef Color CSS Codes
.mybgcolor {background-color:#c6bfef; } .myforecolor {color:#c6bfef; } .mybordercolor {border:3px solid #c6bfef; }
#c6bfef Text Font Color
<p style="color:#c6bfef">Text here</p>
This sample text font color is #c6bfef
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.
#c6bfef Background Color
<div style="background-color:#c6bfef">
Div content here</div>
This div background color is #c6bfef
#c6bfef Border Color
<div style="border:3px solid #c6bfef">
Div here</div>
This div border color is #c6bfef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,191,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6bfef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6bfef; -webkit-box-shadow: 1px 1px 3px 2px #c6bfef; box-shadow: 1px 1px 3px 2px #c6bfef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,191,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c6bfef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6bfef; -webkit-box-shadow: 1px 1px 3px 2px #c6bfef; box-shadow: 1px 1px 3px 2px #c6bfef;">
Div content here</div>
This div box has shadow with color #c6bfef
Comments
No comments written yet.
Please login to write comment.