Color spaces of #ede893
RGB | 237 | 232 | 147 |
---|---|---|---|
HSL | 0.16 | 0.71 | 0.75 |
HSV | 57° | 38° | 93° |
CMYK | 0.00 | 0.02 | 0.38 0.07 |
XYZ | 69.0481 | 77.8243 | 38.9861 |
Yxy | 77.8243 | 0.3715 | 0.4187 |
Hunter Lab | 88.2181 | -14.6701 | 35.5507 |
CIE-Lab | 90.6997 | -10.4350 | 41.9459 |
#ede893 color RGB value is (237,232,147).
#ede893 hex color red value is 237, green value is 232 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ede893 hue: 0.16 , saturation: 0.71 and the lightness value of ede893 is 0.75.
The process color (four color CMYK) of #ede893 color hex is 0.00, 0.02, 0.38, 0.07. Web safe color of #ede893 is #ffff99. Color #ede893 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11101000 | 10010011 |
Octal | 355 | 350 | 223 |
Decimal | 237 | 232 | 147 |
Hex | ED | E8 | 93 |
Shades of #ede893
Tints of #ede893
RGB Percentages of Color #ede893
CMYK Percentages of Color #ede893
Complementary Color
#ede893 | #9398ed |
#ede893 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ede893 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ede893 Color CSS Codes
.mybgcolor {background-color:#ede893; } .myforecolor {color:#ede893; } .mybordercolor {border:3px solid #ede893; }
#ede893 Text Font Color
<p style="color:#ede893">Text here</p>
This sample text font color is #ede893
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.
#ede893 Background Color
<div style="background-color:#ede893">
Div content here</div>
This div background color is #ede893
#ede893 Border Color
<div style="border:3px solid #ede893">
Div here</div>
This div border color is #ede893
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,232,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ede893; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ede893; -webkit-box-shadow: 1px 1px 3px 2px #ede893; box-shadow: 1px 1px 3px 2px #ede893; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,232,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ede893">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ede893; -webkit-box-shadow: 1px 1px 3px 2px #ede893; box-shadow: 1px 1px 3px 2px #ede893;">
Div content here</div>
This div box has shadow with color #ede893
Comments
No comments written yet.
Please login to write comment.