Color Hex Logo

#feae94 Color Hex

#FEAE94
(254,174,148)
0 Favorites   0 Comments

Color spaces of #feae94

RGB 254174148
HSL0.040.980.79
HSV15°42°100°
CMYK 0.000.310.42   0.00
XYZ61.354453.481135.1061
Yxy53.48110.40920.3567
Hunter Lab73.130821.777022.7296
CIE-Lab78.158226.267125.1996

#feae94 color RGB value is (254,174,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 10010100
Octal 376 256 224
Decimal 254 174 148
Hex FE AE 94

RGB Percentages of Color #feae94

%44.10
%30.21
%25.69

CMYK Percentages of Color #feae94

%0
%31
%42
%0

Triadic Colors of #feae94

#feae94 #94feae #ae94fe

Analogous Colors of #feae94

#feae94 #fee394 #fe94af

Monochromatic Colors of #feae94

#feae94

Complementary Color

#feae94 #94e4fe

#feae94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae94 Color CSS Codes

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

#feae94 Text Font Color

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

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


#feae94 Background Color

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

This div background color is #feae94


#feae94 Border Color

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

This div border color is #feae94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae94


Comments

No comments written yet.

Please login to write comment.