Color spaces of #bddfea
RGB | 189 | 223 | 234 |
---|---|---|---|
HSL | 0.54 | 0.52 | 0.83 |
HSV | 195° | 19° | 92° |
CMYK | 0.19 | 0.05 | 0.00 0.08 |
XYZ | 62.2252 | 69.5347 | 87.9838 |
Yxy | 69.5347 | 0.2832 | 0.3164 |
Hunter Lab | 83.3875 | -12.7282 | -4.1868 |
CIE-Lab | 86.7681 | -8.8100 | -9.0984 |
#bddfea color RGB value is (189,223,234).
#bddfea hex color red value is 189, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bddfea hue: 0.54 , saturation: 0.52 and the lightness value of bddfea is 0.83.
The process color (four color CMYK) of #bddfea color hex is 0.19, 0.05, 0.00, 0.08. Web safe color of #bddfea is #ccccff. Color #bddfea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11011111 | 11101010 |
Octal | 275 | 337 | 352 |
Decimal | 189 | 223 | 234 |
Hex | BD | DF | EA |
Shades of #bddfea
Tints of #bddfea
RGB Percentages of Color #bddfea
CMYK Percentages of Color #bddfea
Complementary Color
#bddfea | #eac8bd |
#bddfea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bddfea Color Preview on White Background
Lorem ipsum dolor sit amet.
#bddfea Color CSS Codes
.mybgcolor {background-color:#bddfea; } .myforecolor {color:#bddfea; } .mybordercolor {border:3px solid #bddfea; }
#bddfea Text Font Color
<p style="color:#bddfea">Text here</p>
This sample text font color is #bddfea
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.
#bddfea Background Color
<div style="background-color:#bddfea">
Div content here</div>
This div background color is #bddfea
#bddfea Border Color
<div style="border:3px solid #bddfea">
Div here</div>
This div border color is #bddfea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,223,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bddfea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bddfea; -webkit-box-shadow: 1px 1px 3px 2px #bddfea; box-shadow: 1px 1px 3px 2px #bddfea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,223,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bddfea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bddfea; -webkit-box-shadow: 1px 1px 3px 2px #bddfea; box-shadow: 1px 1px 3px 2px #bddfea;">
Div content here</div>
This div box has shadow with color #bddfea
Comments
No comments written yet.
Please login to write comment.