Color Hex Logo

#fea289 Color Hex

#FEA289
(254,162,137)
0 Favorites   0 Comments

Color spaces of #fea289

RGB 254162137
HSL0.040.980.77
HSV13°46°100°
CMYK 0.000.360.46   0.00
XYZ58.308748.717629.9971
Yxy48.71760.42550.3555
Hunter Lab69.798026.971023.3775
CIE-Lab75.275331.421327.2335

#fea289 color RGB value is (254,162,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100010 10001001
Octal 376 242 211
Decimal 254 162 137
Hex FE A2 89

RGB Percentages of Color #fea289

%45.93
%29.29
%24.77

CMYK Percentages of Color #fea289

%0
%36
%46
%0

Triadic Colors of #fea289

#fea289 #89fea2 #a289fe

Analogous Colors of #fea289

#fea289 #fedd89 #fe89ab

Monochromatic Colors of #fea289

#fea289

Complementary Color

#fea289 #89e5fe

#fea289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea289 Color CSS Codes

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

#fea289 Text Font Color

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

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


#fea289 Background Color

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

This div background color is #fea289


#fea289 Border Color

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

This div border color is #fea289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea289


Comments

No comments written yet.

Please login to write comment.