Color Hex Logo

#feae91 Color Hex

#FEAE91
(254,174,145)
0 Favorites   0 Comments

Color spaces of #feae91

RGB 254174145
HSL0.040.980.78
HSV16°43°100°
CMYK 0.000.310.43   0.00
XYZ61.119953.387333.8715
Yxy53.38730.41190.3598
Hunter Lab73.066621.447923.6616
CIE-Lab78.103125.953326.7315

#feae91 color RGB value is (254,174,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 10010001
Octal 376 256 221
Decimal 254 174 145
Hex FE AE 91

RGB Percentages of Color #feae91

%44.33
%30.37
%25.31

CMYK Percentages of Color #feae91

%0
%31
%43
%0

Triadic Colors of #feae91

#feae91 #91feae #ae91fe

Analogous Colors of #feae91

#feae91 #fee591 #fe91ab

Monochromatic Colors of #feae91

#feae91

Complementary Color

#feae91 #91e1fe

#feae91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae91 Color CSS Codes

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

#feae91 Text Font Color

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

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


#feae91 Background Color

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

This div background color is #feae91


#feae91 Border Color

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

This div border color is #feae91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae91

Related Colors


Comments

No comments written yet.

Please login to write comment.