Color Hex Logo

#fea79a Color Hex

#FEA79A
(254,167,154)
0 Favorites   0 Comments

Color spaces of #fea79a

RGB 254167154
HSL0.020.980.80
HSV39°100°
CMYK 0.000.340.39   0.00
XYZ60.524551.041437.2338
Yxy51.04140.40680.3430
Hunter Lab71.443326.193919.1104
CIE-Lab76.704130.577719.9760

#fea79a color RGB value is (254,167,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100111 10011010
Octal 376 247 232
Decimal 254 167 154
Hex FE A7 9A

RGB Percentages of Color #fea79a

%44.17
%29.04
%26.78

CMYK Percentages of Color #fea79a

%0
%34
%39
%0

Triadic Colors of #fea79a

#fea79a #9afea7 #a79afe

Analogous Colors of #fea79a

#fea79a #fed99a #fe9abf

Monochromatic Colors of #fea79a

#fea79a

Complementary Color

#fea79a #9af1fe

#fea79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea79a Color CSS Codes

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

#fea79a Text Font Color

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

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


#fea79a Background Color

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

This div background color is #fea79a


#fea79a Border Color

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

This div border color is #fea79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea79a

Related Colors


Comments

No comments written yet.

Please login to write comment.