Color spaces of #deadee
RGB | 222 | 173 | 238 |
---|---|---|---|
HSL | 0.79 | 0.66 | 0.81 |
HSV | 285° | 27° | 93° |
CMYK | 0.07 | 0.27 | 0.00 0.07 |
XYZ | 60.5004 | 51.5898 | 87.6580 |
Yxy | 51.5898 | 0.3029 | 0.2583 |
Hunter Lab | 71.8260 | 24.6583 | -22.0805 |
CIE-Lab | 77.0349 | 29.0946 | -25.6496 |
#deadee color RGB value is (222,173,238).
#deadee hex color red value is 222, green value is 173 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #deadee hue: 0.79 , saturation: 0.66 and the lightness value of deadee is 0.81.
The process color (four color CMYK) of #deadee color hex is 0.07, 0.27, 0.00, 0.07. Web safe color of #deadee is #cc99ff. Color #deadee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10101101 | 11101110 |
Octal | 336 | 255 | 356 |
Decimal | 222 | 173 | 238 |
Hex | DE | AD | EE |
Shades of #deadee
Tints of #deadee
RGB Percentages of Color #deadee
CMYK Percentages of Color #deadee
Complementary Color
#deadee | #bdeead |
#deadee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deadee Color Preview on White Background
Lorem ipsum dolor sit amet.
#deadee Color CSS Codes
.mybgcolor {background-color:#deadee; } .myforecolor {color:#deadee; } .mybordercolor {border:3px solid #deadee; }
#deadee Text Font Color
<p style="color:#deadee">Text here</p>
This sample text font color is #deadee
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.
#deadee Background Color
<div style="background-color:#deadee">
Div content here</div>
This div background color is #deadee
#deadee Border Color
<div style="border:3px solid #deadee">
Div here</div>
This div border color is #deadee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,173,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deadee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deadee; -webkit-box-shadow: 1px 1px 3px 2px #deadee; box-shadow: 1px 1px 3px 2px #deadee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,173,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deadee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deadee; -webkit-box-shadow: 1px 1px 3px 2px #deadee; box-shadow: 1px 1px 3px 2px #deadee;">
Div content here</div>
This div box has shadow with color #deadee
#deadee Color Palettes
Comments
No comments written yet.
Please login to write comment.