Color Hex Logo

#feae80 Color Hex

#FEAE80
(254,174,128)
0 Favorites   0 Comments

Color spaces of #feae80

RGB 254174128
HSL0.060.980.75
HSV22°50°100°
CMYK 0.000.310.50   0.00
XYZ59.905452.901427.4757
Yxy52.90140.42700.3771
Hunter Lab72.733319.734728.5160
CIE-Lab77.816724.309935.3688

#feae80 color RGB value is (254,174,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 10000000
Octal 376 256 200
Decimal 254 174 128
Hex FE AE 80

RGB Percentages of Color #feae80

%45.68
%31.29
%23.02

CMYK Percentages of Color #feae80

%0
%31
%50
%0

Triadic Colors of #feae80

#feae80 #80feae #ae80fe

Analogous Colors of #feae80

#feae80 #feed80 #fe8091

Monochromatic Colors of #feae80

#feae80

Complementary Color

#feae80 #80d0fe

#feae80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae80 Color CSS Codes

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

#feae80 Text Font Color

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

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


#feae80 Background Color

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

This div background color is #feae80


#feae80 Border Color

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

This div border color is #feae80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae80


Comments

No comments written yet.

Please login to write comment.