Color Hex Logo

#fefa4e Color Hex

#FEFA4E
(254,250,78)
0 Favorites   0 Comments

Color spaces of #fefa4e

RGB 25425078
HSL0.160.990.65
HSV59°69°100°
CMYK 0.000.020.69   0.00
XYZ76.433889.992120.5494
Yxy89.99210.40880.4813
Hunter Lab94.8642-22.191653.5616
CIE-Lab95.9935-17.766978.3712

#fefa4e color RGB value is (254,250,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 01001110
Octal 376 372 116
Decimal 254 250 78
Hex FE FA 4E

RGB Percentages of Color #fefa4e

%43.64
%42.96
%13.40

CMYK Percentages of Color #fefa4e

%0
%2
%69
%0

Triadic Colors of #fefa4e

#fefa4e #4efefa #fa4efe

Analogous Colors of #fefa4e

#fefa4e #aafe4e #fea24e

Monochromatic Colors of #fefa4e

#fefa4e

Complementary Color

#fefa4e #4e52fe

#fefa4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefa4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefa4e Color CSS Codes

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

#fefa4e Text Font Color

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

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


#fefa4e Background Color

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

This div background color is #fefa4e


#fefa4e Border Color

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

This div border color is #fefa4e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,250,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 #fefa4e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefa4e

Related Colors


Comments

No comments written yet.

Please login to write comment.