Color Hex Logo

#fceaad Color Hex

#FCEAAD
(252,234,173)
0 Favorites   0 Comments

Color spaces of #fceaad

RGB 252234173
HSL0.130.930.83
HSV46°31°99°
CMYK 0.000.070.31   0.01
XYZ77.110582.558251.4063
Yxy82.55820.36530.3911
Hunter Lab90.8615-7.522030.0589
CIE-Lab92.8207-2.722831.8883

#fceaad color RGB value is (252,234,173).

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

The process color (four color CMYK) of #fceaad color hex is 0.00, 0.07, 0.31, 0.01. Web safe color of #fceaad is #ffff99. Color #fceaad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 10101101
Octal 374 352 255
Decimal 252 234 173
Hex FC EA AD

RGB Percentages of Color #fceaad

%38.24
%35.51
%26.25

CMYK Percentages of Color #fceaad

%0
%7
%31
%1

Triadic Colors of #fceaad

#fceaad #adfcea #eaadfc

Analogous Colors of #fceaad

#fceaad #e7fcad #fcc3ad

Monochromatic Colors of #fceaad

#fceaad

Complementary Color

#fceaad #adbffc

#fceaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceaad Color CSS Codes

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

#fceaad Text Font Color

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

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


#fceaad Background Color

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

This div background color is #fceaad


#fceaad Border Color

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

This div border color is #fceaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceaad


Comments

No comments written yet.

Please login to write comment.