Color spaces of #dabe21
RGB | 218 | 190 | 33 |
---|---|---|---|
HSL | 0.14 | 0.74 | 0.49 |
HSV | 51° | 85° | 85° |
CMYK | 0.00 | 0.13 | 0.85 0.15 |
XYZ | 47.6014 | 51.8421 | 8.9365 |
Yxy | 51.8421 | 0.4392 | 0.4783 |
Hunter Lab | 72.0015 | -7.9931 | 43.0422 |
CIE-Lab | 77.1863 | -4.5982 | 73.7502 |
#dabe21 color RGB value is (218,190,33).
#dabe21 hex color red value is 218, green value is 190 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #dabe21 hue: 0.14 , saturation: 0.74 and the lightness value of dabe21 is 0.49.
The process color (four color CMYK) of #dabe21 color hex is 0.00, 0.13, 0.85, 0.15. Web safe color of #dabe21 is #cccc33. Color #dabe21 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10111110 | 00100001 |
Octal | 332 | 276 | 41 |
Decimal | 218 | 190 | 33 |
Hex | DA | BE | 21 |
Shades of #dabe21
Tints of #dabe21
RGB Percentages of Color #dabe21
CMYK Percentages of Color #dabe21
Complementary Color
#dabe21 | #213dda |
#dabe21 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dabe21 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dabe21 Color CSS Codes
.mybgcolor {background-color:#dabe21; } .myforecolor {color:#dabe21; } .mybordercolor {border:3px solid #dabe21; }
#dabe21 Text Font Color
<p style="color:#dabe21">Text here</p>
This sample text font color is #dabe21
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.
#dabe21 Background Color
<div style="background-color:#dabe21">
Div content here</div>
This div background color is #dabe21
#dabe21 Border Color
<div style="border:3px solid #dabe21">
Div here</div>
This div border color is #dabe21
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,190,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dabe21; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dabe21; -webkit-box-shadow: 1px 1px 3px 2px #dabe21; box-shadow: 1px 1px 3px 2px #dabe21; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,190,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dabe21">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dabe21; -webkit-box-shadow: 1px 1px 3px 2px #dabe21; box-shadow: 1px 1px 3px 2px #dabe21;">
Div content here</div>
This div box has shadow with color #dabe21
Comments
No comments written yet.
Please login to write comment.