#bda662 color RGB value is (11, 218, 102).
#bda662 hex color red value is 11, green value is 218, and blue value is 102.
Cylindrical-coordinate representations (HSL) of color #bda662
hue: 146.38,
saturation: 0.9 and lightness: 0.45.
The process color (four-color CMYK) of #bda662 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #bda662 is #ff9999. Color #bda662 contains mainly RED.
Color spaces of #bda662 | Value |
---|---|
RGB | 189, 166, 98 |
HSL | 0.12, 0.41, 0.56 |
HSV | 45°, 48°, 74° |
XYZ | 36.83, 38.97, 17.14 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10100110 | 1100010 |
Octal | 275 | 246 | 142 |
Decimal | 189 | 166 | 98 |
Hex | BD | A6 | 62 |
Shades of #bda662
Tints of #bda662
.mybgColor {background-color: #bda662;} .myforeColor {color: #bda662;} .myborderColor {border:3px solid #bda662;}
<p style="color:#bda662">Text here</p>
This sample text is styled with the font color #bda662. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#bda662">Div content here</div>
<div style="border:3px solid #bda662">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189, 166, 98, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bda662; } .divShadow { -moz-box-shadow: 1px 1px 3px #bda662; -webkit-box-shadow: 1px 1px 3px #bda662; box-shadow: 1px 1px 3px #bda662; }
<p style="text-shadow: 4px 4px 2px rgba(189, 166, 98, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #bda662;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #bda662;
-webkit-box-shadow: 1px 1px 3px #bda662;
box-shadow: 1px 1px 3px #bda662;">Div content here</div>