Color spaces of #beaeac
RGB | 190 | 174 | 172 |
---|---|---|---|
HSL | 0.02 | 0.12 | 0.71 |
HSV | 7° | 9° | 75° |
CMYK | 0.00 | 0.08 | 0.09 0.25 |
XYZ | 43.8177 | 44.1978 | 45.2513 |
Yxy | 44.1978 | 0.3288 | 0.3316 |
Hunter Lab | 66.4814 | 1.3063 | 6.1806 |
CIE-Lab | 72.3605 | 5.3904 | 3.0936 |
#beaeac color RGB value is (190,174,172).
#beaeac hex color red value is 190, green value is 174 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #beaeac hue: 0.02 , saturation: 0.12 and the lightness value of beaeac is 0.71.
The process color (four color CMYK) of #beaeac color hex is 0.00, 0.08, 0.09, 0.25. Web safe color of #beaeac is #cc9999. Color #beaeac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10101110 | 10101100 |
Octal | 276 | 256 | 254 |
Decimal | 190 | 174 | 172 |
Hex | BE | AE | AC |
Shades of #beaeac
Tints of #beaeac
RGB Percentages of Color #beaeac
CMYK Percentages of Color #beaeac
Complementary Color
#beaeac | #acbcbe |
#beaeac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beaeac Color Preview on White Background
Lorem ipsum dolor sit amet.
#beaeac Color CSS Codes
.mybgcolor {background-color:#beaeac; } .myforecolor {color:#beaeac; } .mybordercolor {border:3px solid #beaeac; }
#beaeac Text Font Color
<p style="color:#beaeac">Text here</p>
This sample text font color is #beaeac
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.
#beaeac Background Color
<div style="background-color:#beaeac">
Div content here</div>
This div background color is #beaeac
#beaeac Border Color
<div style="border:3px solid #beaeac">
Div here</div>
This div border color is #beaeac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,174,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beaeac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beaeac; -webkit-box-shadow: 1px 1px 3px 2px #beaeac; box-shadow: 1px 1px 3px 2px #beaeac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,174,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beaeac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beaeac; -webkit-box-shadow: 1px 1px 3px 2px #beaeac; box-shadow: 1px 1px 3px 2px #beaeac;">
Div content here</div>
This div box has shadow with color #beaeac
Comments
No comments written yet.
Please login to write comment.