Color spaces of #b5eaac
RGB | 181 | 234 | 172 |
---|---|---|---|
HSL | 0.31 | 0.60 | 0.80 |
HSV | 111° | 26° | 92° |
CMYK | 0.23 | 0.00 | 0.26 0.08 |
XYZ | 55.9253 | 71.6480 | 49.9116 |
Yxy | 71.6480 | 0.3151 | 0.4037 |
Hunter Lab | 84.6451 | -30.1935 | 24.2908 |
CIE-Lab | 87.7989 | -28.4290 | 24.7543 |
#b5eaac color RGB value is (181,234,172).
#b5eaac hex color red value is 181, green value is 234 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b5eaac hue: 0.31 , saturation: 0.60 and the lightness value of b5eaac is 0.80.
The process color (four color CMYK) of #b5eaac color hex is 0.23, 0.00, 0.26, 0.08. Web safe color of #b5eaac is #ccff99. Color #b5eaac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 11101010 | 10101100 |
Octal | 265 | 352 | 254 |
Decimal | 181 | 234 | 172 |
Hex | B5 | EA | AC |
Shades of #b5eaac
Tints of #b5eaac
RGB Percentages of Color #b5eaac
CMYK Percentages of Color #b5eaac
Complementary Color
#b5eaac | #e1acea |
#b5eaac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5eaac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5eaac Color CSS Codes
.mybgcolor {background-color:#b5eaac; } .myforecolor {color:#b5eaac; } .mybordercolor {border:3px solid #b5eaac; }
#b5eaac Text Font Color
<p style="color:#b5eaac">Text here</p>
This sample text font color is #b5eaac
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.
#b5eaac Background Color
<div style="background-color:#b5eaac">
Div content here</div>
This div background color is #b5eaac
#b5eaac Border Color
<div style="border:3px solid #b5eaac">
Div here</div>
This div border color is #b5eaac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,234,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5eaac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5eaac; -webkit-box-shadow: 1px 1px 3px 2px #b5eaac; box-shadow: 1px 1px 3px 2px #b5eaac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,234,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 #b5eaac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5eaac; -webkit-box-shadow: 1px 1px 3px 2px #b5eaac; box-shadow: 1px 1px 3px 2px #b5eaac;">
Div content here</div>
This div box has shadow with color #b5eaac
Comments
No comments written yet.
Please login to write comment.