Color Hex Logo

#fcecac Color Hex

#FCECAC
(252,236,172)
0 Favorites   0 Comments

Color spaces of #fcecac

RGB 252236172
HSL0.130.930.83
HSV48°32°99°
CMYK 0.000.060.32   0.01
XYZ77.586783.664951.0894
Yxy83.66490.36540.3940
Hunter Lab91.4685-8.660230.9118
CIE-Lab93.3048-3.851433.0436

#fcecac color RGB value is (252,236,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101100 10101100
Octal 374 354 254
Decimal 252 236 172
Hex FC EC AC

RGB Percentages of Color #fcecac

%38.18
%35.76
%26.06

CMYK Percentages of Color #fcecac

%0
%6
%32
%1

Triadic Colors of #fcecac

#fcecac #acfcec #ecacfc

Analogous Colors of #fcecac

#fcecac #e4fcac #fcc4ac

Monochromatic Colors of #fcecac

#fcecac

Complementary Color

#fcecac #acbcfc

#fcecac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcecac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcecac Color CSS Codes

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

#fcecac Text Font Color

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

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


#fcecac Background Color

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

This div background color is #fcecac


#fcecac Border Color

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

This div border color is #fcecac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcecac


Comments

No comments written yet.

Please login to write comment.