Color Hex Logo

#fea38d Color Hex

#FEA38D
(254,163,141)
0 Favorites   0 Comments

Color spaces of #fea38d

RGB 254163141
HSL0.030.980.77
HSV12°44°100°
CMYK 0.000.360.44   0.00
XYZ58.778049.188331.5957
Yxy49.18830.42120.3524
Hunter Lab70.134426.861622.3838
CIE-Lab75.568331.295125.4669

#fea38d color RGB value is (254,163,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100011 10001101
Octal 376 243 215
Decimal 254 163 141
Hex FE A3 8D

RGB Percentages of Color #fea38d

%45.52
%29.21
%25.27

CMYK Percentages of Color #fea38d

%0
%36
%44
%0

Triadic Colors of #fea38d

#fea38d #8dfea3 #a38dfe

Analogous Colors of #fea38d

#fea38d #fedc8d #fe8db0

Monochromatic Colors of #fea38d

#fea38d

Complementary Color

#fea38d #8de8fe

#fea38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea38d Color CSS Codes

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

#fea38d Text Font Color

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

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


#fea38d Background Color

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

This div background color is #fea38d


#fea38d Border Color

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

This div border color is #fea38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea38d

Related Colors


Comments

No comments written yet.

Please login to write comment.