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