Color spaces of #b5cabd
RGB | 181 | 202 | 189 |
---|---|---|---|
HSL | 0.40 | 0.17 | 0.75 |
HSV | 143° | 10° | 79° |
CMYK | 0.10 | 0.00 | 0.06 0.21 |
XYZ | 49.3619 | 55.7389 | 56.3012 |
Yxy | 55.7389 | 0.3058 | 0.3453 |
Hunter Lab | 74.6585 | -12.6336 | 7.5494 |
CIE-Lab | 79.4650 | -9.5841 | 4.0674 |
#b5cabd color RGB value is (181,202,189).
#b5cabd hex color red value is 181, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b5cabd hue: 0.40 , saturation: 0.17 and the lightness value of b5cabd is 0.75.
The process color (four color CMYK) of #b5cabd color hex is 0.10, 0.00, 0.06, 0.21. Web safe color of #b5cabd is #cccccc. Color #b5cabd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 11001010 | 10111101 |
Octal | 265 | 312 | 275 |
Decimal | 181 | 202 | 189 |
Hex | B5 | CA | BD |
Shades of #b5cabd
Tints of #b5cabd
RGB Percentages of Color #b5cabd
CMYK Percentages of Color #b5cabd
Complementary Color
#b5cabd | #cab5c2 |
#b5cabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5cabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5cabd Color CSS Codes
.mybgcolor {background-color:#b5cabd; } .myforecolor {color:#b5cabd; } .mybordercolor {border:3px solid #b5cabd; }
#b5cabd Text Font Color
<p style="color:#b5cabd">Text here</p>
This sample text font color is #b5cabd
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.
#b5cabd Background Color
<div style="background-color:#b5cabd">
Div content here</div>
This div background color is #b5cabd
#b5cabd Border Color
<div style="border:3px solid #b5cabd">
Div here</div>
This div border color is #b5cabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,202,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5cabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5cabd; -webkit-box-shadow: 1px 1px 3px 2px #b5cabd; box-shadow: 1px 1px 3px 2px #b5cabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,202,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5cabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5cabd; -webkit-box-shadow: 1px 1px 3px 2px #b5cabd; box-shadow: 1px 1px 3px 2px #b5cabd;">
Div content here</div>
This div box has shadow with color #b5cabd
#b5cabd Color Palettes
Comments
No comments written yet.
Please login to write comment.