Color Hex Logo

#fea57c Color Hex

#FEA57C
(254,165,124)
0 Favorites   0 Comments

Color spaces of #fea57c

RGB 254165124
HSL0.050.980.74
HSV19°51°100°
CMYK 0.000.350.51   0.00
XYZ57.966349.436325.5558
Yxy49.43630.43600.3718
Hunter Lab70.311024.116227.6676
CIE-Lab75.722028.662934.7722

#fea57c color RGB value is (254,165,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100101 01111100
Octal 376 245 174
Decimal 254 165 124
Hex FE A5 7C

RGB Percentages of Color #fea57c

%46.78
%30.39
%22.84

CMYK Percentages of Color #fea57c

%0
%35
%51
%0

Triadic Colors of #fea57c

#fea57c #7cfea5 #a57cfe

Analogous Colors of #fea57c

#fea57c #fee67c #fe7c94

Monochromatic Colors of #fea57c

#fea57c

Complementary Color

#fea57c #7cd5fe

#fea57c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea57c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea57c Color CSS Codes

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

#fea57c Text Font Color

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

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


#fea57c Background Color

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

This div background color is #fea57c


#fea57c Border Color

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

This div border color is #fea57c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea57c

Related Colors


Comments

No comments written yet.

Please login to write comment.