Color spaces of #bddebb
RGB | 189 | 222 | 187 |
---|---|---|---|
HSL | 0.32 | 0.35 | 0.80 |
HSV | 117° | 16° | 87° |
CMYK | 0.15 | 0.00 | 0.16 0.13 |
XYZ | 56.0772 | 66.6492 | 56.9227 |
Yxy | 66.6492 | 0.3121 | 0.3710 |
Hunter Lab | 81.6390 | -20.2578 | 15.8074 |
CIE-Lab | 85.3265 | -17.3931 | 13.5849 |
#bddebb color RGB value is (189,222,187).
#bddebb hex color red value is 189, green value is 222 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bddebb hue: 0.32 , saturation: 0.35 and the lightness value of bddebb is 0.80.
The process color (four color CMYK) of #bddebb color hex is 0.15, 0.00, 0.16, 0.13. Web safe color of #bddebb is #cccccc. Color #bddebb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11011110 | 10111011 |
Octal | 275 | 336 | 273 |
Decimal | 189 | 222 | 187 |
Hex | BD | DE | BB |
Shades of #bddebb
Tints of #bddebb
RGB Percentages of Color #bddebb
CMYK Percentages of Color #bddebb
Complementary Color
#bddebb | #dcbbde |
#bddebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bddebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bddebb Color CSS Codes
.mybgcolor {background-color:#bddebb; } .myforecolor {color:#bddebb; } .mybordercolor {border:3px solid #bddebb; }
#bddebb Text Font Color
<p style="color:#bddebb">Text here</p>
This sample text font color is #bddebb
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.
#bddebb Background Color
<div style="background-color:#bddebb">
Div content here</div>
This div background color is #bddebb
#bddebb Border Color
<div style="border:3px solid #bddebb">
Div here</div>
This div border color is #bddebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,222,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bddebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bddebb; -webkit-box-shadow: 1px 1px 3px 2px #bddebb; box-shadow: 1px 1px 3px 2px #bddebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,222,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bddebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bddebb; -webkit-box-shadow: 1px 1px 3px 2px #bddebb; box-shadow: 1px 1px 3px 2px #bddebb;">
Div content here</div>
This div box has shadow with color #bddebb
Comments
No comments written yet.
Please login to write comment.