Color Hex Logo

#fce0ab Color Hex

#FCE0AB
(252,224,171)
0 Favorites   0 Comments

Color spaces of #fce0ab

RGB 252224171
HSL0.110.930.83
HSV39°32°99°
CMYK 0.000.110.32   0.01
XYZ74.151276.947049.4721
Yxy76.94700.36970.3836
Hunter Lab87.7194-2.619027.9652
CIE-Lab90.29722.110629.5158

#fce0ab color RGB value is (252,224,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100000 10101011
Octal 374 340 253
Decimal 252 224 171
Hex FC E0 AB

RGB Percentages of Color #fce0ab

%38.95
%34.62
%26.43

CMYK Percentages of Color #fce0ab

%0
%11
%32
%1

Triadic Colors of #fce0ab

#fce0ab #abfce0 #e0abfc

Analogous Colors of #fce0ab

#fce0ab #f0fcab #fcb8ab

Monochromatic Colors of #fce0ab

#fce0ab

Complementary Color

#fce0ab #abc7fc

#fce0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce0ab Color CSS Codes

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

#fce0ab Text Font Color

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

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


#fce0ab Background Color

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

This div background color is #fce0ab


#fce0ab Border Color

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

This div border color is #fce0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce0ab

Related Colors


Comments

No comments written yet.

Please login to write comment.