Color Hex Logo

#feae07 Color Hex

#FEAE07
(254,174,7)
0 Favorites   0 Comments

Color spaces of #feae07

RGB 2541747
HSL0.110.990.51
HSV41°97°100°
CMYK 0.000.310.97   0.00
XYZ56.047551.35837.1601
Yxy51.35830.48920.4483
Hunter Lab71.664714.188044.2416
CIE-Lab76.895518.873179.4382

#feae07 color RGB value is (254,174,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 00000111
Octal 376 256 7
Decimal 254 174 7
Hex FE AE 7

RGB Percentages of Color #feae07

%58.39
%40.00
%1.61

CMYK Percentages of Color #feae07

%0
%31
%97
%0

Triadic Colors of #feae07

#feae07 #07feae #ae07fe

Analogous Colors of #feae07

#feae07 #d3fe07 #fe3307

Monochromatic Colors of #feae07

#feae07

Complementary Color

#feae07 #0757fe

#feae07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae07 Color CSS Codes

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

#feae07 Text Font Color

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

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


#feae07 Background Color

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

This div background color is #feae07


#feae07 Border Color

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

This div border color is #feae07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae07


Comments

No comments written yet.

Please login to write comment.