Color spaces of #dcfa93
RGB | 220 | 250 | 147 |
---|---|---|---|
HSL | 0.22 | 0.91 | 0.78 |
HSV | 77° | 41° | 98° |
CMYK | 0.12 | 0.00 | 0.41 0.02 |
XYZ | 68.9673 | 85.6934 | 40.5093 |
Yxy | 85.6934 | 0.3534 | 0.4391 |
Hunter Lab | 92.5707 | -29.0122 | 38.8540 |
CIE-Lab | 94.1811 | -25.6166 | 46.1224 |
#dcfa93 color RGB value is (220,250,147).
#dcfa93 hex color red value is 220, green value is 250 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dcfa93 hue: 0.22 , saturation: 0.91 and the lightness value of dcfa93 is 0.78.
The process color (four color CMYK) of #dcfa93 color hex is 0.12, 0.00, 0.41, 0.02. Web safe color of #dcfa93 is #ccff99. Color #dcfa93 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11111010 | 10010011 |
Octal | 334 | 372 | 223 |
Decimal | 220 | 250 | 147 |
Hex | DC | FA | 93 |
Shades of #dcfa93
Tints of #dcfa93
RGB Percentages of Color #dcfa93
CMYK Percentages of Color #dcfa93
Complementary Color
#dcfa93 | #b193fa |
#dcfa93 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcfa93 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcfa93 Color CSS Codes
.mybgcolor {background-color:#dcfa93; } .myforecolor {color:#dcfa93; } .mybordercolor {border:3px solid #dcfa93; }
#dcfa93 Text Font Color
<p style="color:#dcfa93">Text here</p>
This sample text font color is #dcfa93
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.
#dcfa93 Background Color
<div style="background-color:#dcfa93">
Div content here</div>
This div background color is #dcfa93
#dcfa93 Border Color
<div style="border:3px solid #dcfa93">
Div here</div>
This div border color is #dcfa93
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,250,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcfa93; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcfa93; -webkit-box-shadow: 1px 1px 3px 2px #dcfa93; box-shadow: 1px 1px 3px 2px #dcfa93; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,250,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcfa93">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcfa93; -webkit-box-shadow: 1px 1px 3px 2px #dcfa93; box-shadow: 1px 1px 3px 2px #dcfa93;">
Div content here</div>
This div box has shadow with color #dcfa93
Comments
No comments written yet.
Please login to write comment.