Color Hex Logo

#feeaac Color Hex

#FEEAAC
(254,234,172)
0 Favorites   0 Comments

Color spaces of #feeaac

RGB 254234172
HSL0.130.980.84
HSV45°32°100°
CMYK 0.000.080.32   0.00
XYZ77.742382.895050.9326
Yxy82.89500.36750.3918
Hunter Lab91.0467-6.915430.5652
CIE-Lab92.9684-2.089632.6230

#feeaac color RGB value is (254,234,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 10101100
Octal 376 352 254
Decimal 254 234 172
Hex FE EA AC

RGB Percentages of Color #feeaac

%38.48
%35.45
%26.06

CMYK Percentages of Color #feeaac

%0
%8
%32
%0

Triadic Colors of #feeaac

#feeaac #acfeea #eaacfe

Analogous Colors of #feeaac

#feeaac #e9feac #fec1ac

Monochromatic Colors of #feeaac

#feeaac

Complementary Color

#feeaac #acc0fe

#feeaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeaac Color CSS Codes

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

#feeaac Text Font Color

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

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


#feeaac Background Color

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

This div background color is #feeaac


#feeaac Border Color

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

This div border color is #feeaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeaac


Comments

No comments written yet.

Please login to write comment.