Color Hex Logo

#fea18d Color Hex

#FEA18D
(254,161,141)
0 Favorites   0 Comments

Color spaces of #fea18d

RGB 254161141
HSL0.030.980.77
HSV11°44°100°
CMYK 0.000.370.44   0.00
XYZ58.425648.483731.4782
Yxy48.48370.42220.3503
Hunter Lab69.630227.923521.9375
CIE-Lab75.129032.335724.8737

#fea18d color RGB value is (254,161,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100001 10001101
Octal 376 241 215
Decimal 254 161 141
Hex FE A1 8D

RGB Percentages of Color #fea18d

%45.68
%28.96
%25.36

CMYK Percentages of Color #fea18d

%0
%37
%44
%0

Triadic Colors of #fea18d

#fea18d #8dfea1 #a18dfe

Analogous Colors of #fea18d

#fea18d #feda8d #fe8db2

Monochromatic Colors of #fea18d

#fea18d

Complementary Color

#fea18d #8deafe

#fea18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea18d Color CSS Codes

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

#fea18d Text Font Color

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

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


#fea18d Background Color

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

This div background color is #fea18d


#fea18d Border Color

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

This div border color is #fea18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea18d

Related Colors


Comments

No comments written yet.

Please login to write comment.