Color spaces of #e2bead
RGB | 226 | 190 | 173 |
---|---|---|---|
HSL | 0.05 | 0.48 | 0.78 |
HSV | 19° | 23° | 89° |
CMYK | 0.00 | 0.16 | 0.23 0.11 |
XYZ | 57.3203 | 56.0128 | 47.3256 |
Yxy | 56.0128 | 0.3568 | 0.3486 |
Hunter Lab | 74.8417 | 5.7379 | 14.8976 |
CIE-Lab | 79.6211 | 10.2752 | 13.3654 |
#e2bead color RGB value is (226,190,173).
#e2bead hex color red value is 226, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e2bead hue: 0.05 , saturation: 0.48 and the lightness value of e2bead is 0.78.
The process color (four color CMYK) of #e2bead color hex is 0.00, 0.16, 0.23, 0.11. Web safe color of #e2bead is #cccc99. Color #e2bead contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 10111110 | 10101101 |
Octal | 342 | 276 | 255 |
Decimal | 226 | 190 | 173 |
Hex | E2 | BE | AD |
Shades of #e2bead
Tints of #e2bead
RGB Percentages of Color #e2bead
CMYK Percentages of Color #e2bead
Complementary Color
#e2bead | #add1e2 |
#e2bead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2bead Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2bead Color CSS Codes
.mybgcolor {background-color:#e2bead; } .myforecolor {color:#e2bead; } .mybordercolor {border:3px solid #e2bead; }
#e2bead Text Font Color
<p style="color:#e2bead">Text here</p>
This sample text font color is #e2bead
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.
#e2bead Background Color
<div style="background-color:#e2bead">
Div content here</div>
This div background color is #e2bead
#e2bead Border Color
<div style="border:3px solid #e2bead">
Div here</div>
This div border color is #e2bead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,190,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2bead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2bead; -webkit-box-shadow: 1px 1px 3px 2px #e2bead; box-shadow: 1px 1px 3px 2px #e2bead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,190,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2bead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2bead; -webkit-box-shadow: 1px 1px 3px 2px #e2bead; box-shadow: 1px 1px 3px 2px #e2bead;">
Div content here</div>
This div box has shadow with color #e2bead
Comments
No comments written yet.
Please login to write comment.