Color spaces of #ddf383
RGB | 221 | 243 | 131 |
---|---|---|---|
HSL | 0.20 | 0.82 | 0.73 |
HSV | 72° | 46° | 95° |
CMYK | 0.09 | 0.00 | 0.46 0.05 |
XYZ | 65.9661 | 81.1120 | 33.6521 |
Yxy | 81.1120 | 0.3650 | 0.4488 |
Hunter Lab | 90.0622 | -26.8664 | 40.8896 |
CIE-Lab | 92.1815 | -23.6119 | 51.2978 |
#ddf383 color RGB value is (221,243,131).
#ddf383 hex color red value is 221, green value is 243 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ddf383 hue: 0.20 , saturation: 0.82 and the lightness value of ddf383 is 0.73.
The process color (four color CMYK) of #ddf383 color hex is 0.09, 0.00, 0.46, 0.05. Web safe color of #ddf383 is #ccff99. Color #ddf383 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11110011 | 10000011 |
Octal | 335 | 363 | 203 |
Decimal | 221 | 243 | 131 |
Hex | DD | F3 | 83 |
Shades of #ddf383
Tints of #ddf383
RGB Percentages of Color #ddf383
CMYK Percentages of Color #ddf383
Complementary Color
#ddf383 | #9983f3 |
#ddf383 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddf383 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddf383 Color CSS Codes
.mybgcolor {background-color:#ddf383; } .myforecolor {color:#ddf383; } .mybordercolor {border:3px solid #ddf383; }
#ddf383 Text Font Color
<p style="color:#ddf383">Text here</p>
This sample text font color is #ddf383
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.
#ddf383 Background Color
<div style="background-color:#ddf383">
Div content here</div>
This div background color is #ddf383
#ddf383 Border Color
<div style="border:3px solid #ddf383">
Div here</div>
This div border color is #ddf383
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,243,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddf383; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddf383; -webkit-box-shadow: 1px 1px 3px 2px #ddf383; box-shadow: 1px 1px 3px 2px #ddf383; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,243,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddf383">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddf383; -webkit-box-shadow: 1px 1px 3px 2px #ddf383; box-shadow: 1px 1px 3px 2px #ddf383;">
Div content here</div>
This div box has shadow with color #ddf383
Comments
No comments written yet.
Please login to write comment.