Color spaces of #edae7e
RGB | 237 | 174 | 126 |
---|---|---|---|
HSL | 0.07 | 0.76 | 0.71 |
HSV | 26° | 47° | 93° |
CMYK | 0.00 | 0.27 | 0.47 0.07 |
XYZ | 53.8270 | 49.7830 | 26.5108 |
Yxy | 49.7830 | 0.4137 | 0.3826 |
Hunter Lab | 70.5571 | 12.7003 | 27.1126 |
CIE-Lab | 75.9359 | 17.3978 | 33.6230 |
#edae7e color RGB value is (237,174,126).
#edae7e hex color red value is 237, green value is 174 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #edae7e hue: 0.07 , saturation: 0.76 and the lightness value of edae7e is 0.71.
The process color (four color CMYK) of #edae7e color hex is 0.00, 0.27, 0.47, 0.07. Web safe color of #edae7e is #ff9966. Color #edae7e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10101110 | 01111110 |
Octal | 355 | 256 | 176 |
Decimal | 237 | 174 | 126 |
Hex | ED | AE | 7E |
Shades of #edae7e
Tints of #edae7e
RGB Percentages of Color #edae7e
CMYK Percentages of Color #edae7e
Complementary Color
#edae7e | #7ebded |
#edae7e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edae7e Color Preview on White Background
Lorem ipsum dolor sit amet.
#edae7e Color CSS Codes
.mybgcolor {background-color:#edae7e; } .myforecolor {color:#edae7e; } .mybordercolor {border:3px solid #edae7e; }
#edae7e Text Font Color
<p style="color:#edae7e">Text here</p>
This sample text font color is #edae7e
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.
#edae7e Background Color
<div style="background-color:#edae7e">
Div content here</div>
This div background color is #edae7e
#edae7e Border Color
<div style="border:3px solid #edae7e">
Div here</div>
This div border color is #edae7e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,174,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edae7e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edae7e; -webkit-box-shadow: 1px 1px 3px 2px #edae7e; box-shadow: 1px 1px 3px 2px #edae7e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,174,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edae7e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edae7e; -webkit-box-shadow: 1px 1px 3px 2px #edae7e; box-shadow: 1px 1px 3px 2px #edae7e;">
Div content here</div>
This div box has shadow with color #edae7e
Comments
No comments written yet.
Please login to write comment.