Color spaces of #dcec62
RGB | 220 | 236 | 98 |
---|---|---|---|
HSL | 0.19 | 0.78 | 0.65 |
HSV | 67° | 58° | 93° |
CMYK | 0.07 | 0.00 | 0.58 0.07 |
XYZ | 61.7153 | 76.0884 | 22.9891 |
Yxy | 76.0884 | 0.3838 | 0.4732 |
Hunter Lab | 87.2287 | -26.3593 | 45.4342 |
CIE-Lab | 89.9004 | -23.5001 | 63.4945 |
#dcec62 color RGB value is (220,236,98).
#dcec62 hex color red value is 220, green value is 236 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dcec62 hue: 0.19 , saturation: 0.78 and the lightness value of dcec62 is 0.65.
The process color (four color CMYK) of #dcec62 color hex is 0.07, 0.00, 0.58, 0.07. Web safe color of #dcec62 is #ccff66. Color #dcec62 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11101100 | 01100010 |
Octal | 334 | 354 | 142 |
Decimal | 220 | 236 | 98 |
Hex | DC | EC | 62 |
Shades of #dcec62
Tints of #dcec62
RGB Percentages of Color #dcec62
CMYK Percentages of Color #dcec62
Complementary Color
#dcec62 | #7262ec |
#dcec62 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcec62 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcec62 Color CSS Codes
.mybgcolor {background-color:#dcec62; } .myforecolor {color:#dcec62; } .mybordercolor {border:3px solid #dcec62; }
#dcec62 Text Font Color
<p style="color:#dcec62">Text here</p>
This sample text font color is #dcec62
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.
#dcec62 Background Color
<div style="background-color:#dcec62">
Div content here</div>
This div background color is #dcec62
#dcec62 Border Color
<div style="border:3px solid #dcec62">
Div here</div>
This div border color is #dcec62
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,236,98, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcec62; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcec62; -webkit-box-shadow: 1px 1px 3px 2px #dcec62; box-shadow: 1px 1px 3px 2px #dcec62; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,236,98, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcec62">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcec62; -webkit-box-shadow: 1px 1px 3px 2px #dcec62; box-shadow: 1px 1px 3px 2px #dcec62;">
Div content here</div>
This div box has shadow with color #dcec62
Comments
No comments written yet.
Please login to write comment.