Color spaces of #dce482
RGB | 220 | 228 | 130 |
---|---|---|---|
HSL | 0.18 | 0.64 | 0.70 |
HSV | 65° | 43° | 89° |
CMYK | 0.04 | 0.00 | 0.43 0.11 |
XYZ | 61.2879 | 72.3142 | 31.8469 |
Yxy | 72.3142 | 0.3704 | 0.4371 |
Hunter Lab | 85.0378 | -20.1686 | 37.3221 |
CIE-Lab | 88.1196 | -16.8262 | 46.7570 |
#dce482 color RGB value is (220,228,130).
#dce482 hex color red value is 220, green value is 228 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dce482 hue: 0.18 , saturation: 0.64 and the lightness value of dce482 is 0.70.
The process color (four color CMYK) of #dce482 color hex is 0.04, 0.00, 0.43, 0.11. Web safe color of #dce482 is #cccc99. Color #dce482 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11100100 | 10000010 |
Octal | 334 | 344 | 202 |
Decimal | 220 | 228 | 130 |
Hex | DC | E4 | 82 |
Shades of #dce482
Tints of #dce482
RGB Percentages of Color #dce482
CMYK Percentages of Color #dce482
Complementary Color
#dce482 | #8a82e4 |
#dce482 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dce482 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dce482 Color CSS Codes
.mybgcolor {background-color:#dce482; } .myforecolor {color:#dce482; } .mybordercolor {border:3px solid #dce482; }
#dce482 Text Font Color
<p style="color:#dce482">Text here</p>
This sample text font color is #dce482
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.
#dce482 Background Color
<div style="background-color:#dce482">
Div content here</div>
This div background color is #dce482
#dce482 Border Color
<div style="border:3px solid #dce482">
Div here</div>
This div border color is #dce482
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,228,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dce482; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dce482; -webkit-box-shadow: 1px 1px 3px 2px #dce482; box-shadow: 1px 1px 3px 2px #dce482; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,228,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dce482">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dce482; -webkit-box-shadow: 1px 1px 3px 2px #dce482; box-shadow: 1px 1px 3px 2px #dce482;">
Div content here</div>
This div box has shadow with color #dce482
Comments
No comments written yet.
Please login to write comment.