Color Hex Logo

#fea78e Color Hex

#FEA78E
(254,167,142)
0 Favorites   0 Comments

Color spaces of #fea78e

RGB 254167142
HSL0.040.980.78
HSV13°44°100°
CMYK 0.000.340.44   0.00
XYZ59.574350.661332.2299
Yxy50.66130.41820.3556
Hunter Lab71.176824.843622.9763
CIE-Lab76.473429.309026.1473

#fea78e color RGB value is (254,167,142).

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

The process color (four color CMYK) of #fea78e color hex is 0.00, 0.34, 0.44, 0.00. Web safe color of #fea78e is #ff9999. Color #fea78e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100111 10001110
Octal 376 247 216
Decimal 254 167 142
Hex FE A7 8E

RGB Percentages of Color #fea78e

%45.12
%29.66
%25.22

CMYK Percentages of Color #fea78e

%0
%34
%44
%0

Triadic Colors of #fea78e

#fea78e #8efea7 #a78efe

Analogous Colors of #fea78e

#fea78e #fedf8e #fe8ead

Monochromatic Colors of #fea78e

#fea78e

Complementary Color

#fea78e #8ee5fe

#fea78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea78e Color CSS Codes

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

#fea78e Text Font Color

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

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


#fea78e Background Color

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

This div background color is #fea78e


#fea78e Border Color

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

This div border color is #fea78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea78e


Comments

No comments written yet.

Please login to write comment.