color codes Logo

#feaa6e color codes

#FEAA6E
(254,170,110)
0 Favorites   0 Comments

Color spaces of #feaa6e

RGB 254170110
HSL0.070.990.71
HSV25°57°100°
CMYK 0.000.330.57   0.00
XYZ58.062250.946121.5252
Yxy50.94610.44480.3903
Hunter Lab71.376520.294332.0833
CIE-Lab76.646324.912143.2262

#feaa6e color RGB value is (254,170,110).

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

The process color (four color CMYK) of #feaa6e color code is 0.00, 0.33, 0.57, 0.00. Web safe color of #feaa6e is #ff9966. Color #feaa6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 01101110
Octal 376 252 156
Decimal 254 170 110
Hex FE AA 6E

RGB Percentages of Color #feaa6e

%47.57
%31.84
%20.60

CMYK Percentages of Color #feaa6e

%0
%33
%57
%0

Triadic Colors of #feaa6e

#feaa6e #6efeaa #aa6efe

Analogous Colors of #feaa6e

#feaa6e #fef26e #fe6e7a

Monochromatic Colors of #feaa6e

#feaa6e

Complementary Color

#feaa6e #6ec2fe

#feaa6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaa6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaa6e Color CSS Codes

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

#feaa6e Text Font Color

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

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


#feaa6e Background Color

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

This div background color is #feaa6e


#feaa6e Border Color

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

This div border color is #feaa6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaa6e

Related Colors


Comments

No comments written yet.

Please login to write comment.