Color spaces of #dcf099
RGB | 220 | 240 | 153 |
---|---|---|---|
HSL | 0.20 | 0.74 | 0.77 |
HSV | 74° | 36° | 94° |
CMYK | 0.08 | 0.00 | 0.36 0.06 |
XYZ | 66.4251 | 79.8357 | 42.0459 |
Yxy | 79.8357 | 0.3527 | 0.4240 |
Hunter Lab | 89.3508 | -23.6637 | 34.6454 |
CIE-Lab | 91.6111 | -20.1288 | 39.8951 |
#dcf099 color RGB value is (220,240,153).
#dcf099 hex color red value is 220, green value is 240 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #dcf099 hue: 0.20 , saturation: 0.74 and the lightness value of dcf099 is 0.77.
The process color (four color CMYK) of #dcf099 color hex is 0.08, 0.00, 0.36, 0.06. Web safe color of #dcf099 is #ccff99. Color #dcf099 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11110000 | 10011001 |
Octal | 334 | 360 | 231 |
Decimal | 220 | 240 | 153 |
Hex | DC | F0 | 99 |
Shades of #dcf099
Tints of #dcf099
RGB Percentages of Color #dcf099
CMYK Percentages of Color #dcf099
Complementary Color
#dcf099 | #ad99f0 |
#dcf099 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcf099 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcf099 Color CSS Codes
.mybgcolor {background-color:#dcf099; } .myforecolor {color:#dcf099; } .mybordercolor {border:3px solid #dcf099; }
#dcf099 Text Font Color
<p style="color:#dcf099">Text here</p>
This sample text font color is #dcf099
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.
#dcf099 Background Color
<div style="background-color:#dcf099">
Div content here</div>
This div background color is #dcf099
#dcf099 Border Color
<div style="border:3px solid #dcf099">
Div here</div>
This div border color is #dcf099
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,240,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcf099; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcf099; -webkit-box-shadow: 1px 1px 3px 2px #dcf099; box-shadow: 1px 1px 3px 2px #dcf099; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,240,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcf099">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcf099; -webkit-box-shadow: 1px 1px 3px 2px #dcf099; box-shadow: 1px 1px 3px 2px #dcf099;">
Div content here</div>
This div box has shadow with color #dcf099
Comments
No comments written yet.
Please login to write comment.