Color spaces of #bccafb
RGB | 188 | 202 | 251 |
---|---|---|---|
HSL | 0.63 | 0.89 | 0.86 |
HSV | 227° | 25° | 98° |
CMYK | 0.25 | 0.20 | 0.00 0.02 |
XYZ | 59.2722 | 59.8975 | 99.7042 |
Yxy | 59.8975 | 0.2708 | 0.2737 |
Hunter Lab | 77.3935 | 1.2666 | -22.2065 |
CIE-Lab | 81.7824 | 5.7006 | -25.6238 |
#bccafb color RGB value is (188,202,251).
#bccafb hex color red value is 188, green value is 202 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bccafb hue: 0.63 , saturation: 0.89 and the lightness value of bccafb is 0.86.
The process color (four color CMYK) of #bccafb color hex is 0.25, 0.20, 0.00, 0.02. Web safe color of #bccafb is #ccccff. Color #bccafb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11001010 | 11111011 |
Octal | 274 | 312 | 373 |
Decimal | 188 | 202 | 251 |
Hex | BC | CA | FB |
Shades of #bccafb
Tints of #bccafb
RGB Percentages of Color #bccafb
CMYK Percentages of Color #bccafb
Complementary Color
#bccafb | #fbedbc |
#bccafb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bccafb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bccafb Color CSS Codes
.mybgcolor {background-color:#bccafb; } .myforecolor {color:#bccafb; } .mybordercolor {border:3px solid #bccafb; }
#bccafb Text Font Color
<p style="color:#bccafb">Text here</p>
This sample text font color is #bccafb
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.
#bccafb Background Color
<div style="background-color:#bccafb">
Div content here</div>
This div background color is #bccafb
#bccafb Border Color
<div style="border:3px solid #bccafb">
Div here</div>
This div border color is #bccafb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,202,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bccafb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bccafb; -webkit-box-shadow: 1px 1px 3px 2px #bccafb; box-shadow: 1px 1px 3px 2px #bccafb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,202,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 #bccafb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bccafb; -webkit-box-shadow: 1px 1px 3px 2px #bccafb; box-shadow: 1px 1px 3px 2px #bccafb;">
Div content here</div>
This div box has shadow with color #bccafb
Comments
No comments written yet.
Please login to write comment.