Color Hex Logo

#fef54e Color Hex

#FEF54E
(254,245,78)
0 Favorites   0 Comments

Color spaces of #fef54e

RGB 25424578
HSL0.160.990.65
HSV57°69°100°
CMYK 0.000.040.69   0.00
XYZ74.900686.925720.0384
Yxy86.92570.41180.4780
Hunter Lab93.2340-19.759352.5208
CIE-Lab94.7067-15.350577.1116

#fef54e color RGB value is (254,245,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 01001110
Octal 376 365 116
Decimal 254 245 78
Hex FE F5 4E

RGB Percentages of Color #fef54e

%44.02
%42.46
%13.52

CMYK Percentages of Color #fef54e

%0
%4
%69
%0

Triadic Colors of #fef54e

#fef54e #4efef5 #f54efe

Analogous Colors of #fef54e

#fef54e #affe4e #fe9d4e

Monochromatic Colors of #fef54e

#fef54e

Complementary Color

#fef54e #4e57fe

#fef54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef54e Color CSS Codes

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

#fef54e Text Font Color

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

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


#fef54e Background Color

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

This div background color is #fef54e


#fef54e Border Color

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

This div border color is #fef54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef54e

Related Colors


Comments

No comments written yet.

Please login to write comment.