Color spaces of #ede75b
RGB | 237 | 231 | 91 |
---|---|---|---|
HSL | 0.16 | 0.80 | 0.64 |
HSV | 58° | 62° | 93° |
CMYK | 0.00 | 0.03 | 0.62 0.07 |
XYZ | 65.3893 | 75.9117 | 21.1036 |
Yxy | 75.9117 | 0.4026 | 0.4674 |
Hunter Lab | 87.1273 | -18.5081 | 46.6282 |
CIE-Lab | 89.8183 | -14.7198 | 66.7022 |
#ede75b color RGB value is (237,231,91).
#ede75b hex color red value is 237, green value is 231 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ede75b hue: 0.16 , saturation: 0.80 and the lightness value of ede75b is 0.64.
The process color (four color CMYK) of #ede75b color hex is 0.00, 0.03, 0.62, 0.07. Web safe color of #ede75b is #ffff66. Color #ede75b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11100111 | 01011011 |
Octal | 355 | 347 | 133 |
Decimal | 237 | 231 | 91 |
Hex | ED | E7 | 5B |
Shades of #ede75b
Tints of #ede75b
RGB Percentages of Color #ede75b
CMYK Percentages of Color #ede75b
Complementary Color
#ede75b | #5b61ed |
#ede75b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ede75b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ede75b Color CSS Codes
.mybgcolor {background-color:#ede75b; } .myforecolor {color:#ede75b; } .mybordercolor {border:3px solid #ede75b; }
#ede75b Text Font Color
<p style="color:#ede75b">Text here</p>
This sample text font color is #ede75b
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.
#ede75b Background Color
<div style="background-color:#ede75b">
Div content here</div>
This div background color is #ede75b
#ede75b Border Color
<div style="border:3px solid #ede75b">
Div here</div>
This div border color is #ede75b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,231,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ede75b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ede75b; -webkit-box-shadow: 1px 1px 3px 2px #ede75b; box-shadow: 1px 1px 3px 2px #ede75b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,231,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ede75b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ede75b; -webkit-box-shadow: 1px 1px 3px 2px #ede75b; box-shadow: 1px 1px 3px 2px #ede75b;">
Div content here</div>
This div box has shadow with color #ede75b
Comments
No comments written yet.
Please login to write comment.