Color Hex Logo

#fecfae Color Hex

#FECFAE
(254,207,174)
0 Favorites   0 Comments

Color spaces of #fecfae

RGB 254207174
HSL0.070.980.84
HSV25°31°100°
CMYK 0.000.190.31   0.00
XYZ70.825968.752549.5820
Yxy68.75250.37440.3635
Hunter Lab82.91717.365622.5883
CIE-Lab86.381312.003422.6505

#fecfae color RGB value is (254,207,174).

#fecfae hex color red value is 254, green value is 207 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fecfae hue: 0.07 , saturation: 0.98 and the lightness value of fecfae is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 10101110
Octal 376 317 256
Decimal 254 207 174
Hex FE CF AE

RGB Percentages of Color #fecfae

%40.00
%32.60
%27.40

CMYK Percentages of Color #fecfae

%0
%19
%31
%0

Triadic Colors of #fecfae

#fecfae #aefecf #cfaefe

Analogous Colors of #fecfae

#fecfae #fef7ae #feaeb5

Monochromatic Colors of #fecfae

#fecfae

Complementary Color

#fecfae #aeddfe

#fecfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecfae Color CSS Codes

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

#fecfae Text Font Color

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

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


#fecfae Background Color

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

This div background color is #fecfae


#fecfae Border Color

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

This div border color is #fecfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecfae


Comments

No comments written yet.

Please login to write comment.