Color spaces of #edd99a
RGB | 237 | 217 | 154 |
---|---|---|---|
HSL | 0.13 | 0.70 | 0.77 |
HSV | 46° | 35° | 93° |
CMYK | 0.00 | 0.08 | 0.35 0.07 |
XYZ | 65.5706 | 69.9633 | 40.6202 |
Yxy | 69.9633 | 0.3722 | 0.3972 |
Hunter Lab | 83.6441 | -6.4467 | 29.7578 |
CIE-Lab | 86.9789 | -2.0732 | 33.5736 |
#edd99a color RGB value is (237,217,154).
#edd99a hex color red value is 237, green value is 217 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #edd99a hue: 0.13 , saturation: 0.70 and the lightness value of edd99a is 0.77.
The process color (four color CMYK) of #edd99a color hex is 0.00, 0.08, 0.35, 0.07. Web safe color of #edd99a is #ffcc99. Color #edd99a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11011001 | 10011010 |
Octal | 355 | 331 | 232 |
Decimal | 237 | 217 | 154 |
Hex | ED | D9 | 9A |
Shades of #edd99a
Tints of #edd99a
RGB Percentages of Color #edd99a
CMYK Percentages of Color #edd99a
Complementary Color
#edd99a | #9aaeed |
#edd99a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edd99a Color Preview on White Background
Lorem ipsum dolor sit amet.
#edd99a Color CSS Codes
.mybgcolor {background-color:#edd99a; } .myforecolor {color:#edd99a; } .mybordercolor {border:3px solid #edd99a; }
#edd99a Text Font Color
<p style="color:#edd99a">Text here</p>
This sample text font color is #edd99a
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.
#edd99a Background Color
<div style="background-color:#edd99a">
Div content here</div>
This div background color is #edd99a
#edd99a Border Color
<div style="border:3px solid #edd99a">
Div here</div>
This div border color is #edd99a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,217,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edd99a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edd99a; -webkit-box-shadow: 1px 1px 3px 2px #edd99a; box-shadow: 1px 1px 3px 2px #edd99a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,217,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edd99a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edd99a; -webkit-box-shadow: 1px 1px 3px 2px #edd99a; box-shadow: 1px 1px 3px 2px #edd99a;">
Div content here</div>
This div box has shadow with color #edd99a
Comments
No comments written yet.
Please login to write comment.