Color spaces of #bdd0ae
RGB | 189 | 208 | 174 |
---|---|---|---|
HSL | 0.26 | 0.27 | 0.75 |
HSV | 94° | 16° | 82° |
CMYK | 0.09 | 0.00 | 0.16 0.18 |
XYZ | 51.1821 | 58.9866 | 48.7324 |
Yxy | 58.9866 | 0.3221 | 0.3712 |
Hunter Lab | 76.8027 | -15.4506 | 16.1416 |
CIE-Lab | 81.2842 | -12.5452 | 14.7463 |
#bdd0ae color RGB value is (189,208,174).
#bdd0ae hex color red value is 189, green value is 208 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bdd0ae hue: 0.26 , saturation: 0.27 and the lightness value of bdd0ae is 0.75.
The process color (four color CMYK) of #bdd0ae color hex is 0.09, 0.00, 0.16, 0.18. Web safe color of #bdd0ae is #cccc99. Color #bdd0ae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11010000 | 10101110 |
Octal | 275 | 320 | 256 |
Decimal | 189 | 208 | 174 |
Hex | BD | D0 | AE |
Shades of #bdd0ae
Tints of #bdd0ae
RGB Percentages of Color #bdd0ae
CMYK Percentages of Color #bdd0ae
Complementary Color
#bdd0ae | #c1aed0 |
#bdd0ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdd0ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdd0ae Color CSS Codes
.mybgcolor {background-color:#bdd0ae; } .myforecolor {color:#bdd0ae; } .mybordercolor {border:3px solid #bdd0ae; }
#bdd0ae Text Font Color
<p style="color:#bdd0ae">Text here</p>
This sample text font color is #bdd0ae
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.
#bdd0ae Background Color
<div style="background-color:#bdd0ae">
Div content here</div>
This div background color is #bdd0ae
#bdd0ae Border Color
<div style="border:3px solid #bdd0ae">
Div here</div>
This div border color is #bdd0ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,208,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdd0ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdd0ae; -webkit-box-shadow: 1px 1px 3px 2px #bdd0ae; box-shadow: 1px 1px 3px 2px #bdd0ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,208,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdd0ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdd0ae; -webkit-box-shadow: 1px 1px 3px 2px #bdd0ae; box-shadow: 1px 1px 3px 2px #bdd0ae;">
Div content here</div>
This div box has shadow with color #bdd0ae
Comments
No comments written yet.
Please login to write comment.