Color spaces of #d4accb
RGB | 212 | 172 | 203 |
---|---|---|---|
HSL | 0.87 | 0.32 | 0.75 |
HSV | 314° | 19° | 83° |
CMYK | 0.00 | 0.19 | 0.04 0.17 |
XYZ | 52.6834 | 47.8139 | 62.9522 |
Yxy | 47.8139 | 0.3223 | 0.2925 |
Hunter Lab | 69.1476 | 14.9905 | -5.5745 |
CIE-Lab | 74.7074 | 19.7423 | -10.2227 |
#d4accb color RGB value is (212,172,203).
#d4accb hex color red value is 212, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d4accb hue: 0.87 , saturation: 0.32 and the lightness value of d4accb is 0.75.
The process color (four color CMYK) of #d4accb color hex is 0.00, 0.19, 0.04, 0.17. Web safe color of #d4accb is #cc99cc. Color #d4accb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 10101100 | 11001011 |
Octal | 324 | 254 | 313 |
Decimal | 212 | 172 | 203 |
Hex | D4 | AC | CB |
Shades of #d4accb
Tints of #d4accb
RGB Percentages of Color #d4accb
CMYK Percentages of Color #d4accb
Complementary Color
#d4accb | #acd4b5 |
#d4accb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4accb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4accb Color CSS Codes
.mybgcolor {background-color:#d4accb; } .myforecolor {color:#d4accb; } .mybordercolor {border:3px solid #d4accb; }
#d4accb Text Font Color
<p style="color:#d4accb">Text here</p>
This sample text font color is #d4accb
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.
#d4accb Background Color
<div style="background-color:#d4accb">
Div content here</div>
This div background color is #d4accb
#d4accb Border Color
<div style="border:3px solid #d4accb">
Div here</div>
This div border color is #d4accb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,172,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4accb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4accb; -webkit-box-shadow: 1px 1px 3px 2px #d4accb; box-shadow: 1px 1px 3px 2px #d4accb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,172,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4accb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4accb; -webkit-box-shadow: 1px 1px 3px 2px #d4accb; box-shadow: 1px 1px 3px 2px #d4accb;">
Div content here</div>
This div box has shadow with color #d4accb
Comments
No comments written yet.
Please login to write comment.