Color spaces of #bdd19b
RGB | 189 | 209 | 155 |
---|---|---|---|
HSL | 0.23 | 0.37 | 0.71 |
HSV | 82° | 26° | 82° |
CMYK | 0.10 | 0.00 | 0.26 0.18 |
XYZ | 49.7031 | 58.7863 | 39.7376 |
Yxy | 58.7863 | 0.3353 | 0.3966 |
Hunter Lab | 76.6722 | -18.4630 | 22.9418 |
CIE-Lab | 81.1740 | -16.0266 | 24.6156 |
#bdd19b color RGB value is (189,209,155).
#bdd19b hex color red value is 189, green value is 209 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bdd19b hue: 0.23 , saturation: 0.37 and the lightness value of bdd19b is 0.71.
The process color (four color CMYK) of #bdd19b color hex is 0.10, 0.00, 0.26, 0.18. Web safe color of #bdd19b is #cccc99. Color #bdd19b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11010001 | 10011011 |
Octal | 275 | 321 | 233 |
Decimal | 189 | 209 | 155 |
Hex | BD | D1 | 9B |
Shades of #bdd19b
Tints of #bdd19b
RGB Percentages of Color #bdd19b
CMYK Percentages of Color #bdd19b
Complementary Color
#bdd19b | #af9bd1 |
#bdd19b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdd19b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdd19b Color CSS Codes
.mybgcolor {background-color:#bdd19b; } .myforecolor {color:#bdd19b; } .mybordercolor {border:3px solid #bdd19b; }
#bdd19b Text Font Color
<p style="color:#bdd19b">Text here</p>
This sample text font color is #bdd19b
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.
#bdd19b Background Color
<div style="background-color:#bdd19b">
Div content here</div>
This div background color is #bdd19b
#bdd19b Border Color
<div style="border:3px solid #bdd19b">
Div here</div>
This div border color is #bdd19b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,209,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdd19b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdd19b; -webkit-box-shadow: 1px 1px 3px 2px #bdd19b; box-shadow: 1px 1px 3px 2px #bdd19b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,209,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdd19b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdd19b; -webkit-box-shadow: 1px 1px 3px 2px #bdd19b; box-shadow: 1px 1px 3px 2px #bdd19b;">
Div content here</div>
This div box has shadow with color #bdd19b
Comments
No comments written yet.
Please login to write comment.