Color spaces of #ddf139
RGB | 221 | 241 | 57 |
---|---|---|---|
HSL | 0.18 | 0.87 | 0.58 |
HSV | 67° | 76° | 95° |
CMYK | 0.08 | 0.00 | 0.76 0.05 |
XYZ | 62.0126 | 78.5782 | 15.7696 |
Yxy | 78.5782 | 0.3966 | 0.5025 |
Hunter Lab | 88.6443 | -30.2550 | 51.5035 |
CIE-Lab | 91.0431 | -27.7315 | 79.5262 |
#ddf139 color RGB value is (221,241,57).
#ddf139 hex color red value is 221, green value is 241 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #ddf139 hue: 0.18 , saturation: 0.87 and the lightness value of ddf139 is 0.58.
The process color (four color CMYK) of #ddf139 color hex is 0.08, 0.00, 0.76, 0.05. Web safe color of #ddf139 is #ccff33. Color #ddf139 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11110001 | 00111001 |
Octal | 335 | 361 | 71 |
Decimal | 221 | 241 | 57 |
Hex | DD | F1 | 39 |
Shades of #ddf139
Tints of #ddf139
RGB Percentages of Color #ddf139
CMYK Percentages of Color #ddf139
Complementary Color
#ddf139 | #4d39f1 |
#ddf139 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddf139 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddf139 Color CSS Codes
.mybgcolor {background-color:#ddf139; } .myforecolor {color:#ddf139; } .mybordercolor {border:3px solid #ddf139; }
#ddf139 Text Font Color
<p style="color:#ddf139">Text here</p>
This sample text font color is #ddf139
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.
#ddf139 Background Color
<div style="background-color:#ddf139">
Div content here</div>
This div background color is #ddf139
#ddf139 Border Color
<div style="border:3px solid #ddf139">
Div here</div>
This div border color is #ddf139
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,241,57, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddf139; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddf139; -webkit-box-shadow: 1px 1px 3px 2px #ddf139; box-shadow: 1px 1px 3px 2px #ddf139; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,241,57, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddf139">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddf139; -webkit-box-shadow: 1px 1px 3px 2px #ddf139; box-shadow: 1px 1px 3px 2px #ddf139;">
Div content here</div>
This div box has shadow with color #ddf139
Comments
No comments written yet.
Please login to write comment.