Color spaces of #dce171
RGB | 220 | 225 | 113 |
---|---|---|---|
HSL | 0.17 | 0.65 | 0.66 |
HSV | 63° | 50° | 88° |
CMYK | 0.02 | 0.00 | 0.50 0.12 |
XYZ | 59.4210 | 70.2583 | 26.0522 |
Yxy | 70.2583 | 0.3816 | 0.4512 |
Hunter Lab | 83.8202 | -20.1449 | 40.2462 |
CIE-Lab | 87.1234 | -16.9635 | 53.6362 |
#dce171 color RGB value is (220,225,113).
#dce171 hex color red value is 220, green value is 225 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #dce171 hue: 0.17 , saturation: 0.65 and the lightness value of dce171 is 0.66.
The process color (four color CMYK) of #dce171 color hex is 0.02, 0.00, 0.50, 0.12. Web safe color of #dce171 is #cccc66. Color #dce171 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11100001 | 01110001 |
Octal | 334 | 341 | 161 |
Decimal | 220 | 225 | 113 |
Hex | DC | E1 | 71 |
Shades of #dce171
Tints of #dce171
RGB Percentages of Color #dce171
CMYK Percentages of Color #dce171
Complementary Color
#dce171 | #7671e1 |
#dce171 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dce171 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dce171 Color CSS Codes
.mybgcolor {background-color:#dce171; } .myforecolor {color:#dce171; } .mybordercolor {border:3px solid #dce171; }
#dce171 Text Font Color
<p style="color:#dce171">Text here</p>
This sample text font color is #dce171
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.
#dce171 Background Color
<div style="background-color:#dce171">
Div content here</div>
This div background color is #dce171
#dce171 Border Color
<div style="border:3px solid #dce171">
Div here</div>
This div border color is #dce171
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,225,113, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dce171; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dce171; -webkit-box-shadow: 1px 1px 3px 2px #dce171; box-shadow: 1px 1px 3px 2px #dce171; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,225,113, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dce171">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dce171; -webkit-box-shadow: 1px 1px 3px 2px #dce171; box-shadow: 1px 1px 3px 2px #dce171;">
Div content here</div>
This div box has shadow with color #dce171
Comments
No comments written yet.
Please login to write comment.