Color spaces of #de98ac
RGB | 222 | 152 | 172 |
---|---|---|---|
HSL | 0.95 | 0.51 | 0.73 |
HSV | 343° | 32° | 87° |
CMYK | 0.00 | 0.32 | 0.23 0.13 |
XYZ | 48.7988 | 40.9646 | 44.3647 |
Yxy | 40.9646 | 0.3638 | 0.3054 |
Hunter Lab | 64.0036 | 24.0890 | 3.7051 |
CIE-Lab | 70.1511 | 29.0278 | 0.2655 |
#de98ac color RGB value is (222,152,172).
#de98ac hex color red value is 222, green value is 152 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #de98ac hue: 0.95 , saturation: 0.51 and the lightness value of de98ac is 0.73.
The process color (four color CMYK) of #de98ac color hex is 0.00, 0.32, 0.23, 0.13. Web safe color of #de98ac is #cc9999. Color #de98ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10011000 | 10101100 |
Octal | 336 | 230 | 254 |
Decimal | 222 | 152 | 172 |
Hex | DE | 98 | AC |
Shades of #de98ac
Tints of #de98ac
RGB Percentages of Color #de98ac
CMYK Percentages of Color #de98ac
Complementary Color
#de98ac | #98deca |
#de98ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de98ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#de98ac Color CSS Codes
.mybgcolor {background-color:#de98ac; } .myforecolor {color:#de98ac; } .mybordercolor {border:3px solid #de98ac; }
#de98ac Text Font Color
<p style="color:#de98ac">Text here</p>
This sample text font color is #de98ac
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.
#de98ac Background Color
<div style="background-color:#de98ac">
Div content here</div>
This div background color is #de98ac
#de98ac Border Color
<div style="border:3px solid #de98ac">
Div here</div>
This div border color is #de98ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,152,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de98ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de98ac; -webkit-box-shadow: 1px 1px 3px 2px #de98ac; box-shadow: 1px 1px 3px 2px #de98ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,152,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de98ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de98ac; -webkit-box-shadow: 1px 1px 3px 2px #de98ac; box-shadow: 1px 1px 3px 2px #de98ac;">
Div content here</div>
This div box has shadow with color #de98ac
Comments
No comments written yet.
Please login to write comment.