Color spaces of #ccbafb
RGB | 204 | 186 | 251 |
---|---|---|---|
HSL | 0.71 | 0.89 | 0.86 |
HSV | 257° | 26° | 98° |
CMYK | 0.19 | 0.26 | 0.00 0.02 |
XYZ | 59.8733 | 54.9202 | 98.7118 |
Yxy | 54.9202 | 0.2804 | 0.2572 |
Hunter Lab | 74.1082 | 14.5240 | -27.0983 |
CIE-Lab | 78.9953 | 19.1535 | -29.7828 |
#ccbafb color RGB value is (204,186,251).
#ccbafb hex color red value is 204, green value is 186 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ccbafb hue: 0.71 , saturation: 0.89 and the lightness value of ccbafb is 0.86.
The process color (four color CMYK) of #ccbafb color hex is 0.19, 0.26, 0.00, 0.02. Web safe color of #ccbafb is #ccccff. Color #ccbafb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111010 | 11111011 |
Octal | 314 | 272 | 373 |
Decimal | 204 | 186 | 251 |
Hex | CC | BA | FB |
Shades of #ccbafb
Tints of #ccbafb
RGB Percentages of Color #ccbafb
CMYK Percentages of Color #ccbafb
Complementary Color
#ccbafb | #e9fbba |
#ccbafb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccbafb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccbafb Color CSS Codes
.mybgcolor {background-color:#ccbafb; } .myforecolor {color:#ccbafb; } .mybordercolor {border:3px solid #ccbafb; }
#ccbafb Text Font Color
<p style="color:#ccbafb">Text here</p>
This sample text font color is #ccbafb
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.
#ccbafb Background Color
<div style="background-color:#ccbafb">
Div content here</div>
This div background color is #ccbafb
#ccbafb Border Color
<div style="border:3px solid #ccbafb">
Div here</div>
This div border color is #ccbafb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,186,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccbafb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccbafb; -webkit-box-shadow: 1px 1px 3px 2px #ccbafb; box-shadow: 1px 1px 3px 2px #ccbafb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,186,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 #ccbafb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccbafb; -webkit-box-shadow: 1px 1px 3px 2px #ccbafb; box-shadow: 1px 1px 3px 2px #ccbafb;">
Div content here</div>
This div box has shadow with color #ccbafb
Comments
No comments written yet.
Please login to write comment.