Color Hex Logo

#fea387 Color Hex

#FEA387
(254,163,135)
0 Favorites   0 Comments

Color spaces of #fea387

RGB 254163135
HSL0.040.980.76
HSV14°47°100°
CMYK 0.000.360.47   0.00
XYZ58.343449.014529.3074
Yxy49.01450.42690.3586
Hunter Lab70.010426.235524.1876
CIE-Lab75.460330.708028.5577

#fea387 color RGB value is (254,163,135).

#fea387 hex color red value is 254, green value is 163 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #fea387 hue: 0.04 , saturation: 0.98 and the lightness value of fea387 is 0.76.

The process color (four color CMYK) of #fea387 color hex is 0.00, 0.36, 0.47, 0.00. Web safe color of #fea387 is #ff9999. Color #fea387 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100011 10000111
Octal 376 243 207
Decimal 254 163 135
Hex FE A3 87

RGB Percentages of Color #fea387

%46.01
%29.53
%24.46

CMYK Percentages of Color #fea387

%0
%36
%47
%0

Triadic Colors of #fea387

#fea387 #87fea3 #a387fe

Analogous Colors of #fea387

#fea387 #fedf87 #fe87a7

Monochromatic Colors of #fea387

#fea387

Complementary Color

#fea387 #87e2fe

#fea387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea387 Color CSS Codes

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

#fea387 Text Font Color

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

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


#fea387 Background Color

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

This div background color is #fea387


#fea387 Border Color

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

This div border color is #fea387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea387


Comments

No comments written yet.

Please login to write comment.