Color spaces of #edf555
RGB | 237 | 245 | 85 |
---|---|---|---|
HSL | 0.18 | 0.89 | 0.65 |
HSV | 63° | 65° | 96° |
CMYK | 0.03 | 0.00 | 0.65 0.04 |
XYZ | 69.2172 | 83.9652 | 21.1531 |
Yxy | 83.9652 | 0.3970 | 0.4816 |
Hunter Lab | 91.6325 | -25.5219 | 50.4558 |
CIE-Lab | 93.4354 | -21.8603 | 72.8481 |
#edf555 color RGB value is (237,245,85).
#edf555 hex color red value is 237, green value is 245 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #edf555 hue: 0.18 , saturation: 0.89 and the lightness value of edf555 is 0.65.
The process color (four color CMYK) of #edf555 color hex is 0.03, 0.00, 0.65, 0.04. Web safe color of #edf555 is #ffff66. Color #edf555 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11110101 | 01010101 |
Octal | 355 | 365 | 125 |
Decimal | 237 | 245 | 85 |
Hex | ED | F5 | 55 |
Shades of #edf555
Tints of #edf555
RGB Percentages of Color #edf555
CMYK Percentages of Color #edf555
Complementary Color
#edf555 | #5d55f5 |
#edf555 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edf555 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edf555 Color CSS Codes
.mybgcolor {background-color:#edf555; } .myforecolor {color:#edf555; } .mybordercolor {border:3px solid #edf555; }
#edf555 Text Font Color
<p style="color:#edf555">Text here</p>
This sample text font color is #edf555
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.
#edf555 Background Color
<div style="background-color:#edf555">
Div content here</div>
This div background color is #edf555
#edf555 Border Color
<div style="border:3px solid #edf555">
Div here</div>
This div border color is #edf555
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,245,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edf555; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edf555; -webkit-box-shadow: 1px 1px 3px 2px #edf555; box-shadow: 1px 1px 3px 2px #edf555; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,245,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edf555">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edf555; -webkit-box-shadow: 1px 1px 3px 2px #edf555; box-shadow: 1px 1px 3px 2px #edf555;">
Div content here</div>
This div box has shadow with color #edf555
Comments
No comments written yet.
Please login to write comment.