Color spaces of #b4ebbd
RGB | 180 | 235 | 189 |
---|---|---|---|
HSL | 0.36 | 0.58 | 0.81 |
HSV | 130° | 23° | 92° |
CMYK | 0.23 | 0.00 | 0.20 0.08 |
XYZ | 57.7160 | 72.7941 | 59.1528 |
Yxy | 72.7941 | 0.3043 | 0.3838 |
Hunter Lab | 85.3195 | -28.5593 | 18.6173 |
CIE-Lab | 88.3494 | -26.3770 | 16.7197 |
#b4ebbd color RGB value is (180,235,189).
#b4ebbd hex color red value is 180, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b4ebbd hue: 0.36 , saturation: 0.58 and the lightness value of b4ebbd is 0.81.
The process color (four color CMYK) of #b4ebbd color hex is 0.23, 0.00, 0.20, 0.08. Web safe color of #b4ebbd is #ccffcc. Color #b4ebbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 11101011 | 10111101 |
Octal | 264 | 353 | 275 |
Decimal | 180 | 235 | 189 |
Hex | B4 | EB | BD |
Shades of #b4ebbd
Tints of #b4ebbd
RGB Percentages of Color #b4ebbd
CMYK Percentages of Color #b4ebbd
Complementary Color
#b4ebbd | #ebb4e2 |
#b4ebbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b4ebbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b4ebbd Color CSS Codes
.mybgcolor {background-color:#b4ebbd; } .myforecolor {color:#b4ebbd; } .mybordercolor {border:3px solid #b4ebbd; }
#b4ebbd Text Font Color
<p style="color:#b4ebbd">Text here</p>
This sample text font color is #b4ebbd
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.
#b4ebbd Background Color
<div style="background-color:#b4ebbd">
Div content here</div>
This div background color is #b4ebbd
#b4ebbd Border Color
<div style="border:3px solid #b4ebbd">
Div here</div>
This div border color is #b4ebbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,235,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b4ebbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b4ebbd; -webkit-box-shadow: 1px 1px 3px 2px #b4ebbd; box-shadow: 1px 1px 3px 2px #b4ebbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,235,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 #b4ebbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b4ebbd; -webkit-box-shadow: 1px 1px 3px 2px #b4ebbd; box-shadow: 1px 1px 3px 2px #b4ebbd;">
Div content here</div>
This div box has shadow with color #b4ebbd
Comments
No comments written yet.
Please login to write comment.