Color spaces of #dae137
RGB | 218 | 225 | 55 |
---|---|---|---|
HSL | 0.17 | 0.74 | 0.55 |
HSV | 62° | 76° | 88° |
CMYK | 0.03 | 0.00 | 0.76 0.12 |
XYZ | 56.5282 | 69.0317 | 13.9595 |
Yxy | 69.0317 | 0.4052 | 0.4948 |
Hunter Lab | 83.0853 | -23.9545 | 48.1982 |
CIE-Lab | 86.5197 | -21.4152 | 75.9103 |
#dae137 color RGB value is (218,225,55).
#dae137 hex color red value is 218, green value is 225 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #dae137 hue: 0.17 , saturation: 0.74 and the lightness value of dae137 is 0.55.
The process color (four color CMYK) of #dae137 color hex is 0.03, 0.00, 0.76, 0.12. Web safe color of #dae137 is #cccc33. Color #dae137 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11100001 | 00110111 |
Octal | 332 | 341 | 67 |
Decimal | 218 | 225 | 55 |
Hex | DA | E1 | 37 |
Shades of #dae137
Tints of #dae137
RGB Percentages of Color #dae137
CMYK Percentages of Color #dae137
Complementary Color
#dae137 | #3e37e1 |
#dae137 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dae137 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dae137 Color CSS Codes
.mybgcolor {background-color:#dae137; } .myforecolor {color:#dae137; } .mybordercolor {border:3px solid #dae137; }
#dae137 Text Font Color
<p style="color:#dae137">Text here</p>
This sample text font color is #dae137
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.
#dae137 Background Color
<div style="background-color:#dae137">
Div content here</div>
This div background color is #dae137
#dae137 Border Color
<div style="border:3px solid #dae137">
Div here</div>
This div border color is #dae137
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,225,55, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dae137; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dae137; -webkit-box-shadow: 1px 1px 3px 2px #dae137; box-shadow: 1px 1px 3px 2px #dae137; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,225,55, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dae137">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dae137; -webkit-box-shadow: 1px 1px 3px 2px #dae137; box-shadow: 1px 1px 3px 2px #dae137;">
Div content here</div>
This div box has shadow with color #dae137
Comments
No comments written yet.
Please login to write comment.