Color Hex Logo

#fef44e Color Hex

#FEF44E
(254,244,78)
0 Favorites   0 Comments

Color spaces of #fef44e

RGB 25424478
HSL0.160.990.65
HSV57°69°100°
CMYK 0.000.040.69   0.00
XYZ74.598986.322319.9378
Yxy86.32230.41250.4773
Hunter Lab92.9098-19.271452.3136
CIE-Lab94.4500-14.864776.8596

#fef44e color RGB value is (254,244,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110100 01001110
Octal 376 364 116
Decimal 254 244 78
Hex FE F4 4E

RGB Percentages of Color #fef44e

%44.10
%42.36
%13.54

CMYK Percentages of Color #fef44e

%0
%4
%69
%0

Triadic Colors of #fef44e

#fef44e #4efef4 #f44efe

Analogous Colors of #fef44e

#fef44e #b0fe4e #fe9c4e

Monochromatic Colors of #fef44e

#fef44e

Complementary Color

#fef44e #4e58fe

#fef44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef44e Color CSS Codes

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

#fef44e Text Font Color

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

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


#fef44e Background Color

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

This div background color is #fef44e


#fef44e Border Color

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

This div border color is #fef44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef44e

Related Colors


Comments

No comments written yet.

Please login to write comment.