Color Hex Logo

#fef6aa Color Hex

#FEF6AA
(254,246,170)
0 Favorites   0 Comments

Color spaces of #fef6aa

RGB 254246170
HSL0.150.980.83
HSV54°33°100°
CMYK 0.000.030.33   0.00
XYZ81.084589.884651.1061
Yxy89.88460.36510.4047
Hunter Lab94.8075-13.250234.4049
CIE-Lab95.9489-8.329337.5855

#fef6aa color RGB value is (254,246,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110110 10101010
Octal 376 366 252
Decimal 254 246 170
Hex FE F6 AA

RGB Percentages of Color #fef6aa

%37.91
%36.72
%25.37

CMYK Percentages of Color #fef6aa

%0
%3
%33
%0

Triadic Colors of #fef6aa

#fef6aa #aafef6 #f6aafe

Analogous Colors of #fef6aa

#fef6aa #dcfeaa #feccaa

Monochromatic Colors of #fef6aa

#fef6aa

Complementary Color

#fef6aa #aab2fe

#fef6aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef6aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef6aa Color CSS Codes

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

#fef6aa Text Font Color

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

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


#fef6aa Background Color

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

This div background color is #fef6aa


#fef6aa Border Color

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

This div border color is #fef6aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef6aa


Comments

No comments written yet.

Please login to write comment.