#b4edd0 hex color information.
RGB value of #b4edd0 is (180,237,208)
Change page background color to #b4edd0
| Reset
| RGB | 180 | 237 | 208 |
|---|---|---|---|
| HSL | 0.42 | 0.61 | 0.82 |
| HSV | 149° | 24° | 93° |
| CMYK | 0.24 | 0.00 | 0.12 0.07 |
| XYZ | 60.4917 | 74.8257 | 70.9291 |
| Yxy | 74.8257 | 0.2933 | 0.3628 |
| Hunter Lab | 86.5018 | -26.5512 | 11.9352 |
| CIE-Lab | 89.3113 | -23.8415 | 8.1969 |
#b4edd0 hex color red value is 180, green value is 237 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b4edd0 hue: 0.42 , saturation: 0.61 and the lightness value of b4edd0 is 0.82.
The process color (four color CMYK) of #b4edd0 hex color is 0.24, 0.00, 0.12, 0.07. Web safe color of #b4edd0 is #ccffcc
Color #b4edd0 contains mostly GREEN color.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10110100 | 11101101 | 11010000 |
| Octal | 264 | 355 | 320 |
| Decimal | 180 | 237 | 208 |
| Hexadecimal | B4 | ED | D0 |
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
.mybgcolor {background-color:#b4edd0; }
.myforecolor {color:#b4edd0; }
.mybordercolor {border:3px solid #b4edd0; }
This sample text font color is #b4edd0
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.
<p style="color:#b4edd0">Text here</p>
This div background color is #b4edd0
<div style="background-color:#b4edd0">
Div content here</div>
This div border color is #b4edd0
<div style="border:3px solid #b4edd0">
Div here</div>
| #b4edd0 | border color |
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(180,237,208, 0.8);
}
.textShadowHex {
text-shadow: 4px 4px 2px #b4edd0;
}
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #b4edd0;
-webkit-box-shadow: 1px 1px 3px 2px #b4edd0;
box-shadow: 1px 1px 3px 2px #b4edd0;
}
<p style="text-shadow: 4px 4px 2px rgba(180,237,208, 0.8);">Text here</p>
This text has shadow with rgb values.
<p style="text-shadow: 4px 4px 2px #b4edd0">Text here</p>
This text has shadow with hex values.
This div box has shadow with color #b4edd0
<div style="-moz-box-shadow: 1px 1px 3px 2px #b4edd0; -webkit-box-shadow: 1px 1px 3px 2px #b4edd0; box-shadow: 1px 1px 3px 2px #b4edd0;">
Div content here</div>