Color Hex Logo

#fea18e Color Hex

#FEA18E
(254,161,142)
0 Favorites   0 Comments

Color spaces of #fea18e

RGB 254161142
HSL0.030.980.78
HSV10°44°100°
CMYK 0.000.370.44   0.00
XYZ58.500448.513631.8719
Yxy48.51360.42120.3493
Hunter Lab69.651728.031521.6257
CIE-Lab75.147732.436324.3570

#fea18e color RGB value is (254,161,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100001 10001110
Octal 376 241 216
Decimal 254 161 142
Hex FE A1 8E

RGB Percentages of Color #fea18e

%45.60
%28.90
%25.49

CMYK Percentages of Color #fea18e

%0
%37
%44
%0

Triadic Colors of #fea18e

#fea18e #8efea1 #a18efe

Analogous Colors of #fea18e

#fea18e #fed98e #fe8eb3

Monochromatic Colors of #fea18e

#fea18e

Complementary Color

#fea18e #8eebfe

#fea18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea18e Color CSS Codes

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

#fea18e Text Font Color

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

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


#fea18e Background Color

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

This div background color is #fea18e


#fea18e Border Color

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

This div border color is #fea18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea18e

Related Colors


Comments

No comments written yet.

Please login to write comment.