Color spaces of #eadf7d
RGB | 234 | 223 | 125 |
---|---|---|---|
HSL | 0.15 | 0.72 | 0.70 |
HSV | 54° | 47° | 92° |
CMYK | 0.00 | 0.05 | 0.47 0.08 |
XYZ | 64.0210 | 71.7484 | 29.8766 |
Yxy | 71.7484 | 0.3865 | 0.4331 |
Hunter Lab | 84.7044 | -13.3195 | 38.3806 |
CIE-Lab | 87.8473 | -9.3247 | 49.0840 |
#eadf7d color RGB value is (234,223,125).
#eadf7d hex color red value is 234, green value is 223 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #eadf7d hue: 0.15 , saturation: 0.72 and the lightness value of eadf7d is 0.70.
The process color (four color CMYK) of #eadf7d color hex is 0.00, 0.05, 0.47, 0.08. Web safe color of #eadf7d is #ffcc66. Color #eadf7d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11011111 | 01111101 |
Octal | 352 | 337 | 175 |
Decimal | 234 | 223 | 125 |
Hex | EA | DF | 7D |
Shades of #eadf7d
Tints of #eadf7d
RGB Percentages of Color #eadf7d
CMYK Percentages of Color #eadf7d
Complementary Color
#eadf7d | #7d88ea |
#eadf7d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eadf7d Color Preview on White Background
Lorem ipsum dolor sit amet.
#eadf7d Color CSS Codes
.mybgcolor {background-color:#eadf7d; } .myforecolor {color:#eadf7d; } .mybordercolor {border:3px solid #eadf7d; }
#eadf7d Text Font Color
<p style="color:#eadf7d">Text here</p>
This sample text font color is #eadf7d
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.
#eadf7d Background Color
<div style="background-color:#eadf7d">
Div content here</div>
This div background color is #eadf7d
#eadf7d Border Color
<div style="border:3px solid #eadf7d">
Div here</div>
This div border color is #eadf7d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,223,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eadf7d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eadf7d; -webkit-box-shadow: 1px 1px 3px 2px #eadf7d; box-shadow: 1px 1px 3px 2px #eadf7d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,223,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eadf7d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eadf7d; -webkit-box-shadow: 1px 1px 3px 2px #eadf7d; box-shadow: 1px 1px 3px 2px #eadf7d;">
Div content here</div>
This div box has shadow with color #eadf7d
Comments
No comments written yet.
Please login to write comment.