Color spaces of #b5dcaa
RGB | 181 | 220 | 170 |
---|---|---|---|
HSL | 0.30 | 0.42 | 0.76 |
HSV | 107° | 23° | 86° |
CMYK | 0.18 | 0.00 | 0.23 0.14 |
XYZ | 51.9050 | 63.9124 | 47.6309 |
Yxy | 63.9124 | 0.3176 | 0.3910 |
Hunter Lab | 79.9452 | -24.0118 | 20.6370 |
CIE-Lab | 83.9201 | -22.0006 | 20.4524 |
#b5dcaa color RGB value is (181,220,170).
#b5dcaa hex color red value is 181, green value is 220 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b5dcaa hue: 0.30 , saturation: 0.42 and the lightness value of b5dcaa is 0.76.
The process color (four color CMYK) of #b5dcaa color hex is 0.18, 0.00, 0.23, 0.14. Web safe color of #b5dcaa is #cccc99. Color #b5dcaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 11011100 | 10101010 |
Octal | 265 | 334 | 252 |
Decimal | 181 | 220 | 170 |
Hex | B5 | DC | AA |
Shades of #b5dcaa
Tints of #b5dcaa
RGB Percentages of Color #b5dcaa
CMYK Percentages of Color #b5dcaa
Complementary Color
#b5dcaa | #d1aadc |
#b5dcaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5dcaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5dcaa Color CSS Codes
.mybgcolor {background-color:#b5dcaa; } .myforecolor {color:#b5dcaa; } .mybordercolor {border:3px solid #b5dcaa; }
#b5dcaa Text Font Color
<p style="color:#b5dcaa">Text here</p>
This sample text font color is #b5dcaa
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.
#b5dcaa Background Color
<div style="background-color:#b5dcaa">
Div content here</div>
This div background color is #b5dcaa
#b5dcaa Border Color
<div style="border:3px solid #b5dcaa">
Div here</div>
This div border color is #b5dcaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,220,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5dcaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5dcaa; -webkit-box-shadow: 1px 1px 3px 2px #b5dcaa; box-shadow: 1px 1px 3px 2px #b5dcaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,220,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5dcaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5dcaa; -webkit-box-shadow: 1px 1px 3px 2px #b5dcaa; box-shadow: 1px 1px 3px 2px #b5dcaa;">
Div content here</div>
This div box has shadow with color #b5dcaa
Comments
No comments written yet.
Please login to write comment.