Color Hex Logo

#fea87d Color Hex

#FEA87D
(254,168,125)
1 Favorites   0 Comments

Color spaces of #fea87d

RGB 254168125
HSL0.060.980.74
HSV20°51°100°
CMYK 0.000.340.51   0.00
XYZ58.577450.556826.0731
Yxy50.55680.43320.3739
Hunter Lab71.103322.623828.0311
CIE-Lab76.409827.183035.1312

#fea87d color RGB value is (254,168,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101000 01111101
Octal 376 250 175
Decimal 254 168 125
Hex FE A8 7D

RGB Percentages of Color #fea87d

%46.44
%30.71
%22.85

CMYK Percentages of Color #fea87d

%0
%34
%51
%0

Triadic Colors of #fea87d

#fea87d #7dfea8 #a87dfe

Analogous Colors of #fea87d

#fea87d #fee97d #fe7d93

Monochromatic Colors of #fea87d

#fea87d

Complementary Color

#fea87d #7dd3fe

#fea87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea87d Color CSS Codes

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

#fea87d Text Font Color

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

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


#fea87d Background Color

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

This div background color is #fea87d


#fea87d Border Color

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

This div border color is #fea87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea87d


Comments

No comments written yet.

Please login to write comment.