Color Hex Logo

#feaa6f Color Hex

#FEAA6F
(254,170,111)
0 Favorites   0 Comments

Color spaces of #feaa6f

RGB 254170111
HSL0.070.990.72
HSV25°56°100°
CMYK 0.000.330.56   0.00
XYZ58.117050.968021.8136
Yxy50.96800.44400.3894
Hunter Lab71.391920.373231.8584
CIE-Lab76.659624.988442.7311

#feaa6f color RGB value is (254,170,111).

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

The process color (four color CMYK) of #feaa6f color hex is 0.00, 0.33, 0.56, 0.00. Web safe color of #feaa6f is #ff9966. Color #feaa6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 01101111
Octal 376 252 157
Decimal 254 170 111
Hex FE AA 6F

RGB Percentages of Color #feaa6f

%47.48
%31.78
%20.75

CMYK Percentages of Color #feaa6f

%0
%33
%56
%0

Triadic Colors of #feaa6f

#feaa6f #6ffeaa #aa6ffe

Analogous Colors of #feaa6f

#feaa6f #fef26f #fe6f7c

Monochromatic Colors of #feaa6f

#feaa6f

Complementary Color

#feaa6f #6fc3fe

#feaa6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaa6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaa6f Color CSS Codes

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

#feaa6f Text Font Color

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

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


#feaa6f Background Color

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

This div background color is #feaa6f


#feaa6f Border Color

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

This div border color is #feaa6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaa6f

Related Colors


Comments

No comments written yet.

Please login to write comment.