Color spaces of #ffeaea
RGB | 255 | 234 | 234 |
---|---|---|---|
HSL | 0.00 | 1.00 | 0.96 |
HSV | 0° | 8° | 100° |
CMYK | 0.00 | 0.08 | 0.08 0.00 |
XYZ | 85.5141 | 86.0462 | 89.9434 |
Yxy | 86.0462 | 0.3270 | 0.3290 |
Hunter Lab | 92.7611 | 2.2227 | 7.4437 |
CIE-Lab | 94.3321 | 7.1222 | 2.5701 |
#ffeaea color RGB value is (255,234,234).
#ffeaea hex color red value is 255, green value is 234 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ffeaea hue: 0.00 , saturation: 1.00 and the lightness value of ffeaea is 0.96.
The process color (four color CMYK) of #ffeaea color hex is 0.00, 0.08, 0.08, 0.00. Web safe color of #ffeaea is #ffffff. Color #ffeaea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11101010 | 11101010 |
Octal | 377 | 352 | 352 |
Decimal | 255 | 234 | 234 |
Hex | FF | EA | EA |
Shades of #ffeaea
Tints of #ffeaea
RGB Percentages of Color #ffeaea
CMYK Percentages of Color #ffeaea
Complementary Color
#ffeaea | #eaffff |
#ffeaea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffeaea Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffeaea Color CSS Codes
.mybgcolor {background-color:#ffeaea; } .myforecolor {color:#ffeaea; } .mybordercolor {border:3px solid #ffeaea; }
#ffeaea Text Font Color
<p style="color:#ffeaea">Text here</p>
This sample text font color is #ffeaea
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.
#ffeaea Background Color
<div style="background-color:#ffeaea">
Div content here</div>
This div background color is #ffeaea
#ffeaea Border Color
<div style="border:3px solid #ffeaea">
Div here</div>
This div border color is #ffeaea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,234,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffeaea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffeaea; -webkit-box-shadow: 1px 1px 3px 2px #ffeaea; box-shadow: 1px 1px 3px 2px #ffeaea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,234,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffeaea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffeaea; -webkit-box-shadow: 1px 1px 3px 2px #ffeaea; box-shadow: 1px 1px 3px 2px #ffeaea;">
Div content here</div>
This div box has shadow with color #ffeaea
#ffeaea Color Palettes
Comments
No comments written yet.
Please login to write comment.