Color spaces of #dcf92a
RGB | 220 | 249 | 42 |
---|---|---|---|
HSL | 0.19 | 0.95 | 0.57 |
HSV | 68° | 83° | 98° |
CMYK | 0.12 | 0.00 | 0.83 0.02 |
XYZ | 63.8088 | 83.1342 | 14.8739 |
Yxy | 83.1342 | 0.3943 | 0.5138 |
Hunter Lab | 91.1780 | -34.6423 | 54.1526 |
CIE-Lab | 93.0732 | -32.3346 | 85.0538 |
#dcf92a color RGB value is (220,249,42).
#dcf92a hex color red value is 220, green value is 249 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dcf92a hue: 0.19 , saturation: 0.95 and the lightness value of dcf92a is 0.57.
The process color (four color CMYK) of #dcf92a color hex is 0.12, 0.00, 0.83, 0.02. Web safe color of #dcf92a is #ccff33. Color #dcf92a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11111001 | 00101010 |
Octal | 334 | 371 | 52 |
Decimal | 220 | 249 | 42 |
Hex | DC | F9 | 2A |
Shades of #dcf92a
Tints of #dcf92a
RGB Percentages of Color #dcf92a
CMYK Percentages of Color #dcf92a
Complementary Color
#dcf92a | #472af9 |
#dcf92a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcf92a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcf92a Color CSS Codes
.mybgcolor {background-color:#dcf92a; } .myforecolor {color:#dcf92a; } .mybordercolor {border:3px solid #dcf92a; }
#dcf92a Text Font Color
<p style="color:#dcf92a">Text here</p>
This sample text font color is #dcf92a
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.
#dcf92a Background Color
<div style="background-color:#dcf92a">
Div content here</div>
This div background color is #dcf92a
#dcf92a Border Color
<div style="border:3px solid #dcf92a">
Div here</div>
This div border color is #dcf92a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,249,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcf92a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcf92a; -webkit-box-shadow: 1px 1px 3px 2px #dcf92a; box-shadow: 1px 1px 3px 2px #dcf92a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,249,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcf92a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcf92a; -webkit-box-shadow: 1px 1px 3px 2px #dcf92a; box-shadow: 1px 1px 3px 2px #dcf92a;">
Div content here</div>
This div box has shadow with color #dcf92a
Comments
No comments written yet.
Please login to write comment.