Color spaces of #bce9bd
RGB | 188 | 233 | 189 |
---|---|---|---|
HSL | 0.34 | 0.51 | 0.83 |
HSV | 121° | 19° | 91° |
CMYK | 0.19 | 0.00 | 0.19 0.09 |
XYZ | 59.0633 | 72.6433 | 59.0527 |
Yxy | 72.6433 | 0.3096 | 0.3808 |
Hunter Lab | 85.2310 | -25.4576 | 18.5824 |
CIE-Lab | 88.2773 | -22.7969 | 16.6875 |
#bce9bd color RGB value is (188,233,189).
#bce9bd hex color red value is 188, green value is 233 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bce9bd hue: 0.34 , saturation: 0.51 and the lightness value of bce9bd is 0.83.
The process color (four color CMYK) of #bce9bd color hex is 0.19, 0.00, 0.19, 0.09. Web safe color of #bce9bd is #ccffcc. Color #bce9bd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11101001 | 10111101 |
Octal | 274 | 351 | 275 |
Decimal | 188 | 233 | 189 |
Hex | BC | E9 | BD |
Shades of #bce9bd
Tints of #bce9bd
RGB Percentages of Color #bce9bd
CMYK Percentages of Color #bce9bd
Complementary Color
#bce9bd | #e9bce8 |
#bce9bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bce9bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bce9bd Color CSS Codes
.mybgcolor {background-color:#bce9bd; } .myforecolor {color:#bce9bd; } .mybordercolor {border:3px solid #bce9bd; }
#bce9bd Text Font Color
<p style="color:#bce9bd">Text here</p>
This sample text font color is #bce9bd
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.
#bce9bd Background Color
<div style="background-color:#bce9bd">
Div content here</div>
This div background color is #bce9bd
#bce9bd Border Color
<div style="border:3px solid #bce9bd">
Div here</div>
This div border color is #bce9bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,233,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bce9bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bce9bd; -webkit-box-shadow: 1px 1px 3px 2px #bce9bd; box-shadow: 1px 1px 3px 2px #bce9bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,233,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bce9bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bce9bd; -webkit-box-shadow: 1px 1px 3px 2px #bce9bd; box-shadow: 1px 1px 3px 2px #bce9bd;">
Div content here</div>
This div box has shadow with color #bce9bd
Comments
No comments written yet.
Please login to write comment.