Color Hex Logo

#fee407 Color Hex

#FEE407
(254,228,7)
0 Favorites   0 Comments

Color spaces of #fee407

RGB 2542287
HSL0.150.990.51
HSV54°97°100°
CMYK 0.000.100.97   0.00
XYZ68.654876.573011.3626
Yxy76.57300.43840.4890
Hunter Lab87.5060-13.089353.5554
CIE-Lab90.1247-8.811888.8131

#fee407 color RGB value is (254,228,7).

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

The process color (four color CMYK) of #fee407 color hex is 0.00, 0.10, 0.97, 0.00. Web safe color of #fee407 is #ffcc00. Color #fee407 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 00000111
Octal 376 344 7
Decimal 254 228 7
Hex FE E4 7

RGB Percentages of Color #fee407

%51.94
%46.63
%1.43

CMYK Percentages of Color #fee407

%0
%10
%97
%0

Triadic Colors of #fee407

#fee407 #07fee4 #e407fe

Analogous Colors of #fee407

#fee407 #9dfe07 #fe6907

Monochromatic Colors of #fee407

#fee407

Complementary Color

#fee407 #0721fe

#fee407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee407 Color CSS Codes

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

#fee407 Text Font Color

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

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


#fee407 Background Color

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

This div background color is #fee407


#fee407 Border Color

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

This div border color is #fee407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee407

Related Colors


Comments

No comments written yet.

Please login to write comment.