Color Hex Logo

#fea47b Color Hex

#FEA47B
(254,164,123)
0 Favorites   0 Comments

Color spaces of #fea47b

RGB 254164123
HSL0.050.980.74
HSV19°52°100°
CMYK 0.000.350.52   0.00
XYZ57.723749.051825.1645
Yxy49.05180.43750.3718
Hunter Lab70.037024.553027.7228
CIE-Lab75.483529.098234.9940

#fea47b color RGB value is (254,164,123).

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

The process color (four color CMYK) of #fea47b color hex is 0.00, 0.35, 0.52, 0.00. Web safe color of #fea47b is #ff9966. Color #fea47b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100100 01111011
Octal 376 244 173
Decimal 254 164 123
Hex FE A4 7B

RGB Percentages of Color #fea47b

%46.95
%30.31
%22.74

CMYK Percentages of Color #fea47b

%0
%35
%52
%0

Triadic Colors of #fea47b

#fea47b #7bfea4 #a47bfe

Analogous Colors of #fea47b

#fea47b #fee67b #fe7b94

Monochromatic Colors of #fea47b

#fea47b

Complementary Color

#fea47b #7bd5fe

#fea47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea47b Color CSS Codes

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

#fea47b Text Font Color

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

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


#fea47b Background Color

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

This div background color is #fea47b


#fea47b Border Color

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

This div border color is #fea47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea47b


Comments

No comments written yet.

Please login to write comment.