Color spaces of #b5beac
RGB | 181 | 190 | 172 |
---|---|---|---|
HSL | 0.25 | 0.12 | 0.71 |
HSV | 90° | 9° | 75° |
CMYK | 0.05 | 0.00 | 0.09 0.25 |
XYZ | 44.9159 | 49.6292 | 46.2418 |
Yxy | 49.6292 | 0.3190 | 0.3525 |
Hunter Lab | 70.4480 | -9.4768 | 10.3959 |
CIE-Lab | 75.8411 | -6.4119 | 8.0135 |
#b5beac color RGB value is (181,190,172).
#b5beac hex color red value is 181, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b5beac hue: 0.25 , saturation: 0.12 and the lightness value of b5beac is 0.71.
The process color (four color CMYK) of #b5beac color hex is 0.05, 0.00, 0.09, 0.25. Web safe color of #b5beac is #cccc99. Color #b5beac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10111110 | 10101100 |
Octal | 265 | 276 | 254 |
Decimal | 181 | 190 | 172 |
Hex | B5 | BE | AC |
Shades of #b5beac
Tints of #b5beac
RGB Percentages of Color #b5beac
CMYK Percentages of Color #b5beac
Complementary Color
#b5beac | #b5acbe |
#b5beac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5beac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5beac Color CSS Codes
.mybgcolor {background-color:#b5beac; } .myforecolor {color:#b5beac; } .mybordercolor {border:3px solid #b5beac; }
#b5beac Text Font Color
<p style="color:#b5beac">Text here</p>
This sample text font color is #b5beac
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.
#b5beac Background Color
<div style="background-color:#b5beac">
Div content here</div>
This div background color is #b5beac
#b5beac Border Color
<div style="border:3px solid #b5beac">
Div here</div>
This div border color is #b5beac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,190,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5beac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5beac; -webkit-box-shadow: 1px 1px 3px 2px #b5beac; box-shadow: 1px 1px 3px 2px #b5beac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,190,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5beac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5beac; -webkit-box-shadow: 1px 1px 3px 2px #b5beac; box-shadow: 1px 1px 3px 2px #b5beac;">
Div content here</div>
This div box has shadow with color #b5beac
Comments
No comments written yet.
Please login to write comment.