Color spaces of #deadae
RGB | 222 | 173 | 174 |
---|---|---|---|
HSL | 1.00 | 0.43 | 0.77 |
HSV | 359° | 22° | 87° |
CMYK | 0.00 | 0.22 | 0.22 0.13 |
XYZ | 52.7078 | 48.4727 | 46.6226 |
Yxy | 48.4727 | 0.3566 | 0.3280 |
Hunter Lab | 69.6223 | 13.2949 | 9.0321 |
CIE-Lab | 75.1221 | 18.0182 | 6.3623 |
#deadae color RGB value is (222,173,174).
#deadae hex color red value is 222, green value is 173 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #deadae hue: 1.00 , saturation: 0.43 and the lightness value of deadae is 0.77.
The process color (four color CMYK) of #deadae color hex is 0.00, 0.22, 0.22, 0.13. Web safe color of #deadae is #cc9999. Color #deadae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10101101 | 10101110 |
Octal | 336 | 255 | 256 |
Decimal | 222 | 173 | 174 |
Hex | DE | AD | AE |
Shades of #deadae
Tints of #deadae
RGB Percentages of Color #deadae
CMYK Percentages of Color #deadae
Complementary Color
#deadae | #addedd |
#deadae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deadae Color Preview on White Background
Lorem ipsum dolor sit amet.
#deadae Color CSS Codes
.mybgcolor {background-color:#deadae; } .myforecolor {color:#deadae; } .mybordercolor {border:3px solid #deadae; }
#deadae Text Font Color
<p style="color:#deadae">Text here</p>
This sample text font color is #deadae
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.
#deadae Background Color
<div style="background-color:#deadae">
Div content here</div>
This div background color is #deadae
#deadae Border Color
<div style="border:3px solid #deadae">
Div here</div>
This div border color is #deadae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,173,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deadae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deadae; -webkit-box-shadow: 1px 1px 3px 2px #deadae; box-shadow: 1px 1px 3px 2px #deadae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,173,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 #deadae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deadae; -webkit-box-shadow: 1px 1px 3px 2px #deadae; box-shadow: 1px 1px 3px 2px #deadae;">
Div content here</div>
This div box has shadow with color #deadae
Comments
No comments written yet.
Please login to write comment.