Color spaces of #d0aebb
RGB | 208 | 174 | 187 |
---|---|---|---|
HSL | 0.94 | 0.27 | 0.75 |
HSV | 337° | 16° | 82° |
CMYK | 0.00 | 0.16 | 0.10 0.18 |
XYZ | 50.1181 | 47.2699 | 53.4962 |
Yxy | 47.2699 | 0.3322 | 0.3133 |
Hunter Lab | 68.7531 | 9.8010 | 1.9941 |
CIE-Lab | 74.3621 | 14.4531 | -2.0193 |
#d0aebb color RGB value is (208,174,187).
#d0aebb hex color red value is 208, green value is 174 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d0aebb hue: 0.94 , saturation: 0.27 and the lightness value of d0aebb is 0.75.
The process color (four color CMYK) of #d0aebb color hex is 0.00, 0.16, 0.10, 0.18. Web safe color of #d0aebb is #cc99cc. Color #d0aebb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10101110 | 10111011 |
Octal | 320 | 256 | 273 |
Decimal | 208 | 174 | 187 |
Hex | D0 | AE | BB |
Shades of #d0aebb
Tints of #d0aebb
RGB Percentages of Color #d0aebb
CMYK Percentages of Color #d0aebb
Complementary Color
#d0aebb | #aed0c3 |
#d0aebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0aebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0aebb Color CSS Codes
.mybgcolor {background-color:#d0aebb; } .myforecolor {color:#d0aebb; } .mybordercolor {border:3px solid #d0aebb; }
#d0aebb Text Font Color
<p style="color:#d0aebb">Text here</p>
This sample text font color is #d0aebb
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.
#d0aebb Background Color
<div style="background-color:#d0aebb">
Div content here</div>
This div background color is #d0aebb
#d0aebb Border Color
<div style="border:3px solid #d0aebb">
Div here</div>
This div border color is #d0aebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,174,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0aebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0aebb; -webkit-box-shadow: 1px 1px 3px 2px #d0aebb; box-shadow: 1px 1px 3px 2px #d0aebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,174,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0aebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0aebb; -webkit-box-shadow: 1px 1px 3px 2px #d0aebb; box-shadow: 1px 1px 3px 2px #d0aebb;">
Div content here</div>
This div box has shadow with color #d0aebb
Comments
No comments written yet.
Please login to write comment.