Color spaces of #edeb5c
RGB | 237 | 235 | 92 |
---|---|---|---|
HSL | 0.16 | 0.80 | 0.65 |
HSV | 59° | 61° | 93° |
CMYK | 0.00 | 0.01 | 0.61 0.07 |
XYZ | 66.5651 | 78.1939 | 21.7098 |
Yxy | 78.1939 | 0.3999 | 0.4697 |
Hunter Lab | 88.4273 | -20.3790 | 47.3428 |
CIE-Lab | 90.8683 | -16.6157 | 67.4147 |
#edeb5c color RGB value is (237,235,92).
#edeb5c hex color red value is 237, green value is 235 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #edeb5c hue: 0.16 , saturation: 0.80 and the lightness value of edeb5c is 0.65.
The process color (four color CMYK) of #edeb5c color hex is 0.00, 0.01, 0.61, 0.07. Web safe color of #edeb5c is #ffff66. Color #edeb5c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11101011 | 01011100 |
Octal | 355 | 353 | 134 |
Decimal | 237 | 235 | 92 |
Hex | ED | EB | 5C |
Shades of #edeb5c
Tints of #edeb5c
RGB Percentages of Color #edeb5c
CMYK Percentages of Color #edeb5c
Complementary Color
#edeb5c | #5c5eed |
#edeb5c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edeb5c Color Preview on White Background
Lorem ipsum dolor sit amet.
#edeb5c Color CSS Codes
.mybgcolor {background-color:#edeb5c; } .myforecolor {color:#edeb5c; } .mybordercolor {border:3px solid #edeb5c; }
#edeb5c Text Font Color
<p style="color:#edeb5c">Text here</p>
This sample text font color is #edeb5c
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.
#edeb5c Background Color
<div style="background-color:#edeb5c">
Div content here</div>
This div background color is #edeb5c
#edeb5c Border Color
<div style="border:3px solid #edeb5c">
Div here</div>
This div border color is #edeb5c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,235,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edeb5c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edeb5c; -webkit-box-shadow: 1px 1px 3px 2px #edeb5c; box-shadow: 1px 1px 3px 2px #edeb5c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,235,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edeb5c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edeb5c; -webkit-box-shadow: 1px 1px 3px 2px #edeb5c; box-shadow: 1px 1px 3px 2px #edeb5c;">
Div content here</div>
This div box has shadow with color #edeb5c
Comments
No comments written yet.
Please login to write comment.