Color Hex Logo

#fef48a Color Hex

#FEF48A
(254,244,138)
0 Favorites   0 Comments

Color spaces of #fef48a

RGB 254244138
HSL0.150.980.77
HSV55°46°100°
CMYK 0.000.040.46   0.00
XYZ77.811287.607236.8535
Yxy87.60720.38470.4331
Hunter Lab93.5987-15.405842.1743
CIE-Lab94.9953-10.688051.9904

#fef48a color RGB value is (254,244,138).

#fef48a hex color red value is 254, green value is 244 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fef48a hue: 0.15 , saturation: 0.98 and the lightness value of fef48a is 0.77.

The process color (four color CMYK) of #fef48a color hex is 0.00, 0.04, 0.46, 0.00. Web safe color of #fef48a is #ffff99. Color #fef48a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110100 10001010
Octal 376 364 212
Decimal 254 244 138
Hex FE F4 8A

RGB Percentages of Color #fef48a

%39.94
%38.36
%21.70

CMYK Percentages of Color #fef48a

%0
%4
%46
%0

Triadic Colors of #fef48a

#fef48a #8afef4 #f48afe

Analogous Colors of #fef48a

#fef48a #cefe8a #feba8a

Monochromatic Colors of #fef48a

#fef48a

Complementary Color

#fef48a #8a94fe

#fef48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef48a Color CSS Codes

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

#fef48a Text Font Color

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

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


#fef48a Background Color

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

This div background color is #fef48a


#fef48a Border Color

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

This div border color is #fef48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef48a

Related Colors


Comments

No comments written yet.

Please login to write comment.