Color Hex Logo

#fef1ac Color Hex

#FEF1AC
(254,241,172)
0 Favorites   0 Comments

Color spaces of #fef1ac

RGB 254241172
HSL0.140.980.84
HSV50°32°100°
CMYK 0.000.050.32   0.00
XYZ79.774786.960051.6101
Yxy86.96000.36540.3983
Hunter Lab93.2523-10.490032.4629
CIE-Lab94.7213-5.605234.9597

#fef1ac color RGB value is (254,241,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 10101100
Octal 376 361 254
Decimal 254 241 172
Hex FE F1 AC

RGB Percentages of Color #fef1ac

%38.08
%36.13
%25.79

CMYK Percentages of Color #fef1ac

%0
%5
%32
%0

Triadic Colors of #fef1ac

#fef1ac #acfef1 #f1acfe

Analogous Colors of #fef1ac

#fef1ac #e2feac #fec8ac

Monochromatic Colors of #fef1ac

#fef1ac

Complementary Color

#fef1ac #acb9fe

#fef1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef1ac Color CSS Codes

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

#fef1ac Text Font Color

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

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


#fef1ac Background Color

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

This div background color is #fef1ac


#fef1ac Border Color

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

This div border color is #fef1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef1ac

Related Colors


Comments

No comments written yet.

Please login to write comment.