Color Hex Logo

#fceae9 Color Hex

#FCEAE9
(252,234,233)
0 Favorites   0 Comments

Color spaces of #fceae9

RGB 252234233
HSL0.010.760.95
HSV99°
CMYK 0.000.070.08   0.01
XYZ84.275785.424389.1375
Yxy85.42430.32560.3300
Hunter Lab92.42531.01667.5168
CIE-Lab94.06565.92932.6728

#fceae9 color RGB value is (252,234,233).

#fceae9 hex color red value is 252, green value is 234 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #fceae9 hue: 0.01 , saturation: 0.76 and the lightness value of fceae9 is 0.95.

The process color (four color CMYK) of #fceae9 color hex is 0.00, 0.07, 0.08, 0.01. Web safe color of #fceae9 is #ffffff. Color #fceae9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 11101001
Octal 374 352 351
Decimal 252 234 233
Hex FC EA E9

RGB Percentages of Color #fceae9

%35.05
%32.55
%32.41

CMYK Percentages of Color #fceae9

%0
%7
%8
%1

Triadic Colors of #fceae9

#fceae9 #e9fcea #eae9fc

Analogous Colors of #fceae9

#fceae9 #fcf4e9 #fce9f2

Monochromatic Colors of #fceae9

#fceae9

Complementary Color

#fceae9 #e9fbfc

#fceae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceae9 Color CSS Codes

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

#fceae9 Text Font Color

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

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


#fceae9 Background Color

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

This div background color is #fceae9


#fceae9 Border Color

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

This div border color is #fceae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceae9


Comments

No comments written yet.

Please login to write comment.