Color Hex Logo

#fea178 Color Hex

#FEA178
(254,161,120)
0 Favorites   0 Comments

Color spaces of #fea178

RGB 254161120
HSL0.050.990.73
HSV18°53°100°
CMYK 0.000.370.53   0.00
XYZ57.008147.916624.0135
Yxy47.91660.44210.3716
Hunter Lab69.221825.866727.8872
CIE-Lab74.772330.406935.6683

#fea178 color RGB value is (254,161,120).

#fea178 hex color red value is 254, green value is 161 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #fea178 hue: 0.05 , saturation: 0.99 and the lightness value of fea178 is 0.73.

The process color (four color CMYK) of #fea178 color hex is 0.00, 0.37, 0.53, 0.00. Web safe color of #fea178 is #ff9966. Color #fea178 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100001 01111000
Octal 376 241 170
Decimal 254 161 120
Hex FE A1 78

RGB Percentages of Color #fea178

%47.48
%30.09
%22.43

CMYK Percentages of Color #fea178

%0
%37
%53
%0

Triadic Colors of #fea178

#fea178 #78fea1 #a178fe

Analogous Colors of #fea178

#fea178 #fee478 #fe7892

Monochromatic Colors of #fea178

#fea178

Complementary Color

#fea178 #78d5fe

#fea178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea178 Color CSS Codes

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

#fea178 Text Font Color

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

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


#fea178 Background Color

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

This div background color is #fea178


#fea178 Border Color

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

This div border color is #fea178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea178


Comments

No comments written yet.

Please login to write comment.