Color Hex Logo

#fea39a Color Hex

#FEA39A
(254,163,154)
0 Favorites   0 Comments

Color spaces of #fea39a

RGB 254163154
HSL0.020.980.80
HSV39°100°
CMYK 0.000.360.39   0.00
XYZ59.803049.598336.9933
Yxy49.59830.40850.3388
Hunter Lab70.426128.329518.1545
CIE-Lab75.822032.663418.7571

#fea39a color RGB value is (254,163,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100011 10011010
Octal 376 243 232
Decimal 254 163 154
Hex FE A3 9A

RGB Percentages of Color #fea39a

%44.48
%28.55
%26.97

CMYK Percentages of Color #fea39a

%0
%36
%39
%0

Triadic Colors of #fea39a

#fea39a #9afea3 #a39afe

Analogous Colors of #fea39a

#fea39a #fed59a #fe9ac3

Monochromatic Colors of #fea39a

#fea39a

Complementary Color

#fea39a #9af5fe

#fea39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea39a Color CSS Codes

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

#fea39a Text Font Color

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

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


#fea39a Background Color

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

This div background color is #fea39a


#fea39a Border Color

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

This div border color is #fea39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea39a


Comments

No comments written yet.

Please login to write comment.