Color spaces of #d8dbba
RGB | 216 | 219 | 186 |
---|---|---|---|
HSL | 0.18 | 0.31 | 0.79 |
HSV | 65° | 15° | 86° |
CMYK | 0.01 | 0.00 | 0.15 0.14 |
XYZ | 62.5133 | 68.8071 | 56.4407 |
Yxy | 68.8071 | 0.3329 | 0.3665 |
Hunter Lab | 82.9500 | -10.6404 | 17.7231 |
CIE-Lab | 86.4084 | -6.5905 | 15.9064 |
#d8dbba color RGB value is (216,219,186).
#d8dbba hex color red value is 216, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d8dbba hue: 0.18 , saturation: 0.31 and the lightness value of d8dbba is 0.79.
The process color (four color CMYK) of #d8dbba color hex is 0.01, 0.00, 0.15, 0.14. Web safe color of #d8dbba is #cccccc. Color #d8dbba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 11011011 | 10111010 |
Octal | 330 | 333 | 272 |
Decimal | 216 | 219 | 186 |
Hex | D8 | DB | BA |
Shades of #d8dbba
Tints of #d8dbba
RGB Percentages of Color #d8dbba
CMYK Percentages of Color #d8dbba
Complementary Color
#d8dbba | #bdbadb |
#d8dbba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d8dbba Color Preview on White Background
Lorem ipsum dolor sit amet.
#d8dbba Color CSS Codes
.mybgcolor {background-color:#d8dbba; } .myforecolor {color:#d8dbba; } .mybordercolor {border:3px solid #d8dbba; }
#d8dbba Text Font Color
<p style="color:#d8dbba">Text here</p>
This sample text font color is #d8dbba
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.
#d8dbba Background Color
<div style="background-color:#d8dbba">
Div content here</div>
This div background color is #d8dbba
#d8dbba Border Color
<div style="border:3px solid #d8dbba">
Div here</div>
This div border color is #d8dbba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,219,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d8dbba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d8dbba; -webkit-box-shadow: 1px 1px 3px 2px #d8dbba; box-shadow: 1px 1px 3px 2px #d8dbba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,219,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d8dbba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d8dbba; -webkit-box-shadow: 1px 1px 3px 2px #d8dbba; box-shadow: 1px 1px 3px 2px #d8dbba;">
Div content here</div>
This div box has shadow with color #d8dbba
Comments
No comments written yet.
Please login to write comment.