Color Hex Logo

#feae6c Color Hex

#FEAE6C
(254,174,108)
0 Favorites   0 Comments

Color spaces of #feae6c

RGB 254174108
HSL0.080.990.71
HSV27°57°100°
CMYK 0.000.310.57   0.00
XYZ58.715952.425621.2119
Yxy52.42560.44360.3961
Hunter Lab72.405518.041633.3143
CIE-Lab77.534622.669545.3258

#feae6c color RGB value is (254,174,108).

#feae6c hex color red value is 254, green value is 174 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #feae6c hue: 0.08 , saturation: 0.99 and the lightness value of feae6c is 0.71.

The process color (four color CMYK) of #feae6c color hex is 0.00, 0.31, 0.57, 0.00. Web safe color of #feae6c is #ff9966. Color #feae6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 01101100
Octal 376 256 154
Decimal 254 174 108
Hex FE AE 6C

RGB Percentages of Color #feae6c

%47.39
%32.46
%20.15

CMYK Percentages of Color #feae6c

%0
%31
%57
%0

Triadic Colors of #feae6c

#feae6c #6cfeae #ae6cfe

Analogous Colors of #feae6c

#feae6c #fef76c #fe6c73

Monochromatic Colors of #feae6c

#feae6c

Complementary Color

#feae6c #6cbcfe

#feae6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae6c Color CSS Codes

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

#feae6c Text Font Color

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

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


#feae6c Background Color

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

This div background color is #feae6c


#feae6c Border Color

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

This div border color is #feae6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae6c


Comments

No comments written yet.

Please login to write comment.