Color Hex Logo

#fea97d Color Hex

#FEA97D
(254,169,125)
0 Favorites   0 Comments

Color spaces of #fea97d

RGB 254169125
HSL0.060.980.74
HSV20°51°100°
CMYK 0.000.330.51   0.00
XYZ58.762750.927426.1349
Yxy50.92740.43260.3749
Hunter Lab71.363422.096028.2411
CIE-Lab76.635026.660335.4215

#fea97d color RGB value is (254,169,125).

#fea97d hex color red value is 254, green value is 169 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fea97d hue: 0.06 , saturation: 0.98 and the lightness value of fea97d is 0.74.

The process color (four color CMYK) of #fea97d color hex is 0.00, 0.33, 0.51, 0.00. Web safe color of #fea97d is #ff9966. Color #fea97d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 01111101
Octal 376 251 175
Decimal 254 169 125
Hex FE A9 7D

RGB Percentages of Color #fea97d

%46.35
%30.84
%22.81

CMYK Percentages of Color #fea97d

%0
%33
%51
%0

Triadic Colors of #fea97d

#fea97d #7dfea9 #a97dfe

Analogous Colors of #fea97d

#fea97d #feea7d #fe7d92

Monochromatic Colors of #fea97d

#fea97d

Complementary Color

#fea97d #7dd2fe

#fea97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea97d Color CSS Codes

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

#fea97d Text Font Color

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

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


#fea97d Background Color

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

This div background color is #fea97d


#fea97d Border Color

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

This div border color is #fea97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea97d


Comments

No comments written yet.

Please login to write comment.