Color Hex Logo

#fea154 Color Hex

#FEA154
(254,161,84)
0 Favorites   0 Comments

Color spaces of #fea154

RGB 25416184
HSL0.080.990.66
HSV27°67°100°
CMYK 0.000.370.67   0.00
XYZ55.218247.200714.5878
Yxy47.20070.47190.4034
Hunter Lab68.702823.235335.5028
CIE-Lab74.318027.905153.3819

#fea154 color RGB value is (254,161,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100001 01010100
Octal 376 241 124
Decimal 254 161 84
Hex FE A1 54

RGB Percentages of Color #fea154

%50.90
%32.26
%16.83

CMYK Percentages of Color #fea154

%0
%37
%67
%0

Triadic Colors of #fea154

#fea154 #54fea1 #a154fe

Analogous Colors of #fea154

#fea154 #fef654 #fe545c

Monochromatic Colors of #fea154

#fea154

Complementary Color

#fea154 #54b1fe

#fea154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea154 Color CSS Codes

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

#fea154 Text Font Color

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

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


#fea154 Background Color

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

This div background color is #fea154


#fea154 Border Color

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

This div border color is #fea154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea154


Comments

No comments written yet.

Please login to write comment.