Color spaces of #cbc6fb
RGB | 203 | 198 | 251 |
---|---|---|---|
HSL | 0.68 | 0.87 | 0.88 |
HSV | 246° | 21° | 98° |
CMYK | 0.19 | 0.21 | 0.00 0.02 |
XYZ | 62.2353 | 60.0497 | 99.5774 |
Yxy | 60.0497 | 0.2805 | 0.2707 |
Hunter Lab | 77.4917 | 7.7467 | -21.9438 |
CIE-Lab | 81.8652 | 12.3469 | -25.3988 |
#cbc6fb color RGB value is (203,198,251).
#cbc6fb hex color red value is 203, green value is 198 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cbc6fb hue: 0.68 , saturation: 0.87 and the lightness value of cbc6fb is 0.88.
The process color (four color CMYK) of #cbc6fb color hex is 0.19, 0.21, 0.00, 0.02. Web safe color of #cbc6fb is #ccccff. Color #cbc6fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11000110 | 11111011 |
Octal | 313 | 306 | 373 |
Decimal | 203 | 198 | 251 |
Hex | CB | C6 | FB |
Shades of #cbc6fb
Tints of #cbc6fb
RGB Percentages of Color #cbc6fb
CMYK Percentages of Color #cbc6fb
Complementary Color
#cbc6fb | #f6fbc6 |
#cbc6fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbc6fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbc6fb Color CSS Codes
.mybgcolor {background-color:#cbc6fb; } .myforecolor {color:#cbc6fb; } .mybordercolor {border:3px solid #cbc6fb; }
#cbc6fb Text Font Color
<p style="color:#cbc6fb">Text here</p>
This sample text font color is #cbc6fb
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.
#cbc6fb Background Color
<div style="background-color:#cbc6fb">
Div content here</div>
This div background color is #cbc6fb
#cbc6fb Border Color
<div style="border:3px solid #cbc6fb">
Div here</div>
This div border color is #cbc6fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,198,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbc6fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbc6fb; -webkit-box-shadow: 1px 1px 3px 2px #cbc6fb; box-shadow: 1px 1px 3px 2px #cbc6fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,198,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbc6fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbc6fb; -webkit-box-shadow: 1px 1px 3px 2px #cbc6fb; box-shadow: 1px 1px 3px 2px #cbc6fb;">
Div content here</div>
This div box has shadow with color #cbc6fb
Comments
No comments written yet.
Please login to write comment.