Color Hex Logo

#fef1aa Color Hex

#FEF1AA
(254,241,170)
0 Favorites   0 Comments

Color spaces of #fef1aa

RGB 254241170
HSL0.140.980.83
HSV51°33°100°
CMYK 0.000.050.33   0.00
XYZ79.584086.883750.6059
Yxy86.88370.36660.4002
Hunter Lab93.2114-10.716533.0586
CIE-Lab94.6889-5.841735.9219

#fef1aa color RGB value is (254,241,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 10101010
Octal 376 361 252
Decimal 254 241 170
Hex FE F1 AA

RGB Percentages of Color #fef1aa

%38.20
%36.24
%25.56

CMYK Percentages of Color #fef1aa

%0
%5
%33
%0

Triadic Colors of #fef1aa

#fef1aa #aafef1 #f1aafe

Analogous Colors of #fef1aa

#fef1aa #e1feaa #fec7aa

Monochromatic Colors of #fef1aa

#fef1aa

Complementary Color

#fef1aa #aab7fe

#fef1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef1aa Color CSS Codes

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

#fef1aa Text Font Color

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

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


#fef1aa Background Color

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

This div background color is #fef1aa


#fef1aa Border Color

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

This div border color is #fef1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef1aa

Related Colors


Comments

No comments written yet.

Please login to write comment.