Color spaces of #ead59b
RGB | 234 | 213 | 155 |
---|---|---|---|
HSL | 0.12 | 0.65 | 0.76 |
HSV | 44° | 34° | 92° |
CMYK | 0.00 | 0.09 | 0.34 0.08 |
XYZ | 63.6423 | 67.4475 | 40.6747 |
Yxy | 67.4475 | 0.3705 | 0.3927 |
Hunter Lab | 82.1264 | -5.3961 | 28.1240 |
CIE-Lab | 85.7294 | -1.0617 | 31.3550 |
#ead59b color RGB value is (234,213,155).
#ead59b hex color red value is 234, green value is 213 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ead59b hue: 0.12 , saturation: 0.65 and the lightness value of ead59b is 0.76.
The process color (four color CMYK) of #ead59b color hex is 0.00, 0.09, 0.34, 0.08. Web safe color of #ead59b is #ffcc99. Color #ead59b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11010101 | 10011011 |
Octal | 352 | 325 | 233 |
Decimal | 234 | 213 | 155 |
Hex | EA | D5 | 9B |
Shades of #ead59b
Tints of #ead59b
RGB Percentages of Color #ead59b
CMYK Percentages of Color #ead59b
Complementary Color
#ead59b | #9bb0ea |
#ead59b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ead59b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ead59b Color CSS Codes
.mybgcolor {background-color:#ead59b; } .myforecolor {color:#ead59b; } .mybordercolor {border:3px solid #ead59b; }
#ead59b Text Font Color
<p style="color:#ead59b">Text here</p>
This sample text font color is #ead59b
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.
#ead59b Background Color
<div style="background-color:#ead59b">
Div content here</div>
This div background color is #ead59b
#ead59b Border Color
<div style="border:3px solid #ead59b">
Div here</div>
This div border color is #ead59b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,213,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ead59b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ead59b; -webkit-box-shadow: 1px 1px 3px 2px #ead59b; box-shadow: 1px 1px 3px 2px #ead59b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,213,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ead59b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ead59b; -webkit-box-shadow: 1px 1px 3px 2px #ead59b; box-shadow: 1px 1px 3px 2px #ead59b;">
Div content here</div>
This div box has shadow with color #ead59b
Comments
No comments written yet.
Please login to write comment.