Color Hex Logo

#fea88d Color Hex

#FEA88D
(254,168,141)
0 Favorites   0 Comments

Color spaces of #fea88d

RGB 254168141
HSL0.040.980.77
HSV14°44°100°
CMYK 0.000.340.44   0.00
XYZ59.683450.999231.8975
Yxy50.99920.41860.3577
Hunter Lab71.413724.205823.5073
CIE-Lab76.678528.685926.9608

#fea88d color RGB value is (254,168,141).

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

The process color (four color CMYK) of #fea88d color hex is 0.00, 0.34, 0.44, 0.00. Web safe color of #fea88d is #ff9999. Color #fea88d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101000 10001101
Octal 376 250 215
Decimal 254 168 141
Hex FE A8 8D

RGB Percentages of Color #fea88d

%45.12
%29.84
%25.04

CMYK Percentages of Color #fea88d

%0
%34
%44
%0

Triadic Colors of #fea88d

#fea88d #8dfea8 #a88dfe

Analogous Colors of #fea88d

#fea88d #fee18d #fe8dab

Monochromatic Colors of #fea88d

#fea88d

Complementary Color

#fea88d #8de3fe

#fea88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea88d Color CSS Codes

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

#fea88d Text Font Color

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

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


#fea88d Background Color

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

This div background color is #fea88d


#fea88d Border Color

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

This div border color is #fea88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea88d

Related Colors


Comments

No comments written yet.

Please login to write comment.