Color Hex Logo

#fce0ad Color Hex

#FCE0AD
(252,224,173)
0 Favorites   0 Comments

Color spaces of #fce0ad

RGB 252224173
HSL0.110.930.83
HSV39°31°99°
CMYK 0.000.110.31   0.01
XYZ74.343477.023950.4839
Yxy77.02390.36830.3816
Hunter Lab87.7633-2.380127.3290
CIE-Lab90.33262.355428.5357

#fce0ad color RGB value is (252,224,173).

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

The process color (four color CMYK) of #fce0ad color hex is 0.00, 0.11, 0.31, 0.01. Web safe color of #fce0ad is #ffcc99. Color #fce0ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100000 10101101
Octal 374 340 255
Decimal 252 224 173
Hex FC E0 AD

RGB Percentages of Color #fce0ad

%38.83
%34.51
%26.66

CMYK Percentages of Color #fce0ad

%0
%11
%31
%1

Triadic Colors of #fce0ad

#fce0ad #adfce0 #e0adfc

Analogous Colors of #fce0ad

#fce0ad #f1fcad #fcb9ad

Monochromatic Colors of #fce0ad

#fce0ad

Complementary Color

#fce0ad #adc9fc

#fce0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce0ad Color CSS Codes

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

#fce0ad Text Font Color

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

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


#fce0ad Background Color

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

This div background color is #fce0ad


#fce0ad Border Color

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

This div border color is #fce0ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce0ad

Related Colors


Comments

No comments written yet.

Please login to write comment.