Color spaces of #b5abbe
RGB | 181 | 171 | 190 |
---|---|---|---|
HSL | 0.75 | 0.13 | 0.71 |
HSV | 272° | 10° | 75° |
CMYK | 0.05 | 0.10 | 0.00 0.25 |
XYZ | 42.9132 | 42.6673 | 54.6890 |
Yxy | 42.6673 | 0.3059 | 0.3042 |
Hunter Lab | 65.3202 | 2.9582 | -3.9161 |
CIE-Lab | 71.3286 | 7.1621 | -8.4138 |
#b5abbe color RGB value is (181,171,190).
#b5abbe hex color red value is 181, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b5abbe hue: 0.75 , saturation: 0.13 and the lightness value of b5abbe is 0.71.
The process color (four color CMYK) of #b5abbe color hex is 0.05, 0.10, 0.00, 0.25. Web safe color of #b5abbe is #cc99cc. Color #b5abbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10101011 | 10111110 |
Octal | 265 | 253 | 276 |
Decimal | 181 | 171 | 190 |
Hex | B5 | AB | BE |
Shades of #b5abbe
Tints of #b5abbe
RGB Percentages of Color #b5abbe
CMYK Percentages of Color #b5abbe
Complementary Color
#b5abbe | #b4beab |
#b5abbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5abbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5abbe Color CSS Codes
.mybgcolor {background-color:#b5abbe; } .myforecolor {color:#b5abbe; } .mybordercolor {border:3px solid #b5abbe; }
#b5abbe Text Font Color
<p style="color:#b5abbe">Text here</p>
This sample text font color is #b5abbe
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.
#b5abbe Background Color
<div style="background-color:#b5abbe">
Div content here</div>
This div background color is #b5abbe
#b5abbe Border Color
<div style="border:3px solid #b5abbe">
Div here</div>
This div border color is #b5abbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,171,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5abbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5abbe; -webkit-box-shadow: 1px 1px 3px 2px #b5abbe; box-shadow: 1px 1px 3px 2px #b5abbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,171,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5abbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5abbe; -webkit-box-shadow: 1px 1px 3px 2px #b5abbe; box-shadow: 1px 1px 3px 2px #b5abbe;">
Div content here</div>
This div box has shadow with color #b5abbe
Comments
No comments written yet.
Please login to write comment.