Color spaces of #b4ffce
RGB | 180 | 255 | 206 |
---|---|---|---|
HSL | 0.39 | 1.00 | 0.85 |
HSV | 141° | 29° | 100° |
CMYK | 0.29 | 0.00 | 0.19 0.00 |
XYZ | 65.7230 | 85.6795 | 71.4664 |
Yxy | 85.6795 | 0.2949 | 0.3844 |
Hunter Lab | 92.5632 | -35.2446 | 19.0175 |
CIE-Lab | 94.1751 | -32.7496 | 16.1461 |
#b4ffce color RGB value is (180,255,206).
#b4ffce hex color red value is 180, green value is 255 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b4ffce hue: 0.39 , saturation: 1.00 and the lightness value of b4ffce is 0.85.
The process color (four color CMYK) of #b4ffce color hex is 0.29, 0.00, 0.19, 0.00. Web safe color of #b4ffce is #ccffcc. Color #b4ffce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 11111111 | 11001110 |
Octal | 264 | 377 | 316 |
Decimal | 180 | 255 | 206 |
Hex | B4 | FF | CE |
Shades of #b4ffce
Tints of #b4ffce
RGB Percentages of Color #b4ffce
CMYK Percentages of Color #b4ffce
Complementary Color
#b4ffce | #ffb4e5 |
#b4ffce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b4ffce Color Preview on White Background
Lorem ipsum dolor sit amet.
#b4ffce Color CSS Codes
.mybgcolor {background-color:#b4ffce; } .myforecolor {color:#b4ffce; } .mybordercolor {border:3px solid #b4ffce; }
#b4ffce Text Font Color
<p style="color:#b4ffce">Text here</p>
This sample text font color is #b4ffce
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.
#b4ffce Background Color
<div style="background-color:#b4ffce">
Div content here</div>
This div background color is #b4ffce
#b4ffce Border Color
<div style="border:3px solid #b4ffce">
Div here</div>
This div border color is #b4ffce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,255,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b4ffce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b4ffce; -webkit-box-shadow: 1px 1px 3px 2px #b4ffce; box-shadow: 1px 1px 3px 2px #b4ffce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,255,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b4ffce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b4ffce; -webkit-box-shadow: 1px 1px 3px 2px #b4ffce; box-shadow: 1px 1px 3px 2px #b4ffce;">
Div content here</div>
This div box has shadow with color #b4ffce
Comments
No comments written yet.
Please login to write comment.