Color spaces of #e2afbd
RGB | 226 | 175 | 189 |
---|---|---|---|
HSL | 0.95 | 0.47 | 0.79 |
HSV | 344° | 23° | 89° |
CMYK | 0.00 | 0.23 | 0.16 0.11 |
XYZ | 55.8793 | 50.5028 | 54.9470 |
Yxy | 50.5028 | 0.3464 | 0.3130 |
Hunter Lab | 71.0653 | 15.9918 | 3.9033 |
CIE-Lab | 76.3768 | 20.6890 | 0.0405 |
#e2afbd color RGB value is (226,175,189).
#e2afbd hex color red value is 226, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e2afbd hue: 0.95 , saturation: 0.47 and the lightness value of e2afbd is 0.79.
The process color (four color CMYK) of #e2afbd color hex is 0.00, 0.23, 0.16, 0.11. Web safe color of #e2afbd is #cc99cc. Color #e2afbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 10101111 | 10111101 |
Octal | 342 | 257 | 275 |
Decimal | 226 | 175 | 189 |
Hex | E2 | AF | BD |
Shades of #e2afbd
Tints of #e2afbd
RGB Percentages of Color #e2afbd
CMYK Percentages of Color #e2afbd
Complementary Color
#e2afbd | #afe2d4 |
#e2afbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2afbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2afbd Color CSS Codes
.mybgcolor {background-color:#e2afbd; } .myforecolor {color:#e2afbd; } .mybordercolor {border:3px solid #e2afbd; }
#e2afbd Text Font Color
<p style="color:#e2afbd">Text here</p>
This sample text font color is #e2afbd
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.
#e2afbd Background Color
<div style="background-color:#e2afbd">
Div content here</div>
This div background color is #e2afbd
#e2afbd Border Color
<div style="border:3px solid #e2afbd">
Div here</div>
This div border color is #e2afbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,175,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2afbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2afbd; -webkit-box-shadow: 1px 1px 3px 2px #e2afbd; box-shadow: 1px 1px 3px 2px #e2afbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,175,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 #e2afbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2afbd; -webkit-box-shadow: 1px 1px 3px 2px #e2afbd; box-shadow: 1px 1px 3px 2px #e2afbd;">
Div content here</div>
This div box has shadow with color #e2afbd
Comments
No comments written yet.
Please login to write comment.