Color Hex Logo

#fea660 Color Hex

#FEA660
(254,166,96)
0 Favorites   0 Comments

Color spaces of #fea660

RGB 25416696
HSL0.070.990.69
HSV27°62°100°
CMYK 0.000.350.62   0.00
XYZ56.620649.187817.5763
Yxy49.18780.45890.3987
Hunter Lab70.134021.372134.2351
CIE-Lab75.568026.019548.9781

#fea660 color RGB value is (254,166,96).

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

The process color (four color CMYK) of #fea660 color hex is 0.00, 0.35, 0.62, 0.00. Web safe color of #fea660 is #ff9966. Color #fea660 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100110 01100000
Octal 376 246 140
Decimal 254 166 96
Hex FE A6 60

RGB Percentages of Color #fea660

%49.22
%32.17
%18.60

CMYK Percentages of Color #fea660

%0
%35
%62
%0

Triadic Colors of #fea660

#fea660 #60fea6 #a660fe

Analogous Colors of #fea660

#fea660 #fef560 #fe6069

Monochromatic Colors of #fea660

#fea660

Complementary Color

#fea660 #60b8fe

#fea660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea660 Color CSS Codes

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

#fea660 Text Font Color

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

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


#fea660 Background Color

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

This div background color is #fea660


#fea660 Border Color

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

This div border color is #fea660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea660

Related Colors


Comments

No comments written yet.

Please login to write comment.