Color Hex Logo

#feea4e Color Hex

#FEEA4E
(254,234,78)
0 Favorites   0 Comments

Color spaces of #feea4e

RGB 25423478
HSL0.150.990.65
HSV53°69°100°
CMYK 0.000.080.69   0.00
XYZ71.671080.466518.9619
Yxy80.46650.41890.4703
Hunter Lab89.7031-14.362550.2592
CIE-Lab91.8938-9.961274.3364

#feea4e color RGB value is (254,234,78).

#feea4e hex color red value is 254, green value is 234 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #feea4e hue: 0.15 , saturation: 0.99 and the lightness value of feea4e is 0.65.

The process color (four color CMYK) of #feea4e color hex is 0.00, 0.08, 0.69, 0.00. Web safe color of #feea4e is #ffff66. Color #feea4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 01001110
Octal 376 352 116
Decimal 254 234 78
Hex FE EA 4E

RGB Percentages of Color #feea4e

%44.88
%41.34
%13.78

CMYK Percentages of Color #feea4e

%0
%8
%69
%0

Triadic Colors of #feea4e

#feea4e #4efeea #ea4efe

Analogous Colors of #feea4e

#feea4e #bafe4e #fe924e

Monochromatic Colors of #feea4e

#feea4e

Complementary Color

#feea4e #4e62fe

#feea4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feea4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feea4e Color CSS Codes

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

#feea4e Text Font Color

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

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


#feea4e Background Color

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

This div background color is #feea4e


#feea4e Border Color

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

This div border color is #feea4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feea4e


Comments

No comments written yet.

Please login to write comment.