Color spaces of #b8caab
RGB | 184 | 202 | 171 |
---|---|---|---|
HSL | 0.26 | 0.23 | 0.73 |
HSV | 95° | 15° | 79° |
CMYK | 0.09 | 0.00 | 0.15 0.21 |
XYZ | 48.2384 | 55.3717 | 46.6734 |
Yxy | 55.3717 | 0.3210 | 0.3684 |
Hunter Lab | 74.4122 | -14.5069 | 14.9002 |
CIE-Lab | 79.2549 | -11.7511 | 13.4331 |
#b8caab color RGB value is (184,202,171).
#b8caab hex color red value is 184, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b8caab hue: 0.26 , saturation: 0.23 and the lightness value of b8caab is 0.73.
The process color (four color CMYK) of #b8caab color hex is 0.09, 0.00, 0.15, 0.21. Web safe color of #b8caab is #cccc99. Color #b8caab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 11001010 | 10101011 |
Octal | 270 | 312 | 253 |
Decimal | 184 | 202 | 171 |
Hex | B8 | CA | AB |
Shades of #b8caab
Tints of #b8caab
RGB Percentages of Color #b8caab
CMYK Percentages of Color #b8caab
Complementary Color
#b8caab | #bdabca |
#b8caab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b8caab Color Preview on White Background
Lorem ipsum dolor sit amet.
#b8caab Color CSS Codes
.mybgcolor {background-color:#b8caab; } .myforecolor {color:#b8caab; } .mybordercolor {border:3px solid #b8caab; }
#b8caab Text Font Color
<p style="color:#b8caab">Text here</p>
This sample text font color is #b8caab
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.
#b8caab Background Color
<div style="background-color:#b8caab">
Div content here</div>
This div background color is #b8caab
#b8caab Border Color
<div style="border:3px solid #b8caab">
Div here</div>
This div border color is #b8caab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,202,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b8caab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b8caab; -webkit-box-shadow: 1px 1px 3px 2px #b8caab; box-shadow: 1px 1px 3px 2px #b8caab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,202,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b8caab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b8caab; -webkit-box-shadow: 1px 1px 3px 2px #b8caab; box-shadow: 1px 1px 3px 2px #b8caab;">
Div content here</div>
This div box has shadow with color #b8caab
Comments
No comments written yet.
Please login to write comment.