Color spaces of #bdcefa
RGB | 189 | 206 | 250 |
---|---|---|---|
HSL | 0.62 | 0.86 | 0.86 |
HSV | 223° | 24° | 98° |
CMYK | 0.24 | 0.18 | 0.00 0.02 |
XYZ | 60.3129 | 61.8636 | 99.2045 |
Yxy | 61.8636 | 0.2724 | 0.2794 |
Hunter Lab | 78.6534 | -0.7664 | -19.7243 |
CIE-Lab | 82.8408 | 3.6243 | -23.4740 |
#bdcefa color RGB value is (189,206,250).
#bdcefa hex color red value is 189, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bdcefa hue: 0.62 , saturation: 0.86 and the lightness value of bdcefa is 0.86.
The process color (four color CMYK) of #bdcefa color hex is 0.24, 0.18, 0.00, 0.02. Web safe color of #bdcefa is #ccccff. Color #bdcefa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11001110 | 11111010 |
Octal | 275 | 316 | 372 |
Decimal | 189 | 206 | 250 |
Hex | BD | CE | FA |
Shades of #bdcefa
Tints of #bdcefa
RGB Percentages of Color #bdcefa
CMYK Percentages of Color #bdcefa
Complementary Color
#bdcefa | #fae9bd |
#bdcefa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdcefa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdcefa Color CSS Codes
.mybgcolor {background-color:#bdcefa; } .myforecolor {color:#bdcefa; } .mybordercolor {border:3px solid #bdcefa; }
#bdcefa Text Font Color
<p style="color:#bdcefa">Text here</p>
This sample text font color is #bdcefa
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.
#bdcefa Background Color
<div style="background-color:#bdcefa">
Div content here</div>
This div background color is #bdcefa
#bdcefa Border Color
<div style="border:3px solid #bdcefa">
Div here</div>
This div border color is #bdcefa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,206,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdcefa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdcefa; -webkit-box-shadow: 1px 1px 3px 2px #bdcefa; box-shadow: 1px 1px 3px 2px #bdcefa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,206,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdcefa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdcefa; -webkit-box-shadow: 1px 1px 3px 2px #bdcefa; box-shadow: 1px 1px 3px 2px #bdcefa;">
Div content here</div>
This div box has shadow with color #bdcefa
Comments
No comments written yet.
Please login to write comment.