Color Hex Logo

#fef4ad Color Hex

#FEF4AD
(254,244,173)
0 Favorites   0 Comments

Color spaces of #fef4ad

RGB 254244173
HSL0.150.980.84
HSV53°32°100°
CMYK 0.000.040.32   0.00
XYZ80.766688.789352.4164
Yxy88.78930.36390.4000
Hunter Lab94.2281-11.899732.9783
CIE-Lab95.4923-6.981835.4812

#fef4ad color RGB value is (254,244,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110100 10101101
Octal 376 364 255
Decimal 254 244 173
Hex FE F4 AD

RGB Percentages of Color #fef4ad

%37.85
%36.36
%25.78

CMYK Percentages of Color #fef4ad

%0
%4
%32
%0

Triadic Colors of #fef4ad

#fef4ad #adfef4 #f4adfe

Analogous Colors of #fef4ad

#fef4ad #e0fead #feccad

Monochromatic Colors of #fef4ad

#fef4ad

Complementary Color

#fef4ad #adb7fe

#fef4ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef4ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef4ad Color CSS Codes

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

#fef4ad Text Font Color

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

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


#fef4ad Background Color

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

This div background color is #fef4ad


#fef4ad Border Color

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

This div border color is #fef4ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef4ad

Related Colors

#fef4ad Color Palettes


Comments

No comments written yet.

Please login to write comment.