Color spaces of #edf268
RGB | 237 | 242 | 104 |
---|---|---|---|
HSL | 0.17 | 0.84 | 0.68 |
HSV | 62° | 57° | 95° |
CMYK | 0.02 | 0.00 | 0.57 0.05 |
XYZ | 69.1759 | 82.5083 | 25.3764 |
Yxy | 82.5083 | 0.3907 | 0.4660 |
Hunter Lab | 90.8341 | -23.0206 | 47.0200 |
CIE-Lab | 92.7987 | -19.2056 | 64.5043 |
#edf268 color RGB value is (237,242,104).
#edf268 hex color red value is 237, green value is 242 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #edf268 hue: 0.17 , saturation: 0.84 and the lightness value of edf268 is 0.68.
The process color (four color CMYK) of #edf268 color hex is 0.02, 0.00, 0.57, 0.05. Web safe color of #edf268 is #ffff66. Color #edf268 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11110010 | 01101000 |
Octal | 355 | 362 | 150 |
Decimal | 237 | 242 | 104 |
Hex | ED | F2 | 68 |
Shades of #edf268
Tints of #edf268
RGB Percentages of Color #edf268
CMYK Percentages of Color #edf268
Complementary Color
#edf268 | #6d68f2 |
#edf268 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edf268 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edf268 Color CSS Codes
.mybgcolor {background-color:#edf268; } .myforecolor {color:#edf268; } .mybordercolor {border:3px solid #edf268; }
#edf268 Text Font Color
<p style="color:#edf268">Text here</p>
This sample text font color is #edf268
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.
#edf268 Background Color
<div style="background-color:#edf268">
Div content here</div>
This div background color is #edf268
#edf268 Border Color
<div style="border:3px solid #edf268">
Div here</div>
This div border color is #edf268
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,242,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edf268; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edf268; -webkit-box-shadow: 1px 1px 3px 2px #edf268; box-shadow: 1px 1px 3px 2px #edf268; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,242,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edf268">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edf268; -webkit-box-shadow: 1px 1px 3px 2px #edf268; box-shadow: 1px 1px 3px 2px #edf268;">
Div content here</div>
This div box has shadow with color #edf268
Comments
No comments written yet.
Please login to write comment.