Color spaces of #dce469
RGB | 220 | 228 | 105 |
---|---|---|---|
HSL | 0.18 | 0.69 | 0.65 |
HSV | 64° | 54° | 89° |
CMYK | 0.04 | 0.00 | 0.54 0.11 |
XYZ | 59.8084 | 71.7224 | 24.0562 |
Yxy | 71.7224 | 0.3844 | 0.4610 |
Hunter Lab | 84.6891 | -22.1471 | 42.4408 |
CIE-Lab | 87.8348 | -19.1028 | 58.1183 |
#dce469 color RGB value is (220,228,105).
#dce469 hex color red value is 220, green value is 228 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #dce469 hue: 0.18 , saturation: 0.69 and the lightness value of dce469 is 0.65.
The process color (four color CMYK) of #dce469 color hex is 0.04, 0.00, 0.54, 0.11. Web safe color of #dce469 is #cccc66. Color #dce469 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11100100 | 01101001 |
Octal | 334 | 344 | 151 |
Decimal | 220 | 228 | 105 |
Hex | DC | E4 | 69 |
Shades of #dce469
Tints of #dce469
RGB Percentages of Color #dce469
CMYK Percentages of Color #dce469
Complementary Color
#dce469 | #7169e4 |
#dce469 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dce469 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dce469 Color CSS Codes
.mybgcolor {background-color:#dce469; } .myforecolor {color:#dce469; } .mybordercolor {border:3px solid #dce469; }
#dce469 Text Font Color
<p style="color:#dce469">Text here</p>
This sample text font color is #dce469
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.
#dce469 Background Color
<div style="background-color:#dce469">
Div content here</div>
This div background color is #dce469
#dce469 Border Color
<div style="border:3px solid #dce469">
Div here</div>
This div border color is #dce469
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,228,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dce469; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dce469; -webkit-box-shadow: 1px 1px 3px 2px #dce469; box-shadow: 1px 1px 3px 2px #dce469; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,228,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dce469">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dce469; -webkit-box-shadow: 1px 1px 3px 2px #dce469; box-shadow: 1px 1px 3px 2px #dce469;">
Div content here</div>
This div box has shadow with color #dce469
Comments
No comments written yet.
Please login to write comment.