Color Hex Logo

#fea794 Color Hex

#FEA794
(254,167,148)
0 Favorites   0 Comments

Color spaces of #fea794

RGB 254167148
HSL0.030.980.79
HSV11°42°100°
CMYK 0.000.340.42   0.00
XYZ60.037150.846434.6670
Yxy50.84640.41250.3493
Hunter Lab71.306725.502621.0898
CIE-Lab76.585929.929423.0629

#fea794 color RGB value is (254,167,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100111 10010100
Octal 376 247 224
Decimal 254 167 148
Hex FE A7 94

RGB Percentages of Color #fea794

%44.64
%29.35
%26.01

CMYK Percentages of Color #fea794

%0
%34
%42
%0

Triadic Colors of #fea794

#fea794 #94fea7 #a794fe

Analogous Colors of #fea794

#fea794 #fedc94 #fe94b6

Monochromatic Colors of #fea794

#fea794

Complementary Color

#fea794 #94ebfe

#fea794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea794 Color CSS Codes

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

#fea794 Text Font Color

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

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


#fea794 Background Color

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

This div background color is #fea794


#fea794 Border Color

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

This div border color is #fea794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea794


Comments

No comments written yet.

Please login to write comment.