Color spaces of #ffaebd
RGB | 255 | 174 | 189 |
---|---|---|---|
HSL | 0.97 | 1.00 | 0.84 |
HSV | 349° | 32° | 100° |
CMYK | 0.00 | 0.32 | 0.26 0.00 |
XYZ | 65.5614 | 55.2062 | 55.3445 |
Yxy | 55.2062 | 0.3723 | 0.3135 |
Hunter Lab | 74.3009 | 27.4778 | 7.8473 |
CIE-Lab | 79.1599 | 31.6086 | 4.4558 |
#ffaebd color RGB value is (255,174,189).
#ffaebd hex color red value is 255, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ffaebd hue: 0.97 , saturation: 1.00 and the lightness value of ffaebd is 0.84.
The process color (four color CMYK) of #ffaebd color hex is 0.00, 0.32, 0.26, 0.00. Web safe color of #ffaebd is #ff99cc. Color #ffaebd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10101110 | 10111101 |
Octal | 377 | 256 | 275 |
Decimal | 255 | 174 | 189 |
Hex | FF | AE | BD |
Shades of #ffaebd
Tints of #ffaebd
RGB Percentages of Color #ffaebd
CMYK Percentages of Color #ffaebd
Complementary Color
#ffaebd | #aefff0 |
#ffaebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffaebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffaebd Color CSS Codes
.mybgcolor {background-color:#ffaebd; } .myforecolor {color:#ffaebd; } .mybordercolor {border:3px solid #ffaebd; }
#ffaebd Text Font Color
<p style="color:#ffaebd">Text here</p>
This sample text font color is #ffaebd
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.
#ffaebd Background Color
<div style="background-color:#ffaebd">
Div content here</div>
This div background color is #ffaebd
#ffaebd Border Color
<div style="border:3px solid #ffaebd">
Div here</div>
This div border color is #ffaebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,174,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffaebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffaebd; -webkit-box-shadow: 1px 1px 3px 2px #ffaebd; box-shadow: 1px 1px 3px 2px #ffaebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,174,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffaebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffaebd; -webkit-box-shadow: 1px 1px 3px 2px #ffaebd; box-shadow: 1px 1px 3px 2px #ffaebd;">
Div content here</div>
This div box has shadow with color #ffaebd
#ffaebd Color Palettes
Comments
No comments written yet.
Please login to write comment.