Color Hex Logo

#feea2e Color Hex

#FEEA2E
(254,234,46)
0 Favorites   0 Comments

Color spaces of #feea2e

RGB 25423446
HSL0.150.990.59
HSV54°82°100°
CMYK 0.000.080.82   0.00
XYZ70.789080.113714.3173
Yxy80.11370.42850.4849
Hunter Lab89.5063-15.463353.1704
CIE-Lab91.7359-11.155184.0493

#feea2e color RGB value is (254,234,46).

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

The process color (four color CMYK) of #feea2e color hex is 0.00, 0.08, 0.82, 0.00. Web safe color of #feea2e is #ffff33. Color #feea2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 00101110
Octal 376 352 56
Decimal 254 234 46
Hex FE EA 2E

RGB Percentages of Color #feea2e

%47.57
%43.82
%8.61

CMYK Percentages of Color #feea2e

%0
%8
%82
%0

Triadic Colors of #feea2e

#feea2e #2efeea #ea2efe

Analogous Colors of #feea2e

#feea2e #aafe2e #fe822e

Monochromatic Colors of #feea2e

#feea2e

Complementary Color

#feea2e #2e42fe

#feea2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feea2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feea2e Color CSS Codes

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

#feea2e Text Font Color

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

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


#feea2e Background Color

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

This div background color is #feea2e


#feea2e Border Color

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

This div border color is #feea2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feea2e


Comments

No comments written yet.

Please login to write comment.