Color Hex Logo

#fef14a Color Hex

#FEF14A
(254,241,74)
0 Favorites   0 Comments

Color spaces of #fef14a

RGB 25424174
HSL0.150.990.64
HSV56°71°100°
CMYK 0.000.050.71   0.00
XYZ73.564484.475818.9068
Yxy84.47580.41570.4774
Hunter Lab91.9107-17.974252.1411
CIE-Lab93.6568-13.587677.4843

#fef14a color RGB value is (254,241,74).

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

The process color (four color CMYK) of #fef14a color hex is 0.00, 0.05, 0.71, 0.00. Web safe color of #fef14a is #ffff33. Color #fef14a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 01001010
Octal 376 361 112
Decimal 254 241 74
Hex FE F1 4A

RGB Percentages of Color #fef14a

%44.64
%42.36
%13.01

CMYK Percentages of Color #fef14a

%0
%5
%71
%0

Triadic Colors of #fef14a

#fef14a #4afef1 #f14afe

Analogous Colors of #fef14a

#fef14a #b1fe4a #fe974a

Monochromatic Colors of #fef14a

#fef14a

Complementary Color

#fef14a #4a57fe

#fef14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef14a Color CSS Codes

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

#fef14a Text Font Color

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

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


#fef14a Background Color

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

This div background color is #fef14a


#fef14a Border Color

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

This div border color is #fef14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef14a

Related Colors


Comments

No comments written yet.

Please login to write comment.