Color Hex Logo

#fceac7 Color Hex

#FCEAC7
(252,234,199)
0 Favorites   0 Comments

Color spaces of #fceac7

RGB 252234199
HSL0.110.900.88
HSV40°21°99°
CMYK 0.000.070.21   0.01
XYZ79.876583.664665.9718
Yxy83.66460.34800.3645
Hunter Lab91.4684-4.191121.2648
CIE-Lab93.30460.701619.2190

#fceac7 color RGB value is (252,234,199).

#fceac7 hex color red value is 252, green value is 234 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #fceac7 hue: 0.11 , saturation: 0.90 and the lightness value of fceac7 is 0.88.

The process color (four color CMYK) of #fceac7 color hex is 0.00, 0.07, 0.21, 0.01. Web safe color of #fceac7 is #ffffcc. Color #fceac7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 11000111
Octal 374 352 307
Decimal 252 234 199
Hex FC EA C7

RGB Percentages of Color #fceac7

%36.79
%34.16
%29.05

CMYK Percentages of Color #fceac7

%0
%7
%21
%1

Triadic Colors of #fceac7

#fceac7 #c7fcea #eac7fc

Analogous Colors of #fceac7

#fceac7 #f4fcc7 #fcd0c7

Monochromatic Colors of #fceac7

#fceac7

Complementary Color

#fceac7 #c7d9fc

#fceac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceac7 Color CSS Codes

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

#fceac7 Text Font Color

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

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


#fceac7 Background Color

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

This div background color is #fceac7


#fceac7 Border Color

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

This div border color is #fceac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceac7

#fceac7 Color Palettes


Comments

No comments written yet.

Please login to write comment.