Color spaces of #dcfc78
RGB | 220 | 252 | 120 |
---|---|---|---|
HSL | 0.21 | 0.96 | 0.73 |
HSV | 75° | 52° | 99° |
CMYK | 0.13 | 0.00 | 0.52 0.01 |
XYZ | 67.7158 | 86.1925 | 30.8371 |
Yxy | 86.1925 | 0.3665 | 0.4665 |
Hunter Lab | 92.8399 | -32.2751 | 45.2946 |
CIE-Lab | 94.3946 | -29.2712 | 58.9943 |
#dcfc78 color RGB value is (220,252,120).
#dcfc78 hex color red value is 220, green value is 252 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dcfc78 hue: 0.21 , saturation: 0.96 and the lightness value of dcfc78 is 0.73.
The process color (four color CMYK) of #dcfc78 color hex is 0.13, 0.00, 0.52, 0.01. Web safe color of #dcfc78 is #ccff66. Color #dcfc78 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11111100 | 01111000 |
Octal | 334 | 374 | 170 |
Decimal | 220 | 252 | 120 |
Hex | DC | FC | 78 |
Shades of #dcfc78
Tints of #dcfc78
RGB Percentages of Color #dcfc78
CMYK Percentages of Color #dcfc78
Complementary Color
#dcfc78 | #9878fc |
#dcfc78 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcfc78 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcfc78 Color CSS Codes
.mybgcolor {background-color:#dcfc78; } .myforecolor {color:#dcfc78; } .mybordercolor {border:3px solid #dcfc78; }
#dcfc78 Text Font Color
<p style="color:#dcfc78">Text here</p>
This sample text font color is #dcfc78
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.
#dcfc78 Background Color
<div style="background-color:#dcfc78">
Div content here</div>
This div background color is #dcfc78
#dcfc78 Border Color
<div style="border:3px solid #dcfc78">
Div here</div>
This div border color is #dcfc78
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,252,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcfc78; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcfc78; -webkit-box-shadow: 1px 1px 3px 2px #dcfc78; box-shadow: 1px 1px 3px 2px #dcfc78; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,252,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcfc78">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcfc78; -webkit-box-shadow: 1px 1px 3px 2px #dcfc78; box-shadow: 1px 1px 3px 2px #dcfc78;">
Div content here</div>
This div box has shadow with color #dcfc78
Comments
No comments written yet.
Please login to write comment.