Color spaces of #dce38f
RGB | 220 | 227 | 143 |
---|---|---|---|
HSL | 0.18 | 0.60 | 0.73 |
HSV | 65° | 37° | 89° |
CMYK | 0.03 | 0.00 | 0.37 0.11 |
XYZ | 61.9422 | 72.1370 | 36.6457 |
Yxy | 72.1370 | 0.3628 | 0.4225 |
Hunter Lab | 84.9335 | -18.4532 | 33.8720 |
CIE-Lab | 88.0345 | -14.9276 | 40.2515 |
#dce38f color RGB value is (220,227,143).
#dce38f hex color red value is 220, green value is 227 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dce38f hue: 0.18 , saturation: 0.60 and the lightness value of dce38f is 0.73.
The process color (four color CMYK) of #dce38f color hex is 0.03, 0.00, 0.37, 0.11. Web safe color of #dce38f is #cccc99. Color #dce38f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11100011 | 10001111 |
Octal | 334 | 343 | 217 |
Decimal | 220 | 227 | 143 |
Hex | DC | E3 | 8F |
Shades of #dce38f
Tints of #dce38f
RGB Percentages of Color #dce38f
CMYK Percentages of Color #dce38f
Complementary Color
#dce38f | #968fe3 |
#dce38f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dce38f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dce38f Color CSS Codes
.mybgcolor {background-color:#dce38f; } .myforecolor {color:#dce38f; } .mybordercolor {border:3px solid #dce38f; }
#dce38f Text Font Color
<p style="color:#dce38f">Text here</p>
This sample text font color is #dce38f
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.
#dce38f Background Color
<div style="background-color:#dce38f">
Div content here</div>
This div background color is #dce38f
#dce38f Border Color
<div style="border:3px solid #dce38f">
Div here</div>
This div border color is #dce38f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,227,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dce38f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dce38f; -webkit-box-shadow: 1px 1px 3px 2px #dce38f; box-shadow: 1px 1px 3px 2px #dce38f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,227,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dce38f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dce38f; -webkit-box-shadow: 1px 1px 3px 2px #dce38f; box-shadow: 1px 1px 3px 2px #dce38f;">
Div content here</div>
This div box has shadow with color #dce38f
Comments
No comments written yet.
Please login to write comment.