Color spaces of #eaf855
RGB | 234 | 248 | 85 |
---|---|---|---|
HSL | 0.18 | 0.92 | 0.65 |
HSV | 65° | 66° | 97° |
CMYK | 0.06 | 0.00 | 0.66 0.03 |
XYZ | 69.1388 | 85.2831 | 21.4116 |
Yxy | 85.2831 | 0.3932 | 0.4850 |
Hunter Lab | 92.3488 | -27.9729 | 50.8975 |
CIE-Lab | 94.0050 | -24.4853 | 73.3602 |
#eaf855 color RGB value is (234,248,85).
#eaf855 hex color red value is 234, green value is 248 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #eaf855 hue: 0.18 , saturation: 0.92 and the lightness value of eaf855 is 0.65.
The process color (four color CMYK) of #eaf855 color hex is 0.06, 0.00, 0.66, 0.03. Web safe color of #eaf855 is #ffff66. Color #eaf855 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11111000 | 01010101 |
Octal | 352 | 370 | 125 |
Decimal | 234 | 248 | 85 |
Hex | EA | F8 | 55 |
Shades of #eaf855
Tints of #eaf855
RGB Percentages of Color #eaf855
CMYK Percentages of Color #eaf855
Complementary Color
#eaf855 | #6355f8 |
#eaf855 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaf855 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaf855 Color CSS Codes
.mybgcolor {background-color:#eaf855; } .myforecolor {color:#eaf855; } .mybordercolor {border:3px solid #eaf855; }
#eaf855 Text Font Color
<p style="color:#eaf855">Text here</p>
This sample text font color is #eaf855
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.
#eaf855 Background Color
<div style="background-color:#eaf855">
Div content here</div>
This div background color is #eaf855
#eaf855 Border Color
<div style="border:3px solid #eaf855">
Div here</div>
This div border color is #eaf855
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,248,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaf855; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaf855; -webkit-box-shadow: 1px 1px 3px 2px #eaf855; box-shadow: 1px 1px 3px 2px #eaf855; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,248,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaf855">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaf855; -webkit-box-shadow: 1px 1px 3px 2px #eaf855; box-shadow: 1px 1px 3px 2px #eaf855;">
Div content here</div>
This div box has shadow with color #eaf855
Comments
No comments written yet.
Please login to write comment.