Color spaces of #bdddff
RGB | 189 | 221 | 255 |
---|---|---|---|
HSL | 0.59 | 1.00 | 0.87 |
HSV | 211° | 26° | 100° |
CMYK | 0.26 | 0.13 | 0.00 0.00 |
XYZ | 64.8927 | 69.7517 | 104.6510 |
Yxy | 69.7517 | 0.2712 | 0.2915 |
Hunter Lab | 83.5175 | -7.4619 | -15.8307 |
CIE-Lab | 86.8749 | -3.1530 | -20.0039 |
#bdddff color RGB value is (189,221,255).
#bdddff hex color red value is 189, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bdddff hue: 0.59 , saturation: 1.00 and the lightness value of bdddff is 0.87.
The process color (four color CMYK) of #bdddff color hex is 0.26, 0.13, 0.00, 0.00. Web safe color of #bdddff is #ccccff. Color #bdddff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11011101 | 11111111 |
Octal | 275 | 335 | 377 |
Decimal | 189 | 221 | 255 |
Hex | BD | DD | FF |
Shades of #bdddff
Tints of #bdddff
RGB Percentages of Color #bdddff
CMYK Percentages of Color #bdddff
Complementary Color
#bdddff | #ffdfbd |
#bdddff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdddff Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdddff Color CSS Codes
.mybgcolor {background-color:#bdddff; } .myforecolor {color:#bdddff; } .mybordercolor {border:3px solid #bdddff; }
#bdddff Text Font Color
<p style="color:#bdddff">Text here</p>
This sample text font color is #bdddff
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.
#bdddff Background Color
<div style="background-color:#bdddff">
Div content here</div>
This div background color is #bdddff
#bdddff Border Color
<div style="border:3px solid #bdddff">
Div here</div>
This div border color is #bdddff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,221,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdddff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdddff; -webkit-box-shadow: 1px 1px 3px 2px #bdddff; box-shadow: 1px 1px 3px 2px #bdddff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,221,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdddff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdddff; -webkit-box-shadow: 1px 1px 3px 2px #bdddff; box-shadow: 1px 1px 3px 2px #bdddff;">
Div content here</div>
This div box has shadow with color #bdddff
#bdddff Color Palettes
Comments
No comments written yet.
Please login to write comment.