Color spaces of #d3bbae
RGB | 211 | 187 | 174 |
---|---|---|---|
HSL | 0.06 | 0.30 | 0.75 |
HSV | 21° | 18° | 83° |
CMYK | 0.00 | 0.11 | 0.18 0.17 |
XYZ | 52.2743 | 52.4455 | 47.4122 |
Yxy | 52.4455 | 0.3436 | 0.3447 |
Hunter Lab | 72.4193 | 2.1127 | 11.8769 |
CIE-Lab | 77.5465 | 6.4390 | 9.6960 |
#d3bbae color RGB value is (211,187,174).
#d3bbae hex color red value is 211, green value is 187 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d3bbae hue: 0.06 , saturation: 0.30 and the lightness value of d3bbae is 0.75.
The process color (four color CMYK) of #d3bbae color hex is 0.00, 0.11, 0.18, 0.17. Web safe color of #d3bbae is #cccc99. Color #d3bbae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 10111011 | 10101110 |
Octal | 323 | 273 | 256 |
Decimal | 211 | 187 | 174 |
Hex | D3 | BB | AE |
Shades of #d3bbae
Tints of #d3bbae
RGB Percentages of Color #d3bbae
CMYK Percentages of Color #d3bbae
Complementary Color
#d3bbae | #aec6d3 |
#d3bbae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d3bbae Color Preview on White Background
Lorem ipsum dolor sit amet.
#d3bbae Color CSS Codes
.mybgcolor {background-color:#d3bbae; } .myforecolor {color:#d3bbae; } .mybordercolor {border:3px solid #d3bbae; }
#d3bbae Text Font Color
<p style="color:#d3bbae">Text here</p>
This sample text font color is #d3bbae
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.
#d3bbae Background Color
<div style="background-color:#d3bbae">
Div content here</div>
This div background color is #d3bbae
#d3bbae Border Color
<div style="border:3px solid #d3bbae">
Div here</div>
This div border color is #d3bbae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,187,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d3bbae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d3bbae; -webkit-box-shadow: 1px 1px 3px 2px #d3bbae; box-shadow: 1px 1px 3px 2px #d3bbae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,187,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 #d3bbae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d3bbae; -webkit-box-shadow: 1px 1px 3px 2px #d3bbae; box-shadow: 1px 1px 3px 2px #d3bbae;">
Div content here</div>
This div box has shadow with color #d3bbae
Comments
No comments written yet.
Please login to write comment.