Color Hex Logo

#fea707 Color Hex

#FEA707
(254,167,7)
0 Favorites   0 Comments

Color spaces of #fea707

RGB 2541677
HSL0.110.990.51
HSV39°97°100°
CMYK 0.000.340.97   0.00
XYZ54.730148.72366.7210
Yxy48.72360.49680.4422
Hunter Lab69.802317.803043.1528
CIE-Lab75.279122.529678.3363

#fea707 color RGB value is (254,167,7).

#fea707 hex color red value is 254, green value is 167 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #fea707 hue: 0.11 , saturation: 0.99 and the lightness value of fea707 is 0.51.

The process color (four color CMYK) of #fea707 color hex is 0.00, 0.34, 0.97, 0.00. Web safe color of #fea707 is #ff9900. Color #fea707 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100111 00000111
Octal 376 247 7
Decimal 254 167 7
Hex FE A7 7

RGB Percentages of Color #fea707

%59.35
%39.02
%1.64

CMYK Percentages of Color #fea707

%0
%34
%97
%0

Triadic Colors of #fea707

#fea707 #07fea7 #a707fe

Analogous Colors of #fea707

#fea707 #dafe07 #fe2c07

Monochromatic Colors of #fea707

#fea707

Complementary Color

#fea707 #075efe

#fea707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea707 Color CSS Codes

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

#fea707 Text Font Color

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

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


#fea707 Background Color

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

This div background color is #fea707


#fea707 Border Color

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

This div border color is #fea707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea707


Comments

No comments written yet.

Please login to write comment.