Color spaces of #deeabd
RGB | 222 | 234 | 189 |
---|---|---|---|
HSL | 0.21 | 0.52 | 0.83 |
HSV | 76° | 19° | 92° |
CMYK | 0.05 | 0.00 | 0.19 0.08 |
XYZ | 68.7323 | 78.0494 | 59.5866 |
Yxy | 78.0494 | 0.3331 | 0.3782 |
Hunter Lab | 88.3456 | -15.7329 | 21.8525 |
CIE-Lab | 90.8024 | -11.5643 | 20.5511 |
#deeabd color RGB value is (222,234,189).
#deeabd hex color red value is 222, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #deeabd hue: 0.21 , saturation: 0.52 and the lightness value of deeabd is 0.83.
The process color (four color CMYK) of #deeabd color hex is 0.05, 0.00, 0.19, 0.08. Web safe color of #deeabd is #ccffcc. Color #deeabd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11101010 | 10111101 |
Octal | 336 | 352 | 275 |
Decimal | 222 | 234 | 189 |
Hex | DE | EA | BD |
Shades of #deeabd
Tints of #deeabd
RGB Percentages of Color #deeabd
CMYK Percentages of Color #deeabd
Complementary Color
#deeabd | #c9bdea |
#deeabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deeabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#deeabd Color CSS Codes
.mybgcolor {background-color:#deeabd; } .myforecolor {color:#deeabd; } .mybordercolor {border:3px solid #deeabd; }
#deeabd Text Font Color
<p style="color:#deeabd">Text here</p>
This sample text font color is #deeabd
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.
#deeabd Background Color
<div style="background-color:#deeabd">
Div content here</div>
This div background color is #deeabd
#deeabd Border Color
<div style="border:3px solid #deeabd">
Div here</div>
This div border color is #deeabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,234,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deeabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deeabd; -webkit-box-shadow: 1px 1px 3px 2px #deeabd; box-shadow: 1px 1px 3px 2px #deeabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,234,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deeabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deeabd; -webkit-box-shadow: 1px 1px 3px 2px #deeabd; box-shadow: 1px 1px 3px 2px #deeabd;">
Div content here</div>
This div box has shadow with color #deeabd
Comments
No comments written yet.
Please login to write comment.