Color Hex Logo

#fea19b Color Hex

#FEA19B
(254,161,155)
0 Favorites   0 Comments

Color spaces of #fea19b

RGB 254161155
HSL0.010.980.80
HSV39°100°
CMYK 0.000.370.39   0.00
XYZ59.534348.927137.3164
Yxy48.92710.40840.3356
Hunter Lab69.947929.516717.3330
CIE-Lab75.406033.814217.6346

#fea19b color RGB value is (254,161,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100001 10011011
Octal 376 241 233
Decimal 254 161 155
Hex FE A1 9B

RGB Percentages of Color #fea19b

%44.56
%28.25
%27.19

CMYK Percentages of Color #fea19b

%0
%37
%39
%0

Triadic Colors of #fea19b

#fea19b #9bfea1 #a19bfe

Analogous Colors of #fea19b

#fea19b #fed39b #fe9bc7

Monochromatic Colors of #fea19b

#fea19b

Complementary Color

#fea19b #9bf8fe

#fea19b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea19b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea19b Color CSS Codes

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

#fea19b Text Font Color

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

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


#fea19b Background Color

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

This div background color is #fea19b


#fea19b Border Color

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

This div border color is #fea19b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea19b


Comments

No comments written yet.

Please login to write comment.