Color Hex Logo

#fea475 Color Hex

#FEA475
(254,164,117)
0 Favorites   0 Comments

Color spaces of #fea475

RGB 254164117
HSL0.060.990.73
HSV21°54°100°
CMYK 0.000.350.54   0.00
XYZ57.359448.906123.2463
Yxy48.90610.44290.3776
Hunter Lab69.932924.024329.2445
CIE-Lab75.392928.596438.0391

#fea475 color RGB value is (254,164,117).

#fea475 hex color red value is 254, green value is 164 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #fea475 hue: 0.06 , saturation: 0.99 and the lightness value of fea475 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100100 01110101
Octal 376 244 165
Decimal 254 164 117
Hex FE A4 75

RGB Percentages of Color #fea475

%47.48
%30.65
%21.87

CMYK Percentages of Color #fea475

%0
%35
%54
%0

Triadic Colors of #fea475

#fea475 #75fea4 #a475fe

Analogous Colors of #fea475

#fea475 #fee975 #fe758b

Monochromatic Colors of #fea475

#fea475

Complementary Color

#fea475 #75cffe

#fea475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea475 Color CSS Codes

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

#fea475 Text Font Color

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

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


#fea475 Background Color

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

This div background color is #fea475


#fea475 Border Color

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

This div border color is #fea475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea475


Comments

No comments written yet.

Please login to write comment.