Color spaces of #dcf831
RGB | 220 | 248 | 49 |
---|---|---|---|
HSL | 0.19 | 0.93 | 0.58 |
HSV | 68° | 80° | 97° |
CMYK | 0.11 | 0.00 | 0.80 0.03 |
XYZ | 63.6370 | 82.5722 | 15.4897 |
Yxy | 82.5722 | 0.3936 | 0.5107 |
Hunter Lab | 90.8692 | -34.0151 | 53.5018 |
CIE-Lab | 92.8268 | -31.6660 | 83.2267 |
#dcf831 color RGB value is (220,248,49).
#dcf831 hex color red value is 220, green value is 248 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #dcf831 hue: 0.19 , saturation: 0.93 and the lightness value of dcf831 is 0.58.
The process color (four color CMYK) of #dcf831 color hex is 0.11, 0.00, 0.80, 0.03. Web safe color of #dcf831 is #ccff33. Color #dcf831 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11111000 | 00110001 |
Octal | 334 | 370 | 61 |
Decimal | 220 | 248 | 49 |
Hex | DC | F8 | 31 |
Shades of #dcf831
Tints of #dcf831
RGB Percentages of Color #dcf831
CMYK Percentages of Color #dcf831
Complementary Color
#dcf831 | #4d31f8 |
#dcf831 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcf831 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcf831 Color CSS Codes
.mybgcolor {background-color:#dcf831; } .myforecolor {color:#dcf831; } .mybordercolor {border:3px solid #dcf831; }
#dcf831 Text Font Color
<p style="color:#dcf831">Text here</p>
This sample text font color is #dcf831
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.
#dcf831 Background Color
<div style="background-color:#dcf831">
Div content here</div>
This div background color is #dcf831
#dcf831 Border Color
<div style="border:3px solid #dcf831">
Div here</div>
This div border color is #dcf831
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,248,49, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcf831; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcf831; -webkit-box-shadow: 1px 1px 3px 2px #dcf831; box-shadow: 1px 1px 3px 2px #dcf831; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,248,49, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcf831">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcf831; -webkit-box-shadow: 1px 1px 3px 2px #dcf831; box-shadow: 1px 1px 3px 2px #dcf831;">
Div content here</div>
This div box has shadow with color #dcf831
Comments
No comments written yet.
Please login to write comment.