Color Hex Logo

#fea880 Color Hex

#FEA880
(254,168,128)
0 Favorites   0 Comments

Color spaces of #fea880

RGB 254168128
HSL0.050.980.75
HSV19°50°100°
CMYK 0.000.340.50   0.00
XYZ58.772050.634627.0979
Yxy50.63460.43050.3709
Hunter Lab71.158022.903227.2322
CIE-Lab76.457127.449533.6066

#fea880 color RGB value is (254,168,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101000 10000000
Octal 376 250 200
Decimal 254 168 128
Hex FE A8 80

RGB Percentages of Color #fea880

%46.18
%30.55
%23.27

CMYK Percentages of Color #fea880

%0
%34
%50
%0

Triadic Colors of #fea880

#fea880 #80fea8 #a880fe

Analogous Colors of #fea880

#fea880 #fee780 #fe8097

Monochromatic Colors of #fea880

#fea880

Complementary Color

#fea880 #80d6fe

#fea880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea880 Color CSS Codes

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

#fea880 Text Font Color

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

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


#fea880 Background Color

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

This div background color is #fea880


#fea880 Border Color

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

This div border color is #fea880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea880

Related Colors


Comments

No comments written yet.

Please login to write comment.