Color spaces of #bddbef
RGB | 189 | 219 | 239 |
---|---|---|---|
HSL | 0.57 | 0.61 | 0.84 |
HSV | 204° | 21° | 94° |
CMYK | 0.21 | 0.08 | 0.00 0.06 |
XYZ | 61.8978 | 67.7138 | 91.4691 |
Yxy | 67.7138 | 0.2800 | 0.3063 |
Hunter Lab | 82.2884 | -9.7360 | -8.3030 |
CIE-Lab | 85.8631 | -5.6719 | -13.0867 |
#bddbef color RGB value is (189,219,239).
#bddbef hex color red value is 189, green value is 219 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bddbef hue: 0.57 , saturation: 0.61 and the lightness value of bddbef is 0.84.
The process color (four color CMYK) of #bddbef color hex is 0.21, 0.08, 0.00, 0.06. Web safe color of #bddbef is #ccccff. Color #bddbef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11011011 | 11101111 |
Octal | 275 | 333 | 357 |
Decimal | 189 | 219 | 239 |
Hex | BD | DB | EF |
Shades of #bddbef
Tints of #bddbef
RGB Percentages of Color #bddbef
CMYK Percentages of Color #bddbef
Complementary Color
#bddbef | #efd1bd |
#bddbef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bddbef Color Preview on White Background
Lorem ipsum dolor sit amet.
#bddbef Color CSS Codes
.mybgcolor {background-color:#bddbef; } .myforecolor {color:#bddbef; } .mybordercolor {border:3px solid #bddbef; }
#bddbef Text Font Color
<p style="color:#bddbef">Text here</p>
This sample text font color is #bddbef
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.
#bddbef Background Color
<div style="background-color:#bddbef">
Div content here</div>
This div background color is #bddbef
#bddbef Border Color
<div style="border:3px solid #bddbef">
Div here</div>
This div border color is #bddbef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,219,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bddbef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bddbef; -webkit-box-shadow: 1px 1px 3px 2px #bddbef; box-shadow: 1px 1px 3px 2px #bddbef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,219,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bddbef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bddbef; -webkit-box-shadow: 1px 1px 3px 2px #bddbef; box-shadow: 1px 1px 3px 2px #bddbef;">
Div content here</div>
This div box has shadow with color #bddbef
Comments
No comments written yet.
Please login to write comment.