Color Hex Logo

#fea780 Color Hex

#FEA780
(254,167,128)
0 Favorites   0 Comments

Color spaces of #fea780

RGB 254167128
HSL0.050.980.75
HSV19°50°100°
CMYK 0.000.340.50   0.00
XYZ58.588050.266827.0366
Yxy50.26680.43110.3699
Hunter Lab70.899123.431427.0198
CIE-Lab76.232727.971833.3146

#fea780 color RGB value is (254,167,128).

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

The process color (four color CMYK) of #fea780 color hex is 0.00, 0.34, 0.50, 0.00. Web safe color of #fea780 is #ff9999. Color #fea780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100111 10000000
Octal 376 247 200
Decimal 254 167 128
Hex FE A7 80

RGB Percentages of Color #fea780

%46.27
%30.42
%23.32

CMYK Percentages of Color #fea780

%0
%34
%50
%0

Triadic Colors of #fea780

#fea780 #80fea7 #a780fe

Analogous Colors of #fea780

#fea780 #fee680 #fe8098

Monochromatic Colors of #fea780

#fea780

Complementary Color

#fea780 #80d7fe

#fea780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea780 Color CSS Codes

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

#fea780 Text Font Color

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

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


#fea780 Background Color

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

This div background color is #fea780


#fea780 Border Color

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

This div border color is #fea780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea780


Comments

No comments written yet.

Please login to write comment.