Color spaces of #bea88d
RGB | 190 | 168 | 141 |
---|---|---|---|
HSL | 0.09 | 0.27 | 0.65 |
HSV | 33° | 26° | 75° |
CMYK | 0.00 | 0.12 | 0.26 0.25 |
XYZ | 40.0456 | 40.8755 | 30.9784 |
Yxy | 40.8755 | 0.3579 | 0.3653 |
Hunter Lab | 63.9340 | -0.0793 | 16.0255 |
CIE-Lab | 70.0886 | 3.7651 | 16.8871 |
#bea88d color RGB value is (190,168,141).
#bea88d hex color red value is 190, green value is 168 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bea88d hue: 0.09 , saturation: 0.27 and the lightness value of bea88d is 0.65.
The process color (four color CMYK) of #bea88d color hex is 0.00, 0.12, 0.26, 0.25. Web safe color of #bea88d is #cc9999. Color #bea88d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10101000 | 10001101 |
Octal | 276 | 250 | 215 |
Decimal | 190 | 168 | 141 |
Hex | BE | A8 | 8D |
Shades of #bea88d
Tints of #bea88d
RGB Percentages of Color #bea88d
CMYK Percentages of Color #bea88d
Complementary Color
#bea88d | #8da3be |
#bea88d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bea88d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bea88d Color CSS Codes
.mybgcolor {background-color:#bea88d; } .myforecolor {color:#bea88d; } .mybordercolor {border:3px solid #bea88d; }
#bea88d Text Font Color
<p style="color:#bea88d">Text here</p>
This sample text font color is #bea88d
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.
#bea88d Background Color
<div style="background-color:#bea88d">
Div content here</div>
This div background color is #bea88d
#bea88d Border Color
<div style="border:3px solid #bea88d">
Div here</div>
This div border color is #bea88d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,168,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bea88d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bea88d; -webkit-box-shadow: 1px 1px 3px 2px #bea88d; box-shadow: 1px 1px 3px 2px #bea88d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,168,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bea88d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bea88d; -webkit-box-shadow: 1px 1px 3px 2px #bea88d; box-shadow: 1px 1px 3px 2px #bea88d;">
Div content here</div>
This div box has shadow with color #bea88d
Comments
No comments written yet.
Please login to write comment.