Color Hex Logo

#feaea5 Color Hex

#FEAEA5
(254,174,165)
0 Favorites   0 Comments

Color spaces of #feaea5

RGB 254174165
HSL0.020.980.82
HSV35°100°
CMYK 0.000.310.35   0.00
XYZ62.800654.059542.7219
Yxy54.05950.39350.3388
Hunter Lab73.525223.794517.0171
CIE-Lab78.496428.178116.5072

#feaea5 color RGB value is (254,174,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 10100101
Octal 376 256 245
Decimal 254 174 165
Hex FE AE A5

RGB Percentages of Color #feaea5

%42.83
%29.34
%27.82

CMYK Percentages of Color #feaea5

%0
%31
%35
%0

Triadic Colors of #feaea5

#feaea5 #a5feae #aea5fe

Analogous Colors of #feaea5

#feaea5 #fedba5 #fea5c9

Monochromatic Colors of #feaea5

#feaea5

Complementary Color

#feaea5 #a5f5fe

#feaea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaea5 Color CSS Codes

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

#feaea5 Text Font Color

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

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


#feaea5 Background Color

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

This div background color is #feaea5


#feaea5 Border Color

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

This div border color is #feaea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaea5

Related Colors


Comments

No comments written yet.

Please login to write comment.