color details

Color Details
#bda662 Color Hex

#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
Color spaces of #bda662Value
RGB189, 166, 98
HSL0.12, 0.41, 0.56
HSV45°, 48°, 74°
XYZ36.83, 38.97, 17.14
Base Numbers
Base Red Green Blue
Binary 10111101 10100110 1100010
Octal 275 246 142
Decimal 189 166 98
Hex BD A6 62

RGB Percentages for Color #bda662

41.72%
36.64%
21.63%

CMYK Percentages of the Color #bda662

12.17%
48.15%
25.88%
CSS Codes for Color #bda662
.mybgColor {background-color: #bda662;}
.myforeColor {color: #bda662;}
.myborderColor {border:3px solid #bda662;}
Text Font Color #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,

Background Color #bda662

<div style="background-color:#bda662">Div content here</div>

The background color of this div is #bda662
Border Color #bda662

<div style="border:3px solid #bda662">Div here</div>

The border color of this div is #bda662
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189, 166, 98, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #bda662;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #bda662

Scroll to Top