Color spaces of #beaca5
RGB | 190 | 172 | 165 |
---|---|---|---|
HSL | 0.05 | 0.16 | 0.70 |
HSV | 17° | 13° | 75° |
CMYK | 0.00 | 0.09 | 0.13 0.25 |
XYZ | 42.7793 | 43.1688 | 41.6750 |
Yxy | 43.1688 | 0.3352 | 0.3383 |
Hunter Lab | 65.7030 | 1.2414 | 8.3848 |
CIE-Lab | 71.6694 | 5.2938 | 5.9423 |
#beaca5 color RGB value is (190,172,165).
#beaca5 hex color red value is 190, green value is 172 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #beaca5 hue: 0.05 , saturation: 0.16 and the lightness value of beaca5 is 0.70.
The process color (four color CMYK) of #beaca5 color hex is 0.00, 0.09, 0.13, 0.25. Web safe color of #beaca5 is #cc9999. Color #beaca5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10101100 | 10100101 |
Octal | 276 | 254 | 245 |
Decimal | 190 | 172 | 165 |
Hex | BE | AC | A5 |
Shades of #beaca5
Tints of #beaca5
RGB Percentages of Color #beaca5
CMYK Percentages of Color #beaca5
Complementary Color
#beaca5 | #a5b7be |
#beaca5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beaca5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#beaca5 Color CSS Codes
.mybgcolor {background-color:#beaca5; } .myforecolor {color:#beaca5; } .mybordercolor {border:3px solid #beaca5; }
#beaca5 Text Font Color
<p style="color:#beaca5">Text here</p>
This sample text font color is #beaca5
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.
#beaca5 Background Color
<div style="background-color:#beaca5">
Div content here</div>
This div background color is #beaca5
#beaca5 Border Color
<div style="border:3px solid #beaca5">
Div here</div>
This div border color is #beaca5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,172,165, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beaca5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beaca5; -webkit-box-shadow: 1px 1px 3px 2px #beaca5; box-shadow: 1px 1px 3px 2px #beaca5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,172,165, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beaca5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beaca5; -webkit-box-shadow: 1px 1px 3px 2px #beaca5; box-shadow: 1px 1px 3px 2px #beaca5;">
Div content here</div>
This div box has shadow with color #beaca5
Comments
No comments written yet.
Please login to write comment.