Color Hex Logo

#fee7ac Color Hex

#FEE7AC
(254,231,172)
0 Favorites   0 Comments

Color spaces of #fee7ac

RGB 254231172
HSL0.120.980.84
HSV43°32°100°
CMYK 0.000.090.32   0.00
XYZ76.895481.201250.6503
Yxy81.20120.36840.3890
Hunter Lab90.1117-5.375329.7523
CIE-Lab92.2211-0.572731.6219

#fee7ac color RGB value is (254,231,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100111 10101100
Octal 376 347 254
Decimal 254 231 172
Hex FE E7 AC

RGB Percentages of Color #fee7ac

%38.66
%35.16
%26.18

CMYK Percentages of Color #fee7ac

%0
%9
%32
%0

Triadic Colors of #fee7ac

#fee7ac #acfee7 #e7acfe

Analogous Colors of #fee7ac

#fee7ac #ecfeac #febeac

Monochromatic Colors of #fee7ac

#fee7ac

Complementary Color

#fee7ac #acc3fe

#fee7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee7ac Color CSS Codes

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

#fee7ac Text Font Color

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

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


#fee7ac Background Color

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

This div background color is #fee7ac


#fee7ac Border Color

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

This div border color is #fee7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee7ac

Related Colors


Comments

No comments written yet.

Please login to write comment.