Color spaces of #bddedb
RGB | 189 | 222 | 219 |
---|---|---|---|
HSL | 0.48 | 0.33 | 0.81 |
HSV | 175° | 15° | 87° |
CMYK | 0.15 | 0.00 | 0.01 0.13 |
XYZ | 59.8937 | 68.1758 | 77.0204 |
Yxy | 68.1758 | 0.2920 | 0.3324 |
Hunter Lab | 82.5686 | -15.0147 | 2.4921 |
CIE-Lab | 86.0943 | -11.3970 | -2.1771 |
#bddedb color RGB value is (189,222,219).
#bddedb hex color red value is 189, green value is 222 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bddedb hue: 0.48 , saturation: 0.33 and the lightness value of bddedb is 0.81.
The process color (four color CMYK) of #bddedb color hex is 0.15, 0.00, 0.01, 0.13. Web safe color of #bddedb is #cccccc. Color #bddedb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11011110 | 11011011 |
Octal | 275 | 336 | 333 |
Decimal | 189 | 222 | 219 |
Hex | BD | DE | DB |
Shades of #bddedb
Tints of #bddedb
RGB Percentages of Color #bddedb
CMYK Percentages of Color #bddedb
Complementary Color
#bddedb | #debdc0 |
#bddedb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bddedb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bddedb Color CSS Codes
.mybgcolor {background-color:#bddedb; } .myforecolor {color:#bddedb; } .mybordercolor {border:3px solid #bddedb; }
#bddedb Text Font Color
<p style="color:#bddedb">Text here</p>
This sample text font color is #bddedb
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.
#bddedb Background Color
<div style="background-color:#bddedb">
Div content here</div>
This div background color is #bddedb
#bddedb Border Color
<div style="border:3px solid #bddedb">
Div here</div>
This div border color is #bddedb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,222,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bddedb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bddedb; -webkit-box-shadow: 1px 1px 3px 2px #bddedb; box-shadow: 1px 1px 3px 2px #bddedb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,222,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bddedb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bddedb; -webkit-box-shadow: 1px 1px 3px 2px #bddedb; box-shadow: 1px 1px 3px 2px #bddedb;">
Div content here</div>
This div box has shadow with color #bddedb
#bddedb Color Palettes
Comments
No comments written yet.
Please login to write comment.