Color spaces of #d2aebe
RGB | 210 | 174 | 190 |
---|---|---|---|
HSL | 0.93 | 0.29 | 0.75 |
HSV | 333° | 17° | 82° |
CMYK | 0.00 | 0.17 | 0.10 0.18 |
XYZ | 51.0087 | 47.6914 | 55.2321 |
Yxy | 47.6914 | 0.3314 | 0.3098 |
Hunter Lab | 69.0590 | 10.9914 | 0.9222 |
CIE-Lab | 74.6299 | 15.6775 | -3.2464 |
#d2aebe color RGB value is (210,174,190).
#d2aebe hex color red value is 210, green value is 174 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d2aebe hue: 0.93 , saturation: 0.29 and the lightness value of d2aebe is 0.75.
The process color (four color CMYK) of #d2aebe color hex is 0.00, 0.17, 0.10, 0.18. Web safe color of #d2aebe is #cc99cc. Color #d2aebe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 10101110 | 10111110 |
Octal | 322 | 256 | 276 |
Decimal | 210 | 174 | 190 |
Hex | D2 | AE | BE |
Shades of #d2aebe
Tints of #d2aebe
RGB Percentages of Color #d2aebe
CMYK Percentages of Color #d2aebe
Complementary Color
#d2aebe | #aed2c2 |
#d2aebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d2aebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d2aebe Color CSS Codes
.mybgcolor {background-color:#d2aebe; } .myforecolor {color:#d2aebe; } .mybordercolor {border:3px solid #d2aebe; }
#d2aebe Text Font Color
<p style="color:#d2aebe">Text here</p>
This sample text font color is #d2aebe
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.
#d2aebe Background Color
<div style="background-color:#d2aebe">
Div content here</div>
This div background color is #d2aebe
#d2aebe Border Color
<div style="border:3px solid #d2aebe">
Div here</div>
This div border color is #d2aebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,174,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d2aebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d2aebe; -webkit-box-shadow: 1px 1px 3px 2px #d2aebe; box-shadow: 1px 1px 3px 2px #d2aebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,174,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d2aebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d2aebe; -webkit-box-shadow: 1px 1px 3px 2px #d2aebe; box-shadow: 1px 1px 3px 2px #d2aebe;">
Div content here</div>
This div box has shadow with color #d2aebe
Comments
No comments written yet.
Please login to write comment.