Color spaces of #edf541
RGB | 237 | 245 | 65 |
---|---|---|---|
HSL | 0.17 | 0.90 | 0.61 |
HSV | 63° | 73° | 96° |
CMYK | 0.03 | 0.00 | 0.73 0.04 |
XYZ | 68.5316 | 83.6910 | 17.5430 |
Yxy | 83.6910 | 0.4037 | 0.4930 |
Hunter Lab | 91.4828 | -26.3769 | 52.6683 |
CIE-Lab | 93.3161 | -22.8364 | 79.6471 |
#edf541 color RGB value is (237,245,65).
#edf541 hex color red value is 237, green value is 245 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #edf541 hue: 0.17 , saturation: 0.90 and the lightness value of edf541 is 0.61.
The process color (four color CMYK) of #edf541 color hex is 0.03, 0.00, 0.73, 0.04. Web safe color of #edf541 is #ffff33. Color #edf541 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11110101 | 01000001 |
Octal | 355 | 365 | 101 |
Decimal | 237 | 245 | 65 |
Hex | ED | F5 | 41 |
Shades of #edf541
Tints of #edf541
RGB Percentages of Color #edf541
CMYK Percentages of Color #edf541
Complementary Color
#edf541 | #4941f5 |
#edf541 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edf541 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edf541 Color CSS Codes
.mybgcolor {background-color:#edf541; } .myforecolor {color:#edf541; } .mybordercolor {border:3px solid #edf541; }
#edf541 Text Font Color
<p style="color:#edf541">Text here</p>
This sample text font color is #edf541
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.
#edf541 Background Color
<div style="background-color:#edf541">
Div content here</div>
This div background color is #edf541
#edf541 Border Color
<div style="border:3px solid #edf541">
Div here</div>
This div border color is #edf541
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,245,65, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edf541; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edf541; -webkit-box-shadow: 1px 1px 3px 2px #edf541; box-shadow: 1px 1px 3px 2px #edf541; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,245,65, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edf541">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edf541; -webkit-box-shadow: 1px 1px 3px 2px #edf541; box-shadow: 1px 1px 3px 2px #edf541;">
Div content here</div>
This div box has shadow with color #edf541
Comments
No comments written yet.
Please login to write comment.