Color spaces of #eadf84
RGB | 234 | 223 | 132 |
---|---|---|---|
HSL | 0.15 | 0.71 | 0.72 |
HSV | 54° | 44° | 92° |
CMYK | 0.00 | 0.05 | 0.44 0.08 |
XYZ | 64.4842 | 71.9337 | 32.3157 |
Yxy | 71.9337 | 0.3822 | 0.4263 |
Hunter Lab | 84.8137 | -12.7098 | 36.7790 |
CIE-Lab | 87.9367 | -8.6552 | 45.7934 |
#eadf84 color RGB value is (234,223,132).
#eadf84 hex color red value is 234, green value is 223 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #eadf84 hue: 0.15 , saturation: 0.71 and the lightness value of eadf84 is 0.72.
The process color (four color CMYK) of #eadf84 color hex is 0.00, 0.05, 0.44, 0.08. Web safe color of #eadf84 is #ffcc99. Color #eadf84 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11011111 | 10000100 |
Octal | 352 | 337 | 204 |
Decimal | 234 | 223 | 132 |
Hex | EA | DF | 84 |
Shades of #eadf84
Tints of #eadf84
RGB Percentages of Color #eadf84
CMYK Percentages of Color #eadf84
Complementary Color
#eadf84 | #848fea |
#eadf84 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eadf84 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eadf84 Color CSS Codes
.mybgcolor {background-color:#eadf84; } .myforecolor {color:#eadf84; } .mybordercolor {border:3px solid #eadf84; }
#eadf84 Text Font Color
<p style="color:#eadf84">Text here</p>
This sample text font color is #eadf84
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.
#eadf84 Background Color
<div style="background-color:#eadf84">
Div content here</div>
This div background color is #eadf84
#eadf84 Border Color
<div style="border:3px solid #eadf84">
Div here</div>
This div border color is #eadf84
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,223,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eadf84; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eadf84; -webkit-box-shadow: 1px 1px 3px 2px #eadf84; box-shadow: 1px 1px 3px 2px #eadf84; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,223,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eadf84">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eadf84; -webkit-box-shadow: 1px 1px 3px 2px #eadf84; box-shadow: 1px 1px 3px 2px #eadf84;">
Div content here</div>
This div box has shadow with color #eadf84
Comments
No comments written yet.
Please login to write comment.