Color Hex Logo

#fd987e Color Hex

#FD987E
(253,152,126)
0 Favorites   0 Comments

Color spaces of #fd987e

RGB 253152126
HSL0.030.970.74
HSV12°50°99°
CMYK 0.000.400.50   0.01
XYZ55.502144.845525.4694
Yxy44.84550.44110.3564
Hunter Lab66.966830.749024.3271
CIE-Lab72.790035.204829.8564

#fd987e color RGB value is (253,152,126).

#fd987e hex color red value is 253, green value is 152 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fd987e hue: 0.03 , saturation: 0.97 and the lightness value of fd987e is 0.74.

The process color (four color CMYK) of #fd987e color hex is 0.00, 0.40, 0.50, 0.01. Web safe color of #fd987e is #ff9966. Color #fd987e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011000 01111110
Octal 375 230 176
Decimal 253 152 126
Hex FD 98 7E

RGB Percentages of Color #fd987e

%47.65
%28.63
%23.73

CMYK Percentages of Color #fd987e

%0
%40
%50
%1

Triadic Colors of #fd987e

#fd987e #7efd98 #987efd

Analogous Colors of #fd987e

#fd987e #fdd87e #fd7ea4

Monochromatic Colors of #fd987e

#fd987e

Complementary Color

#fd987e #7ee3fd

#fd987e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd987e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd987e Color CSS Codes

.mybgcolor {background-color:#fd987e; } 
.myforecolor {color:#fd987e; }
.mybordercolor {border:3px solid #fd987e; }

#fd987e Text Font Color

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

This sample text font color is #fd987e
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.


#fd987e Background Color

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

This div background color is #fd987e


#fd987e Border Color

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

This div border color is #fd987e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,152,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd987e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd987e;
  -webkit-box-shadow: 1px 1px 3px 2px #fd987e;
  box-shadow:         1px 1px 3px 2px #fd987e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd987e


Comments

No comments written yet.

Please login to write comment.