Color spaces of #ede250
RGB | 237 | 226 | 80 |
---|---|---|---|
HSL | 0.15 | 0.81 | 0.62 |
HSV | 56° | 66° | 93° |
CMYK | 0.00 | 0.05 | 0.66 0.07 |
XYZ | 63.5694 | 72.9764 | 18.3248 |
Yxy | 72.9764 | 0.4105 | 0.4712 |
Hunter Lab | 85.4262 | -16.6662 | 47.0800 |
CIE-Lab | 88.4365 | -12.8970 | 69.6407 |
#ede250 color RGB value is (237,226,80).
#ede250 hex color red value is 237, green value is 226 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ede250 hue: 0.15 , saturation: 0.81 and the lightness value of ede250 is 0.62.
The process color (four color CMYK) of #ede250 color hex is 0.00, 0.05, 0.66, 0.07. Web safe color of #ede250 is #ffcc66. Color #ede250 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11100010 | 01010000 |
Octal | 355 | 342 | 120 |
Decimal | 237 | 226 | 80 |
Hex | ED | E2 | 50 |
Shades of #ede250
Tints of #ede250
RGB Percentages of Color #ede250
CMYK Percentages of Color #ede250
Complementary Color
#ede250 | #505bed |
#ede250 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ede250 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ede250 Color CSS Codes
.mybgcolor {background-color:#ede250; } .myforecolor {color:#ede250; } .mybordercolor {border:3px solid #ede250; }
#ede250 Text Font Color
<p style="color:#ede250">Text here</p>
This sample text font color is #ede250
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.
#ede250 Background Color
<div style="background-color:#ede250">
Div content here</div>
This div background color is #ede250
#ede250 Border Color
<div style="border:3px solid #ede250">
Div here</div>
This div border color is #ede250
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,226,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ede250; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ede250; -webkit-box-shadow: 1px 1px 3px 2px #ede250; box-shadow: 1px 1px 3px 2px #ede250; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,226,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ede250">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ede250; -webkit-box-shadow: 1px 1px 3px 2px #ede250; box-shadow: 1px 1px 3px 2px #ede250;">
Div content here</div>
This div box has shadow with color #ede250
Comments
No comments written yet.
Please login to write comment.