Color Hex Logo

#fceaae Color Hex

#FCEAAE
(252,234,174)
0 Favorites   0 Comments

Color spaces of #fceaae

RGB 252234174
HSL0.130.930.84
HSV46°31°99°
CMYK 0.000.070.31   0.01
XYZ77.207782.597151.9179
Yxy82.59710.36470.3901
Hunter Lab90.8829-7.404229.7480
CIE-Lab92.8378-2.600631.4029

#fceaae color RGB value is (252,234,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 10101110
Octal 374 352 256
Decimal 252 234 174
Hex FC EA AE

RGB Percentages of Color #fceaae

%38.18
%35.45
%26.36

CMYK Percentages of Color #fceaae

%0
%7
%31
%1

Triadic Colors of #fceaae

#fceaae #aefcea #eaaefc

Analogous Colors of #fceaae

#fceaae #e7fcae #fcc3ae

Monochromatic Colors of #fceaae

#fceaae

Complementary Color

#fceaae #aec0fc

#fceaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceaae Color CSS Codes

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

#fceaae Text Font Color

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

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


#fceaae Background Color

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

This div background color is #fceaae


#fceaae Border Color

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

This div border color is #fceaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceaae

Related Colors


Comments

No comments written yet.

Please login to write comment.