Color spaces of #b5aeba
RGB | 181 | 174 | 186 |
---|---|---|---|
HSL | 0.76 | 0.08 | 0.71 |
HSV | 275° | 6° | 73° |
CMYK | 0.03 | 0.06 | 0.00 0.27 |
XYZ | 43.0550 | 43.6410 | 52.6087 |
Yxy | 43.6410 | 0.3091 | 0.3133 |
Hunter Lab | 66.0613 | 0.7288 | -0.9733 |
CIE-Lab | 71.9879 | 4.7423 | -5.2351 |
#b5aeba color RGB value is (181,174,186).
#b5aeba hex color red value is 181, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b5aeba hue: 0.76 , saturation: 0.08 and the lightness value of b5aeba is 0.71.
The process color (four color CMYK) of #b5aeba color hex is 0.03, 0.06, 0.00, 0.27. Web safe color of #b5aeba is #cc99cc. Color #b5aeba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10101110 | 10111010 |
Octal | 265 | 256 | 272 |
Decimal | 181 | 174 | 186 |
Hex | B5 | AE | BA |
Shades of #b5aeba
Tints of #b5aeba
RGB Percentages of Color #b5aeba
CMYK Percentages of Color #b5aeba
Complementary Color
#b5aeba | #b3baae |
#b5aeba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5aeba Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5aeba Color CSS Codes
.mybgcolor {background-color:#b5aeba; } .myforecolor {color:#b5aeba; } .mybordercolor {border:3px solid #b5aeba; }
#b5aeba Text Font Color
<p style="color:#b5aeba">Text here</p>
This sample text font color is #b5aeba
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.
#b5aeba Background Color
<div style="background-color:#b5aeba">
Div content here</div>
This div background color is #b5aeba
#b5aeba Border Color
<div style="border:3px solid #b5aeba">
Div here</div>
This div border color is #b5aeba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,174,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5aeba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5aeba; -webkit-box-shadow: 1px 1px 3px 2px #b5aeba; box-shadow: 1px 1px 3px 2px #b5aeba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,174,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5aeba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5aeba; -webkit-box-shadow: 1px 1px 3px 2px #b5aeba; box-shadow: 1px 1px 3px 2px #b5aeba;">
Div content here</div>
This div box has shadow with color #b5aeba
Comments
No comments written yet.
Please login to write comment.