Color spaces of #eaf366
RGB | 234 | 243 | 102 |
---|---|---|---|
HSL | 0.18 | 0.85 | 0.68 |
HSV | 64° | 58° | 95° |
CMYK | 0.04 | 0.00 | 0.58 0.05 |
XYZ | 68.3805 | 82.5529 | 24.9006 |
Yxy | 82.5529 | 0.3889 | 0.4695 |
Hunter Lab | 90.8586 | -24.6629 | 47.3521 |
CIE-Lab | 92.8183 | -21.0206 | 65.3122 |
#eaf366 color RGB value is (234,243,102).
#eaf366 hex color red value is 234, green value is 243 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #eaf366 hue: 0.18 , saturation: 0.85 and the lightness value of eaf366 is 0.68.
The process color (four color CMYK) of #eaf366 color hex is 0.04, 0.00, 0.58, 0.05. Web safe color of #eaf366 is #ffff66. Color #eaf366 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11110011 | 01100110 |
Octal | 352 | 363 | 146 |
Decimal | 234 | 243 | 102 |
Hex | EA | F3 | 66 |
Shades of #eaf366
Tints of #eaf366
RGB Percentages of Color #eaf366
CMYK Percentages of Color #eaf366
Complementary Color
#eaf366 | #6f66f3 |
#eaf366 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaf366 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaf366 Color CSS Codes
.mybgcolor {background-color:#eaf366; } .myforecolor {color:#eaf366; } .mybordercolor {border:3px solid #eaf366; }
#eaf366 Text Font Color
<p style="color:#eaf366">Text here</p>
This sample text font color is #eaf366
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.
#eaf366 Background Color
<div style="background-color:#eaf366">
Div content here</div>
This div background color is #eaf366
#eaf366 Border Color
<div style="border:3px solid #eaf366">
Div here</div>
This div border color is #eaf366
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,243,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaf366; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaf366; -webkit-box-shadow: 1px 1px 3px 2px #eaf366; box-shadow: 1px 1px 3px 2px #eaf366; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,243,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaf366">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaf366; -webkit-box-shadow: 1px 1px 3px 2px #eaf366; box-shadow: 1px 1px 3px 2px #eaf366;">
Div content here</div>
This div box has shadow with color #eaf366
Comments
No comments written yet.
Please login to write comment.