#eed587 color RGB value is (14, 237, 88).
#eed587 hex color red value is 14, green value is 237, and blue value is 88.
Cylindrical-coordinate representations (HSL) of color #eed587
hue: 139.91,
saturation: 0.89 and lightness: 0.49.
The process color (four-color CMYK) of #eed587 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #eed587 is #ff9999. Color #eed587 contains mainly RED.
Color spaces of #eed587 | Value |
---|---|
RGB | 238, 213, 135 |
HSL | 0.13, 0.75, 0.73 |
HSV | 45°, 43°, 93° |
XYZ | 63.43, 67.52, 32.61 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11010101 | 10000111 |
Octal | 356 | 325 | 207 |
Decimal | 238 | 213 | 135 |
Hex | EE | D5 | 87 |
Shades of #eed587
Tints of #eed587
.mybgColor {background-color: #eed587;} .myforeColor {color: #eed587;} .myborderColor {border:3px solid #eed587;}
<p style="color:#eed587">Text here</p>
This sample text is styled with the font color #eed587. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#eed587">Div content here</div>
<div style="border:3px solid #eed587">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238, 213, 135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eed587; } .divShadow { -moz-box-shadow: 1px 1px 3px #eed587; -webkit-box-shadow: 1px 1px 3px #eed587; box-shadow: 1px 1px 3px #eed587; }
<p style="text-shadow: 4px 4px 2px rgba(238, 213, 135, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #eed587;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #eed587;
-webkit-box-shadow: 1px 1px 3px #eed587;
box-shadow: 1px 1px 3px #eed587;">Div content here</div>