Color spaces of #ddeca4
RGB | 221 | 236 | 164 |
---|---|---|---|
HSL | 0.20 | 0.65 | 0.78 |
HSV | 73° | 31° | 93° |
CMYK | 0.06 | 0.00 | 0.31 0.07 |
XYZ | 66.5151 | 78.0434 | 46.6801 |
Yxy | 78.0434 | 0.3478 | 0.4081 |
Hunter Lab | 88.3422 | -20.2016 | 30.5106 |
CIE-Lab | 90.7997 | -16.4311 | 33.3307 |
#ddeca4 color RGB value is (221,236,164).
#ddeca4 hex color red value is 221, green value is 236 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #ddeca4 hue: 0.20 , saturation: 0.65 and the lightness value of ddeca4 is 0.78.
The process color (four color CMYK) of #ddeca4 color hex is 0.06, 0.00, 0.31, 0.07. Web safe color of #ddeca4 is #ccff99. Color #ddeca4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11101100 | 10100100 |
Octal | 335 | 354 | 244 |
Decimal | 221 | 236 | 164 |
Hex | DD | EC | A4 |
Shades of #ddeca4
Tints of #ddeca4
RGB Percentages of Color #ddeca4
CMYK Percentages of Color #ddeca4
Complementary Color
#ddeca4 | #b3a4ec |
#ddeca4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddeca4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddeca4 Color CSS Codes
.mybgcolor {background-color:#ddeca4; } .myforecolor {color:#ddeca4; } .mybordercolor {border:3px solid #ddeca4; }
#ddeca4 Text Font Color
<p style="color:#ddeca4">Text here</p>
This sample text font color is #ddeca4
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.
#ddeca4 Background Color
<div style="background-color:#ddeca4">
Div content here</div>
This div background color is #ddeca4
#ddeca4 Border Color
<div style="border:3px solid #ddeca4">
Div here</div>
This div border color is #ddeca4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,236,164, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddeca4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddeca4; -webkit-box-shadow: 1px 1px 3px 2px #ddeca4; box-shadow: 1px 1px 3px 2px #ddeca4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,236,164, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddeca4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddeca4; -webkit-box-shadow: 1px 1px 3px 2px #ddeca4; box-shadow: 1px 1px 3px 2px #ddeca4;">
Div content here</div>
This div box has shadow with color #ddeca4
Comments
No comments written yet.
Please login to write comment.