Color Hex Logo

#fcefa6 Color Hex

#FCEFA6
(252,239,166)
0 Favorites   0 Comments

Color spaces of #fcefa6

RGB 252239166
HSL0.140.930.82
HSV51°34°99°
CMYK 0.000.050.34   0.01
XYZ77.894385.181648.4126
Yxy85.18160.36830.4028
Hunter Lab92.2939-10.863633.5052
CIE-Lab93.9613-6.064736.9387

#fcefa6 color RGB value is (252,239,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 10100110
Octal 374 357 246
Decimal 252 239 166
Hex FC EF A6

RGB Percentages of Color #fcefa6

%38.36
%36.38
%25.27

CMYK Percentages of Color #fcefa6

%0
%5
%34
%1

Triadic Colors of #fcefa6

#fcefa6 #a6fcef #efa6fc

Analogous Colors of #fcefa6

#fcefa6 #defca6 #fcc4a6

Monochromatic Colors of #fcefa6

#fcefa6

Complementary Color

#fcefa6 #a6b3fc

#fcefa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcefa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcefa6 Color CSS Codes

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

#fcefa6 Text Font Color

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

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


#fcefa6 Background Color

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

This div background color is #fcefa6


#fcefa6 Border Color

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

This div border color is #fcefa6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,239,166, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcefa6


Comments

No comments written yet.

Please login to write comment.