Color spaces of #bddbda
RGB | 189 | 219 | 218 |
---|---|---|---|
HSL | 0.49 | 0.29 | 0.80 |
HSV | 178° | 14° | 86° |
CMYK | 0.14 | 0.00 | 0.00 0.14 |
XYZ | 58.9727 | 66.5438 | 76.0657 |
Yxy | 66.5438 | 0.2925 | 0.3301 |
Hunter Lab | 81.5744 | -13.7119 | 1.8159 |
CIE-Lab | 85.2730 | -10.0658 | -2.8537 |
#bddbda color RGB value is (189,219,218).
#bddbda hex color red value is 189, green value is 219 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bddbda hue: 0.49 , saturation: 0.29 and the lightness value of bddbda is 0.80.
The process color (four color CMYK) of #bddbda color hex is 0.14, 0.00, 0.00, 0.14. Web safe color of #bddbda is #cccccc. Color #bddbda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11011011 | 11011010 |
Octal | 275 | 333 | 332 |
Decimal | 189 | 219 | 218 |
Hex | BD | DB | DA |
Shades of #bddbda
Tints of #bddbda
RGB Percentages of Color #bddbda
CMYK Percentages of Color #bddbda
Complementary Color
#bddbda | #dbbdbe |
#bddbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bddbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#bddbda Color CSS Codes
.mybgcolor {background-color:#bddbda; } .myforecolor {color:#bddbda; } .mybordercolor {border:3px solid #bddbda; }
#bddbda Text Font Color
<p style="color:#bddbda">Text here</p>
This sample text font color is #bddbda
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.
#bddbda Background Color
<div style="background-color:#bddbda">
Div content here</div>
This div background color is #bddbda
#bddbda Border Color
<div style="border:3px solid #bddbda">
Div here</div>
This div border color is #bddbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,219,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bddbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bddbda; -webkit-box-shadow: 1px 1px 3px 2px #bddbda; box-shadow: 1px 1px 3px 2px #bddbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,219,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bddbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bddbda; -webkit-box-shadow: 1px 1px 3px 2px #bddbda; box-shadow: 1px 1px 3px 2px #bddbda;">
Div content here</div>
This div box has shadow with color #bddbda
#bddbda Color Palettes
Comments
No comments written yet.
Please login to write comment.