Color Hex Logo

#feeac7 Color Hex

#FEEAC7
(254,234,199)
0 Favorites   0 Comments

Color spaces of #feeac7

RGB 254234199
HSL0.110.960.89
HSV38°22°100°
CMYK 0.000.080.22   0.00
XYZ80.604784.040066.0058
Yxy84.04000.34950.3644
Hunter Lab91.6733-3.480421.4819
CIE-Lab93.46791.427619.4713

#feeac7 color RGB value is (254,234,199).

#feeac7 hex color red value is 254, green value is 234 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #feeac7 hue: 0.11 , saturation: 0.96 and the lightness value of feeac7 is 0.89.

The process color (four color CMYK) of #feeac7 color hex is 0.00, 0.08, 0.22, 0.00. Web safe color of #feeac7 is #ffffcc. Color #feeac7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 11000111
Octal 376 352 307
Decimal 254 234 199
Hex FE EA C7

RGB Percentages of Color #feeac7

%36.97
%34.06
%28.97

CMYK Percentages of Color #feeac7

%0
%8
%22
%0

Triadic Colors of #feeac7

#feeac7 #c7feea #eac7fe

Analogous Colors of #feeac7

#feeac7 #f7fec7 #fecfc7

Monochromatic Colors of #feeac7

#feeac7

Complementary Color

#feeac7 #c7dbfe

#feeac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeac7 Color CSS Codes

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

#feeac7 Text Font Color

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

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


#feeac7 Background Color

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

This div background color is #feeac7


#feeac7 Border Color

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

This div border color is #feeac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeac7

Related Colors


Comments

No comments written yet.

Please login to write comment.