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