Color Hex Logo

#fea88e Color Hex

#FEA88E
(254,168,142)
0 Favorites   0 Comments

Color spaces of #fea88e

RGB 254168142
HSL0.040.980.78
HSV14°44°100°
CMYK 0.000.340.44   0.00
XYZ59.758251.029132.2912
Yxy51.02910.41770.3567
Hunter Lab71.434724.312423.2029
CIE-Lab76.696628.786626.4477

#fea88e color RGB value is (254,168,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101000 10001110
Octal 376 250 216
Decimal 254 168 142
Hex FE A8 8E

RGB Percentages of Color #fea88e

%45.04
%29.79
%25.18

CMYK Percentages of Color #fea88e

%0
%34
%44
%0

Triadic Colors of #fea88e

#fea88e #8efea8 #a88efe

Analogous Colors of #fea88e

#fea88e #fee08e #fe8eac

Monochromatic Colors of #fea88e

#fea88e

Complementary Color

#fea88e #8ee4fe

#fea88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea88e Color CSS Codes

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

#fea88e Text Font Color

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

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


#fea88e Background Color

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

This div background color is #fea88e


#fea88e Border Color

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

This div border color is #fea88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea88e

Related Colors


Comments

No comments written yet.

Please login to write comment.