Color Hex Logo

#feea1e Color Hex

#FEEA1E
(254,234,30)
0 Favorites   0 Comments

Color spaces of #feea1e

RGB 25423430
HSL0.150.990.56
HSV55°88°100°
CMYK 0.000.080.88   0.00
XYZ70.530280.010212.9545
Yxy80.01020.43140.4894
Hunter Lab89.4484-15.787254.0271
CIE-Lab91.6894-11.508187.3043

#feea1e color RGB value is (254,234,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 00011110
Octal 376 352 36
Decimal 254 234 30
Hex FE EA 1E

RGB Percentages of Color #feea1e

%49.03
%45.17
%5.79

CMYK Percentages of Color #feea1e

%0
%8
%88
%0

Triadic Colors of #feea1e

#feea1e #1efeea #ea1efe

Analogous Colors of #feea1e

#feea1e #a2fe1e #fe7a1e

Monochromatic Colors of #feea1e

#feea1e

Complementary Color

#feea1e #1e32fe

#feea1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feea1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feea1e Color CSS Codes

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

#feea1e Text Font Color

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

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


#feea1e Background Color

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

This div background color is #feea1e


#feea1e Border Color

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

This div border color is #feea1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feea1e


Comments

No comments written yet.

Please login to write comment.