Color spaces of #bddedf
RGB | 189 | 222 | 223 |
---|---|---|---|
HSL | 0.50 | 0.35 | 0.81 |
HSV | 182° | 15° | 87° |
CMYK | 0.15 | 0.00 | 0.00 0.13 |
XYZ | 60.4268 | 68.3891 | 79.8276 |
Yxy | 68.3891 | 0.2896 | 0.3278 |
Hunter Lab | 82.6977 | -14.2919 | 0.6561 |
CIE-Lab | 86.2006 | -10.5874 | -4.1329 |
#bddedf color RGB value is (189,222,223).
#bddedf hex color red value is 189, green value is 222 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bddedf hue: 0.50 , saturation: 0.35 and the lightness value of bddedf is 0.81.
The process color (four color CMYK) of #bddedf color hex is 0.15, 0.00, 0.00, 0.13. Web safe color of #bddedf is #cccccc. Color #bddedf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11011110 | 11011111 |
Octal | 275 | 336 | 337 |
Decimal | 189 | 222 | 223 |
Hex | BD | DE | DF |
Shades of #bddedf
Tints of #bddedf
RGB Percentages of Color #bddedf
CMYK Percentages of Color #bddedf
Complementary Color
#bddedf | #dfbebd |
#bddedf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bddedf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bddedf Color CSS Codes
.mybgcolor {background-color:#bddedf; } .myforecolor {color:#bddedf; } .mybordercolor {border:3px solid #bddedf; }
#bddedf Text Font Color
<p style="color:#bddedf">Text here</p>
This sample text font color is #bddedf
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.
#bddedf Background Color
<div style="background-color:#bddedf">
Div content here</div>
This div background color is #bddedf
#bddedf Border Color
<div style="border:3px solid #bddedf">
Div here</div>
This div border color is #bddedf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,222,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bddedf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bddedf; -webkit-box-shadow: 1px 1px 3px 2px #bddedf; box-shadow: 1px 1px 3px 2px #bddedf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,222,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bddedf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bddedf; -webkit-box-shadow: 1px 1px 3px 2px #bddedf; box-shadow: 1px 1px 3px 2px #bddedf;">
Div content here</div>
This div box has shadow with color #bddedf
#bddedf Color Palettes
Comments
No comments written yet.
Please login to write comment.