Color spaces of #b4ceaa
RGB | 180 | 206 | 170 |
---|---|---|---|
HSL | 0.29 | 0.27 | 0.74 |
HSV | 103° | 17° | 81° |
CMYK | 0.13 | 0.00 | 0.17 0.19 |
XYZ | 48.1494 | 56.7482 | 46.4460 |
Yxy | 56.7482 | 0.3181 | 0.3750 |
Hunter Lab | 75.3314 | -17.7385 | 16.1764 |
CIE-Lab | 80.0378 | -15.3710 | 15.0282 |
#b4ceaa color RGB value is (180,206,170).
#b4ceaa hex color red value is 180, green value is 206 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b4ceaa hue: 0.29 , saturation: 0.27 and the lightness value of b4ceaa is 0.74.
The process color (four color CMYK) of #b4ceaa color hex is 0.13, 0.00, 0.17, 0.19. Web safe color of #b4ceaa is #cccc99. Color #b4ceaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 11001110 | 10101010 |
Octal | 264 | 316 | 252 |
Decimal | 180 | 206 | 170 |
Hex | B4 | CE | AA |
Shades of #b4ceaa
Tints of #b4ceaa
RGB Percentages of Color #b4ceaa
CMYK Percentages of Color #b4ceaa
Complementary Color
#b4ceaa | #c4aace |
#b4ceaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b4ceaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b4ceaa Color CSS Codes
.mybgcolor {background-color:#b4ceaa; } .myforecolor {color:#b4ceaa; } .mybordercolor {border:3px solid #b4ceaa; }
#b4ceaa Text Font Color
<p style="color:#b4ceaa">Text here</p>
This sample text font color is #b4ceaa
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.
#b4ceaa Background Color
<div style="background-color:#b4ceaa">
Div content here</div>
This div background color is #b4ceaa
#b4ceaa Border Color
<div style="border:3px solid #b4ceaa">
Div here</div>
This div border color is #b4ceaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,206,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b4ceaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b4ceaa; -webkit-box-shadow: 1px 1px 3px 2px #b4ceaa; box-shadow: 1px 1px 3px 2px #b4ceaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,206,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 #b4ceaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b4ceaa; -webkit-box-shadow: 1px 1px 3px 2px #b4ceaa; box-shadow: 1px 1px 3px 2px #b4ceaa;">
Div content here</div>
This div box has shadow with color #b4ceaa
Comments
No comments written yet.
Please login to write comment.