Color spaces of #bbe4cd
RGB | 187 | 228 | 205 |
---|---|---|---|
HSL | 0.41 | 0.43 | 0.81 |
HSV | 146° | 18° | 89° |
CMYK | 0.18 | 0.00 | 0.10 0.11 |
XYZ | 59.2564 | 70.4594 | 68.2345 |
Yxy | 70.4594 | 0.2993 | 0.3559 |
Hunter Lab | 83.9401 | -20.8855 | 10.5615 |
CIE-Lab | 87.2217 | -17.7823 | 6.8180 |
#bbe4cd color RGB value is (187,228,205).
#bbe4cd hex color red value is 187, green value is 228 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bbe4cd hue: 0.41 , saturation: 0.43 and the lightness value of bbe4cd is 0.81.
The process color (four color CMYK) of #bbe4cd color hex is 0.18, 0.00, 0.10, 0.11. Web safe color of #bbe4cd is #cccccc. Color #bbe4cd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11100100 | 11001101 |
Octal | 273 | 344 | 315 |
Decimal | 187 | 228 | 205 |
Hex | BB | E4 | CD |
Shades of #bbe4cd
Tints of #bbe4cd
RGB Percentages of Color #bbe4cd
CMYK Percentages of Color #bbe4cd
Complementary Color
#bbe4cd | #e4bbd2 |
#bbe4cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbe4cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbe4cd Color CSS Codes
.mybgcolor {background-color:#bbe4cd; } .myforecolor {color:#bbe4cd; } .mybordercolor {border:3px solid #bbe4cd; }
#bbe4cd Text Font Color
<p style="color:#bbe4cd">Text here</p>
This sample text font color is #bbe4cd
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.
#bbe4cd Background Color
<div style="background-color:#bbe4cd">
Div content here</div>
This div background color is #bbe4cd
#bbe4cd Border Color
<div style="border:3px solid #bbe4cd">
Div here</div>
This div border color is #bbe4cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,228,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbe4cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbe4cd; -webkit-box-shadow: 1px 1px 3px 2px #bbe4cd; box-shadow: 1px 1px 3px 2px #bbe4cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,228,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbe4cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbe4cd; -webkit-box-shadow: 1px 1px 3px 2px #bbe4cd; box-shadow: 1px 1px 3px 2px #bbe4cd;">
Div content here</div>
This div box has shadow with color #bbe4cd
Comments
No comments written yet.
Please login to write comment.