Color spaces of #eaf186
RGB | 234 | 241 | 134 |
---|---|---|---|
HSL | 0.18 | 0.79 | 0.74 |
HSV | 64° | 44° | 95° |
CMYK | 0.03 | 0.00 | 0.44 0.05 |
XYZ | 69.6901 | 82.1242 | 34.7328 |
Yxy | 82.1242 | 0.3736 | 0.4402 |
Hunter Lab | 90.6224 | -21.3198 | 40.7116 |
CIE-Lab | 92.6296 | -17.3652 | 50.6382 |
#eaf186 color RGB value is (234,241,134).
#eaf186 hex color red value is 234, green value is 241 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #eaf186 hue: 0.18 , saturation: 0.79 and the lightness value of eaf186 is 0.74.
The process color (four color CMYK) of #eaf186 color hex is 0.03, 0.00, 0.44, 0.05. Web safe color of #eaf186 is #ffff99. Color #eaf186 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11110001 | 10000110 |
Octal | 352 | 361 | 206 |
Decimal | 234 | 241 | 134 |
Hex | EA | F1 | 86 |
Shades of #eaf186
Tints of #eaf186
RGB Percentages of Color #eaf186
CMYK Percentages of Color #eaf186
Complementary Color
#eaf186 | #8d86f1 |
#eaf186 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaf186 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaf186 Color CSS Codes
.mybgcolor {background-color:#eaf186; } .myforecolor {color:#eaf186; } .mybordercolor {border:3px solid #eaf186; }
#eaf186 Text Font Color
<p style="color:#eaf186">Text here</p>
This sample text font color is #eaf186
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.
#eaf186 Background Color
<div style="background-color:#eaf186">
Div content here</div>
This div background color is #eaf186
#eaf186 Border Color
<div style="border:3px solid #eaf186">
Div here</div>
This div border color is #eaf186
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,241,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaf186; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaf186; -webkit-box-shadow: 1px 1px 3px 2px #eaf186; box-shadow: 1px 1px 3px 2px #eaf186; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,241,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaf186">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaf186; -webkit-box-shadow: 1px 1px 3px 2px #eaf186; box-shadow: 1px 1px 3px 2px #eaf186;">
Div content here</div>
This div box has shadow with color #eaf186
Comments
No comments written yet.
Please login to write comment.