Color spaces of #deab24
RGB | 222 | 171 | 36 |
---|---|---|---|
HSL | 0.12 | 0.74 | 0.51 |
HSV | 44° | 84° | 87° |
CMYK | 0.00 | 0.23 | 0.84 0.13 |
XYZ | 45.0055 | 44.7828 | 7.9410 |
Yxy | 44.7828 | 0.4605 | 0.4582 |
Hunter Lab | 66.9200 | 2.9362 | 39.8084 |
CIE-Lab | 72.7486 | 7.1765 | 69.4543 |
#deab24 color RGB value is (222,171,36).
#deab24 hex color red value is 222, green value is 171 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #deab24 hue: 0.12 , saturation: 0.74 and the lightness value of deab24 is 0.51.
The process color (four color CMYK) of #deab24 color hex is 0.00, 0.23, 0.84, 0.13. Web safe color of #deab24 is #cc9933. Color #deab24 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10101011 | 00100100 |
Octal | 336 | 253 | 44 |
Decimal | 222 | 171 | 36 |
Hex | DE | AB | 24 |
Shades of #deab24
Tints of #deab24
RGB Percentages of Color #deab24
CMYK Percentages of Color #deab24
Complementary Color
#deab24 | #2457de |
#deab24 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deab24 Color Preview on White Background
Lorem ipsum dolor sit amet.
#deab24 Color CSS Codes
.mybgcolor {background-color:#deab24; } .myforecolor {color:#deab24; } .mybordercolor {border:3px solid #deab24; }
#deab24 Text Font Color
<p style="color:#deab24">Text here</p>
This sample text font color is #deab24
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.
#deab24 Background Color
<div style="background-color:#deab24">
Div content here</div>
This div background color is #deab24
#deab24 Border Color
<div style="border:3px solid #deab24">
Div here</div>
This div border color is #deab24
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,171,36, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deab24; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deab24; -webkit-box-shadow: 1px 1px 3px 2px #deab24; box-shadow: 1px 1px 3px 2px #deab24; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,171,36, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deab24">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deab24; -webkit-box-shadow: 1px 1px 3px 2px #deab24; box-shadow: 1px 1px 3px 2px #deab24;">
Div content here</div>
This div box has shadow with color #deab24
Comments
No comments written yet.
Please login to write comment.