Color Hex Logo

#feefaa Color Hex

#FEEFAA
(254,239,170)
1 Favorites   1 Comments

Color spaces of #feefaa

RGB 254239170
HSL0.140.980.83
HSV49°33°100°
CMYK 0.000.060.33   0.00
XYZ78.995385.706150.4096
Yxy85.70610.36720.3984
Hunter Lab92.5776-9.699032.5202
CIE-Lab94.1865-4.841235.2564

#feefaa color RGB value is (254,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 10101010
Octal 376 357 252
Decimal 254 239 170
Hex FE EF AA

RGB Percentages of Color #feefaa

%38.31
%36.05
%25.64

CMYK Percentages of Color #feefaa

%0
%6
%33
%0

Triadic Colors of #feefaa

#feefaa #aafeef #efaafe

Analogous Colors of #feefaa

#feefaa #e3feaa #fec5aa

Monochromatic Colors of #feefaa

#feefaa

Complementary Color

#feefaa #aab9fe

#feefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#feefaa Color CSS Codes

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

#feefaa Text Font Color

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

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


#feefaa Background Color

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

This div background color is #feefaa


#feefaa Border Color

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

This div border color is #feefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feefaa


Comments

14 Apr 2018, 19:23 personguyman

reminds me of wheat.

Please login to write comment.