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