Color Hex Logo

#fea07b Color Hex

#FEA07B
(254,160,123)
0 Favorites   0 Comments

Color spaces of #fea07b

RGB 254160123
HSL0.050.980.74
HSV17°52°100°
CMYK 0.000.370.52   0.00
XYZ57.019047.642524.9296
Yxy47.64250.44000.3676
Hunter Lab69.023526.664126.9024
CIE-Lab74.598931.181233.8518

#fea07b color RGB value is (254,160,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100000 01111011
Octal 376 240 173
Decimal 254 160 123
Hex FE A0 7B

RGB Percentages of Color #fea07b

%47.30
%29.80
%22.91

CMYK Percentages of Color #fea07b

%0
%37
%52
%0

Triadic Colors of #fea07b

#fea07b #7bfea0 #a07bfe

Analogous Colors of #fea07b

#fea07b #fee27b #fe7b98

Monochromatic Colors of #fea07b

#fea07b

Complementary Color

#fea07b #7bd9fe

#fea07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea07b Color CSS Codes

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

#fea07b Text Font Color

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

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


#fea07b Background Color

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

This div background color is #fea07b


#fea07b Border Color

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

This div border color is #fea07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea07b

Related Colors


Comments

No comments written yet.

Please login to write comment.