Color spaces of #dcf867
RGB | 220 | 248 | 103 |
---|---|---|---|
HSL | 0.20 | 0.91 | 0.69 |
HSV | 72° | 58° | 97° |
CMYK | 0.11 | 0.00 | 0.58 0.03 |
XYZ | 65.5308 | 83.3297 | 25.4624 |
Yxy | 83.3297 | 0.3759 | 0.4780 |
Hunter Lab | 91.2851 | -31.6092 | 47.3617 |
CIE-Lab | 93.1586 | -28.7994 | 64.9858 |
#dcf867 color RGB value is (220,248,103).
#dcf867 hex color red value is 220, green value is 248 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dcf867 hue: 0.20 , saturation: 0.91 and the lightness value of dcf867 is 0.69.
The process color (four color CMYK) of #dcf867 color hex is 0.11, 0.00, 0.58, 0.03. Web safe color of #dcf867 is #ccff66. Color #dcf867 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11111000 | 01100111 |
Octal | 334 | 370 | 147 |
Decimal | 220 | 248 | 103 |
Hex | DC | F8 | 67 |
Shades of #dcf867
Tints of #dcf867
RGB Percentages of Color #dcf867
CMYK Percentages of Color #dcf867
Complementary Color
#dcf867 | #8367f8 |
#dcf867 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcf867 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcf867 Color CSS Codes
.mybgcolor {background-color:#dcf867; } .myforecolor {color:#dcf867; } .mybordercolor {border:3px solid #dcf867; }
#dcf867 Text Font Color
<p style="color:#dcf867">Text here</p>
This sample text font color is #dcf867
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.
#dcf867 Background Color
<div style="background-color:#dcf867">
Div content here</div>
This div background color is #dcf867
#dcf867 Border Color
<div style="border:3px solid #dcf867">
Div here</div>
This div border color is #dcf867
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,248,103, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcf867; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcf867; -webkit-box-shadow: 1px 1px 3px 2px #dcf867; box-shadow: 1px 1px 3px 2px #dcf867; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,248,103, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcf867">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcf867; -webkit-box-shadow: 1px 1px 3px 2px #dcf867; box-shadow: 1px 1px 3px 2px #dcf867;">
Div content here</div>
This div box has shadow with color #dcf867
Comments
No comments written yet.
Please login to write comment.