Color spaces of #edad77
RGB | 237 | 173 | 119 |
---|---|---|---|
HSL | 0.08 | 0.77 | 0.70 |
HSV | 27° | 50° | 93° |
CMYK | 0.00 | 0.27 | 0.50 0.07 |
XYZ | 53.1984 | 49.2236 | 24.1500 |
Yxy | 49.2236 | 0.4203 | 0.3889 |
Hunter Lab | 70.1595 | 12.5683 | 28.7031 |
CIE-Lab | 75.5902 | 17.2710 | 36.8500 |
#edad77 color RGB value is (237,173,119).
#edad77 hex color red value is 237, green value is 173 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #edad77 hue: 0.08 , saturation: 0.77 and the lightness value of edad77 is 0.70.
The process color (four color CMYK) of #edad77 color hex is 0.00, 0.27, 0.50, 0.07. Web safe color of #edad77 is #ff9966. Color #edad77 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10101101 | 01110111 |
Octal | 355 | 255 | 167 |
Decimal | 237 | 173 | 119 |
Hex | ED | AD | 77 |
Shades of #edad77
Tints of #edad77
RGB Percentages of Color #edad77
CMYK Percentages of Color #edad77
Complementary Color
#edad77 | #77b7ed |
#edad77 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edad77 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edad77 Color CSS Codes
.mybgcolor {background-color:#edad77; } .myforecolor {color:#edad77; } .mybordercolor {border:3px solid #edad77; }
#edad77 Text Font Color
<p style="color:#edad77">Text here</p>
This sample text font color is #edad77
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.
#edad77 Background Color
<div style="background-color:#edad77">
Div content here</div>
This div background color is #edad77
#edad77 Border Color
<div style="border:3px solid #edad77">
Div here</div>
This div border color is #edad77
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,173,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edad77; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edad77; -webkit-box-shadow: 1px 1px 3px 2px #edad77; box-shadow: 1px 1px 3px 2px #edad77; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,173,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edad77">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edad77; -webkit-box-shadow: 1px 1px 3px 2px #edad77; box-shadow: 1px 1px 3px 2px #edad77;">
Div content here</div>
This div box has shadow with color #edad77
Comments
No comments written yet.
Please login to write comment.