Color spaces of #eaed6c
RGB | 234 | 237 | 108 |
---|---|---|---|
HSL | 0.17 | 0.78 | 0.68 |
HSV | 61° | 54° | 93° |
CMYK | 0.01 | 0.00 | 0.54 0.07 |
XYZ | 66.9226 | 79.1435 | 25.9364 |
Yxy | 79.1435 | 0.3891 | 0.4601 |
Hunter Lab | 88.9626 | -21.4071 | 44.9883 |
CIE-Lab | 91.2992 | -17.6794 | 61.0200 |
#eaed6c color RGB value is (234,237,108).
#eaed6c hex color red value is 234, green value is 237 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #eaed6c hue: 0.17 , saturation: 0.78 and the lightness value of eaed6c is 0.68.
The process color (four color CMYK) of #eaed6c color hex is 0.01, 0.00, 0.54, 0.07. Web safe color of #eaed6c is #ffff66. Color #eaed6c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11101101 | 01101100 |
Octal | 352 | 355 | 154 |
Decimal | 234 | 237 | 108 |
Hex | EA | ED | 6C |
Shades of #eaed6c
Tints of #eaed6c
RGB Percentages of Color #eaed6c
CMYK Percentages of Color #eaed6c
Complementary Color
#eaed6c | #6f6ced |
#eaed6c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaed6c Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaed6c Color CSS Codes
.mybgcolor {background-color:#eaed6c; } .myforecolor {color:#eaed6c; } .mybordercolor {border:3px solid #eaed6c; }
#eaed6c Text Font Color
<p style="color:#eaed6c">Text here</p>
This sample text font color is #eaed6c
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.
#eaed6c Background Color
<div style="background-color:#eaed6c">
Div content here</div>
This div background color is #eaed6c
#eaed6c Border Color
<div style="border:3px solid #eaed6c">
Div here</div>
This div border color is #eaed6c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,237,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaed6c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaed6c; -webkit-box-shadow: 1px 1px 3px 2px #eaed6c; box-shadow: 1px 1px 3px 2px #eaed6c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,237,108, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaed6c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaed6c; -webkit-box-shadow: 1px 1px 3px 2px #eaed6c; box-shadow: 1px 1px 3px 2px #eaed6c;">
Div content here</div>
This div box has shadow with color #eaed6c
Comments
No comments written yet.
Please login to write comment.