Color Hex Logo

#fea37a Color Hex

#FEA37A
(254,163,122)
0 Favorites   0 Comments

Color spaces of #fea37a

RGB 254163122
HSL0.050.990.74
HSV19°52°100°
CMYK 0.000.360.52   0.00
XYZ57.483148.670424.7770
Yxy48.67040.43900.3717
Hunter Lab69.764224.990127.7779
CIE-Lab75.245829.533735.2174

#fea37a color RGB value is (254,163,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100011 01111010
Octal 376 243 172
Decimal 254 163 122
Hex FE A3 7A

RGB Percentages of Color #fea37a

%47.12
%30.24
%22.63

CMYK Percentages of Color #fea37a

%0
%36
%52
%0

Triadic Colors of #fea37a

#fea37a #7afea3 #a37afe

Analogous Colors of #fea37a

#fea37a #fee57a #fe7a93

Monochromatic Colors of #fea37a

#fea37a

Complementary Color

#fea37a #7ad5fe

#fea37a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea37a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea37a Color CSS Codes

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

#fea37a Text Font Color

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

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


#fea37a Background Color

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

This div background color is #fea37a


#fea37a Border Color

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

This div border color is #fea37a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea37a


Comments

No comments written yet.

Please login to write comment.