Color spaces of #eaffe4
RGB | 234 | 255 | 228 |
---|---|---|---|
HSL | 0.30 | 1.00 | 0.95 |
HSV | 107° | 11° | 100° |
CMYK | 0.08 | 0.00 | 0.11 0.00 |
XYZ | 83.6953 | 94.6139 | 87.2499 |
Yxy | 94.6139 | 0.3152 | 0.3563 |
Hunter Lab | 97.2697 | -16.6323 | 14.9063 |
CIE-Lab | 97.8788 | -11.6120 | 10.5773 |
#eaffe4 color RGB value is (234,255,228).
#eaffe4 hex color red value is 234, green value is 255 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #eaffe4 hue: 0.30 , saturation: 1.00 and the lightness value of eaffe4 is 0.95.
The process color (four color CMYK) of #eaffe4 color hex is 0.08, 0.00, 0.11, 0.00. Web safe color of #eaffe4 is #ffffcc. Color #eaffe4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11111111 | 11100100 |
Octal | 352 | 377 | 344 |
Decimal | 234 | 255 | 228 |
Hex | EA | FF | E4 |
Shades of #eaffe4
Tints of #eaffe4
RGB Percentages of Color #eaffe4
CMYK Percentages of Color #eaffe4
Complementary Color
#eaffe4 | #f9e4ff |
#eaffe4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaffe4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaffe4 Color CSS Codes
.mybgcolor {background-color:#eaffe4; } .myforecolor {color:#eaffe4; } .mybordercolor {border:3px solid #eaffe4; }
#eaffe4 Text Font Color
<p style="color:#eaffe4">Text here</p>
This sample text font color is #eaffe4
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.
#eaffe4 Background Color
<div style="background-color:#eaffe4">
Div content here</div>
This div background color is #eaffe4
#eaffe4 Border Color
<div style="border:3px solid #eaffe4">
Div here</div>
This div border color is #eaffe4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,255,228, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaffe4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaffe4; -webkit-box-shadow: 1px 1px 3px 2px #eaffe4; box-shadow: 1px 1px 3px 2px #eaffe4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,255,228, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaffe4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaffe4; -webkit-box-shadow: 1px 1px 3px 2px #eaffe4; box-shadow: 1px 1px 3px 2px #eaffe4;">
Div content here</div>
This div box has shadow with color #eaffe4
Comments
No comments written yet.
Please login to write comment.