color details

Color Details
#FD5E53 Color Hex

#FD5E53 color RGB value is (15, 213, 229).
#FD5E53 hex color red value is 15, green value is 213, and blue value is 229.
Cylindrical-coordinate representations (HSL) of color #FD5E53 hue: 184.49, saturation: 0.88 and lightness: 0.48.

The process color (four-color CMYK) of #FD5E53 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #FD5E53 is #ff9999. Color #FD5E53 contains mainly RED.

Color Spaces
Color spaces of #FD5E53Value
RGB253, 94, 83
HSL0.01, 0.98, 0.66
HSV4°, 67°, 99°
XYZ46.08, 29.52, 11.45
Base Numbers
Base Red Green Blue
Binary 11111101 1011110 1010011
Octal 375 136 123
Decimal 253 94 83
Hex FD 5E 53

RGB Percentages for Color #FD5E53

58.84%
21.86%
19.3%

CMYK Percentages of the Color #FD5E53

62.85%
67.19%
0.78%
CSS Codes for Color #FD5E53
.mybgColor {background-color: #FD5E53;}
.myforeColor {color: #FD5E53;}
.myborderColor {border:3px solid #FD5E53;}
Text Font Color #FD5E53

<p style="color:#FD5E53">Text here</p>

This sample text is styled with the font color #FD5E53. 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,

Background Color #FD5E53

<div style="background-color:#FD5E53">Div content here</div>

The background color of this div is #FD5E53
Border Color #FD5E53

<div style="border:3px solid #FD5E53">Div here</div>

The border color of this div is #FD5E53
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(253, 94, 83, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #FD5E53;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #FD5E53;
-webkit-box-shadow: 1px 1px 3px #FD5E53;
box-shadow: 1px 1px 3px #FD5E53;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253, 94, 83, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #FD5E53;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #FD5E53; -webkit-box-shadow: 1px 1px 3px #FD5E53; box-shadow: 1px 1px 3px #FD5E53;">Div content here</div>

This div box has a shadow with a specified color. #FD5E53
Scroll to Top