Color Hex Logo

#feae8f Color Hex

#FEAE8F
(254,174,143)
0 Favorites   0 Comments

Color spaces of #feae8f

RGB 254174143
HSL0.050.980.78
HSV17°44°100°
CMYK 0.000.310.44   0.00
XYZ60.967053.326133.0663
Yxy53.32610.41370.3619
Hunter Lab73.024721.233124.2702
CIE-Lab78.067125.748227.7519

#feae8f color RGB value is (254,174,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 10001111
Octal 376 256 217
Decimal 254 174 143
Hex FE AE 8F

RGB Percentages of Color #feae8f

%44.48
%30.47
%25.04

CMYK Percentages of Color #feae8f

%0
%31
%44
%0

Triadic Colors of #feae8f

#feae8f #8ffeae #ae8ffe

Analogous Colors of #feae8f

#feae8f #fee68f #fe8fa8

Monochromatic Colors of #feae8f

#feae8f

Complementary Color

#feae8f #8fdffe

#feae8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae8f Color CSS Codes

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

#feae8f Text Font Color

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

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


#feae8f Background Color

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

This div background color is #feae8f


#feae8f Border Color

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

This div border color is #feae8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae8f

Related Colors


Comments

No comments written yet.

Please login to write comment.