Color Hex Logo

#fceaab Color Hex

#FCEAAB
(252,234,171)
0 Favorites   0 Comments

Color spaces of #fceaab

RGB 252234171
HSL0.130.930.83
HSV47°32°99°
CMYK 0.000.070.32   0.01
XYZ76.918482.481450.3945
Yxy82.48140.36660.3932
Hunter Lab90.8193-7.755130.6742
CIE-Lab92.7869-2.964932.8586

#fceaab color RGB value is (252,234,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 10101011
Octal 374 352 253
Decimal 252 234 171
Hex FC EA AB

RGB Percentages of Color #fceaab

%38.36
%35.62
%26.03

CMYK Percentages of Color #fceaab

%0
%7
%32
%1

Triadic Colors of #fceaab

#fceaab #abfcea #eaabfc

Analogous Colors of #fceaab

#fceaab #e6fcab #fcc2ab

Monochromatic Colors of #fceaab

#fceaab

Complementary Color

#fceaab #abbdfc

#fceaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceaab Color CSS Codes

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

#fceaab Text Font Color

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

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


#fceaab Background Color

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

This div background color is #fceaab


#fceaab Border Color

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

This div border color is #fceaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceaab


Comments

No comments written yet.

Please login to write comment.