Color Hex Logo

#feaa66 Color Hex

#FEAA66
(254,170,102)
0 Favorites   0 Comments

Color spaces of #feaa66

RGB 254170102
HSL0.070.990.70
HSV27°60°100°
CMYK 0.000.330.60   0.00
XYZ57.646050.779619.3335
Yxy50.77960.45120.3975
Hunter Lab71.259819.693933.7959
CIE-Lab76.545324.331547.1487

#feaa66 color RGB value is (254,170,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 01100110
Octal 376 252 146
Decimal 254 170 102
Hex FE AA 66

RGB Percentages of Color #feaa66

%48.29
%32.32
%19.39

CMYK Percentages of Color #feaa66

%0
%33
%60
%0

Triadic Colors of #feaa66

#feaa66 #66feaa #aa66fe

Analogous Colors of #feaa66

#feaa66 #fef666 #fe666e

Monochromatic Colors of #feaa66

#feaa66

Complementary Color

#feaa66 #66bafe

#feaa66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaa66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaa66 Color CSS Codes

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

#feaa66 Text Font Color

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

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


#feaa66 Background Color

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

This div background color is #feaa66


#feaa66 Border Color

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

This div border color is #feaa66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaa66

Related Colors


Comments

No comments written yet.

Please login to write comment.