Color Hex Logo

#fec3ae Color Hex

#FEC3AE
(254,195,174)
0 Favorites   0 Comments

Color spaces of #fec3ae

RGB 254195174
HSL0.040.980.84
HSV16°31°100°
CMYK 0.000.230.31   0.00
XYZ68.028163.157048.6495
Yxy63.15700.37830.3512
Hunter Lab79.471413.722419.3348
CIE-Lab83.524918.266318.6963

#fec3ae color RGB value is (254,195,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 10101110
Octal 376 303 256
Decimal 254 195 174
Hex FE C3 AE

RGB Percentages of Color #fec3ae

%40.77
%31.30
%27.93

CMYK Percentages of Color #fec3ae

%0
%23
%31
%0

Triadic Colors of #fec3ae

#fec3ae #aefec3 #c3aefe

Analogous Colors of #fec3ae

#fec3ae #feebae #feaec1

Monochromatic Colors of #fec3ae

#fec3ae

Complementary Color

#fec3ae #aee9fe

#fec3ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec3ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec3ae Color CSS Codes

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

#fec3ae Text Font Color

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

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


#fec3ae Background Color

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

This div background color is #fec3ae


#fec3ae Border Color

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

This div border color is #fec3ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec3ae

Related Colors


Comments

No comments written yet.

Please login to write comment.