Color spaces of #beabba
RGB | 190 | 171 | 186 |
---|---|---|---|
HSL | 0.87 | 0.13 | 0.71 |
HSV | 313° | 10° | 75° |
CMYK | 0.00 | 0.10 | 0.02 0.25 |
XYZ | 44.6610 | 43.6181 | 52.5196 |
Yxy | 43.6181 | 0.3172 | 0.3098 |
Hunter Lab | 66.0440 | 5.1302 | -0.9179 |
CIE-Lab | 71.9725 | 9.5250 | -5.1730 |
#beabba color RGB value is (190,171,186).
#beabba hex color red value is 190, green value is 171 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #beabba hue: 0.87 , saturation: 0.13 and the lightness value of beabba is 0.71.
The process color (four color CMYK) of #beabba color hex is 0.00, 0.10, 0.02, 0.25. Web safe color of #beabba is #cc99cc. Color #beabba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10101011 | 10111010 |
Octal | 276 | 253 | 272 |
Decimal | 190 | 171 | 186 |
Hex | BE | AB | BA |
Shades of #beabba
Tints of #beabba
RGB Percentages of Color #beabba
CMYK Percentages of Color #beabba
Complementary Color
#beabba | #abbeaf |
#beabba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beabba Color Preview on White Background
Lorem ipsum dolor sit amet.
#beabba Color CSS Codes
.mybgcolor {background-color:#beabba; } .myforecolor {color:#beabba; } .mybordercolor {border:3px solid #beabba; }
#beabba Text Font Color
<p style="color:#beabba">Text here</p>
This sample text font color is #beabba
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.
#beabba Background Color
<div style="background-color:#beabba">
Div content here</div>
This div background color is #beabba
#beabba Border Color
<div style="border:3px solid #beabba">
Div here</div>
This div border color is #beabba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,171,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beabba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beabba; -webkit-box-shadow: 1px 1px 3px 2px #beabba; box-shadow: 1px 1px 3px 2px #beabba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,171,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 #beabba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beabba; -webkit-box-shadow: 1px 1px 3px 2px #beabba; box-shadow: 1px 1px 3px 2px #beabba;">
Div content here</div>
This div box has shadow with color #beabba
Comments
No comments written yet.
Please login to write comment.