Color spaces of #bdcaa9
RGB | 189 | 202 | 169 |
---|---|---|---|
HSL | 0.23 | 0.24 | 0.73 |
HSV | 84° | 16° | 79° |
CMYK | 0.06 | 0.00 | 0.16 0.21 |
XYZ | 49.2682 | 55.9244 | 45.7339 |
Yxy | 55.9244 | 0.3264 | 0.3705 |
Hunter Lab | 74.7826 | -13.2704 | 16.0886 |
CIE-Lab | 79.5708 | -10.2945 | 14.9964 |
#bdcaa9 color RGB value is (189,202,169).
#bdcaa9 hex color red value is 189, green value is 202 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #bdcaa9 hue: 0.23 , saturation: 0.24 and the lightness value of bdcaa9 is 0.73.
The process color (four color CMYK) of #bdcaa9 color hex is 0.06, 0.00, 0.16, 0.21. Web safe color of #bdcaa9 is #cccc99. Color #bdcaa9 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11001010 | 10101001 |
Octal | 275 | 312 | 251 |
Decimal | 189 | 202 | 169 |
Hex | BD | CA | A9 |
Shades of #bdcaa9
Tints of #bdcaa9
RGB Percentages of Color #bdcaa9
CMYK Percentages of Color #bdcaa9
Complementary Color
#bdcaa9 | #b6a9ca |
#bdcaa9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdcaa9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdcaa9 Color CSS Codes
.mybgcolor {background-color:#bdcaa9; } .myforecolor {color:#bdcaa9; } .mybordercolor {border:3px solid #bdcaa9; }
#bdcaa9 Text Font Color
<p style="color:#bdcaa9">Text here</p>
This sample text font color is #bdcaa9
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.
#bdcaa9 Background Color
<div style="background-color:#bdcaa9">
Div content here</div>
This div background color is #bdcaa9
#bdcaa9 Border Color
<div style="border:3px solid #bdcaa9">
Div here</div>
This div border color is #bdcaa9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,202,169, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdcaa9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdcaa9; -webkit-box-shadow: 1px 1px 3px 2px #bdcaa9; box-shadow: 1px 1px 3px 2px #bdcaa9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,202,169, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdcaa9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdcaa9; -webkit-box-shadow: 1px 1px 3px 2px #bdcaa9; box-shadow: 1px 1px 3px 2px #bdcaa9;">
Div content here</div>
This div box has shadow with color #bdcaa9
Comments
No comments written yet.
Please login to write comment.