Color Hex Logo

#fea487 Color Hex

#FEA487
(254,164,135)
0 Favorites   0 Comments

Color spaces of #fea487

RGB 254164135
HSL0.040.980.76
HSV15°47°100°
CMYK 0.000.350.47   0.00
XYZ58.521749.371029.3668
Yxy49.37100.42640.3597
Hunter Lab70.264525.705724.4051
CIE-Lab75.681630.187028.8519

#fea487 color RGB value is (254,164,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100100 10000111
Octal 376 244 207
Decimal 254 164 135
Hex FE A4 87

RGB Percentages of Color #fea487

%45.93
%29.66
%24.41

CMYK Percentages of Color #fea487

%0
%35
%47
%0

Triadic Colors of #fea487

#fea487 #87fea4 #a487fe

Analogous Colors of #fea487

#fea487 #fee087 #fe87a6

Monochromatic Colors of #fea487

#fea487

Complementary Color

#fea487 #87e1fe

#fea487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea487 Color CSS Codes

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

#fea487 Text Font Color

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

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


#fea487 Background Color

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

This div background color is #fea487


#fea487 Border Color

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

This div border color is #fea487


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,164,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 #fea487">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea487


Comments

No comments written yet.

Please login to write comment.