Color spaces of #b9dede
RGB | 185 | 222 | 222 |
---|---|---|---|
HSL | 0.50 | 0.36 | 0.80 |
HSV | 180° | 17° | 87° |
CMYK | 0.17 | 0.00 | 0.00 0.13 |
XYZ | 59.3137 | 67.8308 | 79.0737 |
Yxy | 67.8308 | 0.2876 | 0.3289 |
Hunter Lab | 82.3595 | -15.5768 | 0.7270 |
CIE-Lab | 85.9218 | -12.0416 | -4.0442 |
#b9dede color RGB value is (185,222,222).
#b9dede hex color red value is 185, green value is 222 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b9dede hue: 0.50 , saturation: 0.36 and the lightness value of b9dede is 0.80.
The process color (four color CMYK) of #b9dede color hex is 0.17, 0.00, 0.00, 0.13. Web safe color of #b9dede is #cccccc. Color #b9dede contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 11011110 | 11011110 |
Octal | 271 | 336 | 336 |
Decimal | 185 | 222 | 222 |
Hex | B9 | DE | DE |
Shades of #b9dede
Tints of #b9dede
RGB Percentages of Color #b9dede
CMYK Percentages of Color #b9dede
Complementary Color
#b9dede | #deb9b9 |
#b9dede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9dede Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9dede Color CSS Codes
.mybgcolor {background-color:#b9dede; } .myforecolor {color:#b9dede; } .mybordercolor {border:3px solid #b9dede; }
#b9dede Text Font Color
<p style="color:#b9dede">Text here</p>
This sample text font color is #b9dede
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.
#b9dede Background Color
<div style="background-color:#b9dede">
Div content here</div>
This div background color is #b9dede
#b9dede Border Color
<div style="border:3px solid #b9dede">
Div here</div>
This div border color is #b9dede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,222,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9dede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9dede; -webkit-box-shadow: 1px 1px 3px 2px #b9dede; box-shadow: 1px 1px 3px 2px #b9dede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,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 #b9dede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9dede; -webkit-box-shadow: 1px 1px 3px 2px #b9dede; box-shadow: 1px 1px 3px 2px #b9dede;">
Div content here</div>
This div box has shadow with color #b9dede
Comments
No comments written yet.
Please login to write comment.