Color Hex Logo

#fce2ac Color Hex

#FCE2AC
(252,226,172)
0 Favorites   0 Comments

Color spaces of #fce2ac

RGB 252226172
HSL0.110.930.83
HSV41°32°99°
CMYK 0.000.100.32   0.01
XYZ74.787678.066750.1564
Yxy78.06670.36840.3845
Hunter Lab88.3554-3.532228.1918
CIE-Lab90.81031.212029.6948

#fce2ac color RGB value is (252,226,172).

#fce2ac hex color red value is 252, green value is 226 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fce2ac hue: 0.11 , saturation: 0.93 and the lightness value of fce2ac is 0.83.

The process color (four color CMYK) of #fce2ac color hex is 0.00, 0.10, 0.32, 0.01. Web safe color of #fce2ac is #ffcc99. Color #fce2ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100010 10101100
Octal 374 342 254
Decimal 252 226 172
Hex FC E2 AC

RGB Percentages of Color #fce2ac

%38.77
%34.77
%26.46

CMYK Percentages of Color #fce2ac

%0
%10
%32
%1

Triadic Colors of #fce2ac

#fce2ac #acfce2 #e2acfc

Analogous Colors of #fce2ac

#fce2ac #eefcac #fcbaac

Monochromatic Colors of #fce2ac

#fce2ac

Complementary Color

#fce2ac #acc6fc

#fce2ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce2ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce2ac Color CSS Codes

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

#fce2ac Text Font Color

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

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


#fce2ac Background Color

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

This div background color is #fce2ac


#fce2ac Border Color

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

This div border color is #fce2ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce2ac


Comments

No comments written yet.

Please login to write comment.