Color spaces of #edf938
RGB | 237 | 249 | 56 |
---|---|---|---|
HSL | 0.18 | 0.94 | 0.60 |
HSV | 64° | 78° | 98° |
CMYK | 0.05 | 0.00 | 0.78 0.02 |
XYZ | 69.5145 | 86.0414 | 16.6852 |
Yxy | 86.0414 | 0.4036 | 0.4995 |
Hunter Lab | 92.7585 | -28.5570 | 54.2660 |
CIE-Lab | 94.3300 | -25.0735 | 83.1988 |
#edf938 color RGB value is (237,249,56).
#edf938 hex color red value is 237, green value is 249 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #edf938 hue: 0.18 , saturation: 0.94 and the lightness value of edf938 is 0.60.
The process color (four color CMYK) of #edf938 color hex is 0.05, 0.00, 0.78, 0.02. Web safe color of #edf938 is #ffff33. Color #edf938 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11111001 | 00111000 |
Octal | 355 | 371 | 70 |
Decimal | 237 | 249 | 56 |
Hex | ED | F9 | 38 |
Shades of #edf938
Tints of #edf938
RGB Percentages of Color #edf938
CMYK Percentages of Color #edf938
Complementary Color
#edf938 | #4438f9 |
#edf938 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edf938 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edf938 Color CSS Codes
.mybgcolor {background-color:#edf938; } .myforecolor {color:#edf938; } .mybordercolor {border:3px solid #edf938; }
#edf938 Text Font Color
<p style="color:#edf938">Text here</p>
This sample text font color is #edf938
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.
#edf938 Background Color
<div style="background-color:#edf938">
Div content here</div>
This div background color is #edf938
#edf938 Border Color
<div style="border:3px solid #edf938">
Div here</div>
This div border color is #edf938
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,249,56, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edf938; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edf938; -webkit-box-shadow: 1px 1px 3px 2px #edf938; box-shadow: 1px 1px 3px 2px #edf938; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,249,56, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edf938">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edf938; -webkit-box-shadow: 1px 1px 3px 2px #edf938; box-shadow: 1px 1px 3px 2px #edf938;">
Div content here</div>
This div box has shadow with color #edf938
Comments
No comments written yet.
Please login to write comment.