Color Hex Logo

#fea089 Color Hex

#FEA089
(254,160,137)
0 Favorites   0 Comments

Color spaces of #fea089

RGB 254160137
HSL0.030.980.77
HSV12°46°100°
CMYK 0.000.370.46   0.00
XYZ57.959248.018629.8806
Yxy48.01860.42660.3534
Hunter Lab69.295528.031622.9406
CIE-Lab74.836732.461526.6459

#fea089 color RGB value is (254,160,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100000 10001001
Octal 376 240 211
Decimal 254 160 137
Hex FE A0 89

RGB Percentages of Color #fea089

%46.10
%29.04
%24.86

CMYK Percentages of Color #fea089

%0
%37
%46
%0

Triadic Colors of #fea089

#fea089 #89fea0 #a089fe

Analogous Colors of #fea089

#fea089 #fedb89 #fe89ad

Monochromatic Colors of #fea089

#fea089

Complementary Color

#fea089 #89e7fe

#fea089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea089 Color CSS Codes

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

#fea089 Text Font Color

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

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


#fea089 Background Color

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

This div background color is #fea089


#fea089 Border Color

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

This div border color is #fea089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea089


Comments

No comments written yet.

Please login to write comment.