Color Hex Logo

#fea066 Color Hex

#FEA066
(254,160,102)
0 Favorites   0 Comments

Color spaces of #fea066

RGB 254160102
HSL0.060.990.70
HSV23°60°100°
CMYK 0.000.370.60   0.00
XYZ55.842147.171818.7322
Yxy47.17180.45870.3875
Hunter Lab68.681724.937531.9065
CIE-Lab74.299529.550044.4543

#fea066 color RGB value is (254,160,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100000 01100110
Octal 376 240 146
Decimal 254 160 102
Hex FE A0 66

RGB Percentages of Color #fea066

%49.22
%31.01
%19.77

CMYK Percentages of Color #fea066

%0
%37
%60
%0

Triadic Colors of #fea066

#fea066 #66fea0 #a066fe

Analogous Colors of #fea066

#fea066 #feec66 #fe6678

Monochromatic Colors of #fea066

#fea066

Complementary Color

#fea066 #66c4fe

#fea066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea066 Color CSS Codes

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

#fea066 Text Font Color

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

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


#fea066 Background Color

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

This div background color is #fea066


#fea066 Border Color

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

This div border color is #fea066


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,160,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 #fea066">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea066


Comments

No comments written yet.

Please login to write comment.