Color Hex Logo

#fea87f Color Hex

#FEA87F
(254,168,127)
0 Favorites   0 Comments

Color spaces of #fea87f

RGB 254168127
HSL0.050.980.75
HSV19°50°100°
CMYK 0.000.340.50   0.00
XYZ58.706450.608426.7529
Yxy50.60840.43140.3719
Hunter Lab71.139622.809027.5010
CIE-Lab76.441227.359734.1153

#fea87f color RGB value is (254,168,127).

#fea87f hex color red value is 254, green value is 168 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fea87f hue: 0.05 , saturation: 0.98 and the lightness value of fea87f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101000 01111111
Octal 376 250 177
Decimal 254 168 127
Hex FE A8 7F

RGB Percentages of Color #fea87f

%46.27
%30.60
%23.13

CMYK Percentages of Color #fea87f

%0
%34
%50
%0

Triadic Colors of #fea87f

#fea87f #7ffea8 #a87ffe

Analogous Colors of #fea87f

#fea87f #fee87f #fe7f96

Monochromatic Colors of #fea87f

#fea87f

Complementary Color

#fea87f #7fd5fe

#fea87f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea87f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea87f Color CSS Codes

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

#fea87f Text Font Color

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

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


#fea87f Background Color

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

This div background color is #fea87f


#fea87f Border Color

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

This div border color is #fea87f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,168,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fea87f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fea87f;
  -webkit-box-shadow: 1px 1px 3px 2px #fea87f;
  box-shadow:         1px 1px 3px 2px #fea87f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,168,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea87f


Comments

No comments written yet.

Please login to write comment.