Color spaces of #dce150
RGB | 220 | 225 | 80 |
---|---|---|---|
HSL | 0.17 | 0.71 | 0.60 |
HSV | 62° | 64° | 88° |
CMYK | 0.02 | 0.00 | 0.64 0.12 |
XYZ | 57.8884 | 69.6453 | 17.9813 |
Yxy | 69.6453 | 0.3978 | 0.4786 |
Hunter Lab | 83.4538 | -22.2261 | 45.6428 |
CIE-Lab | 86.8226 | -19.3748 | 67.5525 |
#dce150 color RGB value is (220,225,80).
#dce150 hex color red value is 220, green value is 225 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #dce150 hue: 0.17 , saturation: 0.71 and the lightness value of dce150 is 0.60.
The process color (four color CMYK) of #dce150 color hex is 0.02, 0.00, 0.64, 0.12. Web safe color of #dce150 is #cccc66. Color #dce150 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11100001 | 01010000 |
Octal | 334 | 341 | 120 |
Decimal | 220 | 225 | 80 |
Hex | DC | E1 | 50 |
Shades of #dce150
Tints of #dce150
RGB Percentages of Color #dce150
CMYK Percentages of Color #dce150
Complementary Color
#dce150 | #5550e1 |
#dce150 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dce150 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dce150 Color CSS Codes
.mybgcolor {background-color:#dce150; } .myforecolor {color:#dce150; } .mybordercolor {border:3px solid #dce150; }
#dce150 Text Font Color
<p style="color:#dce150">Text here</p>
This sample text font color is #dce150
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.
#dce150 Background Color
<div style="background-color:#dce150">
Div content here</div>
This div background color is #dce150
#dce150 Border Color
<div style="border:3px solid #dce150">
Div here</div>
This div border color is #dce150
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,225,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dce150; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dce150; -webkit-box-shadow: 1px 1px 3px 2px #dce150; box-shadow: 1px 1px 3px 2px #dce150; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,225,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dce150">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dce150; -webkit-box-shadow: 1px 1px 3px 2px #dce150; box-shadow: 1px 1px 3px 2px #dce150;">
Div content here</div>
This div box has shadow with color #dce150
Comments
No comments written yet.
Please login to write comment.