Color Hex Logo

#fea18b Color Hex

#FEA18B
(254,161,139)
0 Favorites   0 Comments

Color spaces of #fea18b

RGB 254161139
HSL0.030.980.77
HSV11°45°100°
CMYK 0.000.370.45   0.00
XYZ58.278148.424630.7014
Yxy48.42460.42410.3524
Hunter Lab69.587827.710822.5533
CIE-Lab75.092032.137325.9068

#fea18b color RGB value is (254,161,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100001 10001011
Octal 376 241 213
Decimal 254 161 139
Hex FE A1 8B

RGB Percentages of Color #fea18b

%45.85
%29.06
%25.09

CMYK Percentages of Color #fea18b

%0
%37
%45
%0

Triadic Colors of #fea18b

#fea18b #8bfea1 #a18bfe

Analogous Colors of #fea18b

#fea18b #fedb8b #fe8baf

Monochromatic Colors of #fea18b

#fea18b

Complementary Color

#fea18b #8be8fe

#fea18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea18b Color CSS Codes

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

#fea18b Text Font Color

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

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


#fea18b Background Color

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

This div background color is #fea18b


#fea18b Border Color

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

This div border color is #fea18b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea18b


Comments

No comments written yet.

Please login to write comment.