Color spaces of #deeba3
RGB | 222 | 235 | 163 |
---|---|---|---|
HSL | 0.20 | 0.64 | 0.78 |
HSV | 71° | 31° | 92° |
CMYK | 0.06 | 0.00 | 0.31 0.08 |
XYZ | 66.4434 | 77.5906 | 46.1249 |
Yxy | 77.5906 | 0.3494 | 0.4080 |
Hunter Lab | 88.0855 | -19.5061 | 30.6134 |
CIE-Lab | 90.5928 | -15.6987 | 33.5742 |
#deeba3 color RGB value is (222,235,163).
#deeba3 hex color red value is 222, green value is 235 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #deeba3 hue: 0.20 , saturation: 0.64 and the lightness value of deeba3 is 0.78.
The process color (four color CMYK) of #deeba3 color hex is 0.06, 0.00, 0.31, 0.08. Web safe color of #deeba3 is #ccff99. Color #deeba3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11101011 | 10100011 |
Octal | 336 | 353 | 243 |
Decimal | 222 | 235 | 163 |
Hex | DE | EB | A3 |
Shades of #deeba3
Tints of #deeba3
RGB Percentages of Color #deeba3
CMYK Percentages of Color #deeba3
Complementary Color
#deeba3 | #b0a3eb |
#deeba3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deeba3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#deeba3 Color CSS Codes
.mybgcolor {background-color:#deeba3; } .myforecolor {color:#deeba3; } .mybordercolor {border:3px solid #deeba3; }
#deeba3 Text Font Color
<p style="color:#deeba3">Text here</p>
This sample text font color is #deeba3
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.
#deeba3 Background Color
<div style="background-color:#deeba3">
Div content here</div>
This div background color is #deeba3
#deeba3 Border Color
<div style="border:3px solid #deeba3">
Div here</div>
This div border color is #deeba3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,235,163, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deeba3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deeba3; -webkit-box-shadow: 1px 1px 3px 2px #deeba3; box-shadow: 1px 1px 3px 2px #deeba3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,235,163, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deeba3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deeba3; -webkit-box-shadow: 1px 1px 3px 2px #deeba3; box-shadow: 1px 1px 3px 2px #deeba3;">
Div content here</div>
This div box has shadow with color #deeba3
Comments
No comments written yet.
Please login to write comment.