Color spaces of #ddec91
RGB | 221 | 236 | 145 |
---|---|---|---|
HSL | 0.19 | 0.71 | 0.75 |
HSV | 70° | 39° | 93° |
CMYK | 0.06 | 0.00 | 0.39 0.07 |
XYZ | 64.9251 | 77.4074 | 38.3073 |
Yxy | 77.4074 | 0.3594 | 0.4285 |
Hunter Lab | 87.9815 | -22.2452 | 35.7721 |
CIE-Lab | 90.5088 | -18.7429 | 42.4459 |
#ddec91 color RGB value is (221,236,145).
#ddec91 hex color red value is 221, green value is 236 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #ddec91 hue: 0.19 , saturation: 0.71 and the lightness value of ddec91 is 0.75.
The process color (four color CMYK) of #ddec91 color hex is 0.06, 0.00, 0.39, 0.07. Web safe color of #ddec91 is #ccff99. Color #ddec91 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11101100 | 10010001 |
Octal | 335 | 354 | 221 |
Decimal | 221 | 236 | 145 |
Hex | DD | EC | 91 |
Shades of #ddec91
Tints of #ddec91
RGB Percentages of Color #ddec91
CMYK Percentages of Color #ddec91
Complementary Color
#ddec91 | #a091ec |
#ddec91 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddec91 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddec91 Color CSS Codes
.mybgcolor {background-color:#ddec91; } .myforecolor {color:#ddec91; } .mybordercolor {border:3px solid #ddec91; }
#ddec91 Text Font Color
<p style="color:#ddec91">Text here</p>
This sample text font color is #ddec91
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.
#ddec91 Background Color
<div style="background-color:#ddec91">
Div content here</div>
This div background color is #ddec91
#ddec91 Border Color
<div style="border:3px solid #ddec91">
Div here</div>
This div border color is #ddec91
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,236,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddec91; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddec91; -webkit-box-shadow: 1px 1px 3px 2px #ddec91; box-shadow: 1px 1px 3px 2px #ddec91; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,236,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddec91">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddec91; -webkit-box-shadow: 1px 1px 3px 2px #ddec91; box-shadow: 1px 1px 3px 2px #ddec91;">
Div content here</div>
This div box has shadow with color #ddec91
Comments
No comments written yet.
Please login to write comment.