Color Hex Logo

#fcefac Color Hex

#FCEFAC
(252,239,172)
0 Favorites   0 Comments

Color spaces of #fcefac

RGB 252239172
HSL0.140.930.83
HSV50°32°99°
CMYK 0.000.050.32   0.01
XYZ78.457885.407051.3798
Yxy85.40700.36450.3968
Hunter Lab92.4159-10.187731.7281
CIE-Lab94.0582-5.356834.0488

#fcefac color RGB value is (252,239,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 10101100
Octal 374 357 254
Decimal 252 239 172
Hex FC EF AC

RGB Percentages of Color #fcefac

%38.01
%36.05
%25.94

CMYK Percentages of Color #fcefac

%0
%5
%32
%1

Triadic Colors of #fcefac

#fcefac #acfcef #efacfc

Analogous Colors of #fcefac

#fcefac #e1fcac #fcc7ac

Monochromatic Colors of #fcefac

#fcefac

Complementary Color

#fcefac #acb9fc

#fcefac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcefac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcefac Color CSS Codes

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

#fcefac Text Font Color

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

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


#fcefac Background Color

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

This div background color is #fcefac


#fcefac Border Color

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

This div border color is #fcefac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcefac


Comments

No comments written yet.

Please login to write comment.