Color spaces of #eaf699
RGB | 234 | 246 | 153 |
---|---|---|---|
HSL | 0.19 | 0.84 | 0.78 |
HSV | 68° | 38° | 96° |
CMYK | 0.05 | 0.00 | 0.38 0.04 |
XYZ | 72.6372 | 85.7039 | 42.8511 |
Yxy | 85.7039 | 0.3610 | 0.4260 |
Hunter Lab | 92.5764 | -21.9542 | 37.3598 |
CIE-Lab | 94.1856 | -17.8039 | 43.4101 |
#eaf699 color RGB value is (234,246,153).
#eaf699 hex color red value is 234, green value is 246 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #eaf699 hue: 0.19 , saturation: 0.84 and the lightness value of eaf699 is 0.78.
The process color (four color CMYK) of #eaf699 color hex is 0.05, 0.00, 0.38, 0.04. Web safe color of #eaf699 is #ffff99. Color #eaf699 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11110110 | 10011001 |
Octal | 352 | 366 | 231 |
Decimal | 234 | 246 | 153 |
Hex | EA | F6 | 99 |
Shades of #eaf699
Tints of #eaf699
RGB Percentages of Color #eaf699
CMYK Percentages of Color #eaf699
Complementary Color
#eaf699 | #a599f6 |
#eaf699 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaf699 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaf699 Color CSS Codes
.mybgcolor {background-color:#eaf699; } .myforecolor {color:#eaf699; } .mybordercolor {border:3px solid #eaf699; }
#eaf699 Text Font Color
<p style="color:#eaf699">Text here</p>
This sample text font color is #eaf699
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.
#eaf699 Background Color
<div style="background-color:#eaf699">
Div content here</div>
This div background color is #eaf699
#eaf699 Border Color
<div style="border:3px solid #eaf699">
Div here</div>
This div border color is #eaf699
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,246,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaf699; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaf699; -webkit-box-shadow: 1px 1px 3px 2px #eaf699; box-shadow: 1px 1px 3px 2px #eaf699; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,246,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaf699">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaf699; -webkit-box-shadow: 1px 1px 3px 2px #eaf699; box-shadow: 1px 1px 3px 2px #eaf699;">
Div content here</div>
This div box has shadow with color #eaf699
Comments
No comments written yet.
Please login to write comment.