Color Hex Logo

#fede07 Color Hex

#FEDE07
(254,222,7)
0 Favorites   0 Comments

Color spaces of #fede07

RGB 2542227
HSL0.150.990.51
HSV52°97°100°
CMYK 0.000.130.97   0.00
XYZ67.032773.328710.8219
Yxy73.32870.44340.4850
Hunter Lab85.6322-10.126952.4497
CIE-Lab88.6042-5.819587.7095

#fede07 color RGB value is (254,222,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 00000111
Octal 376 336 7
Decimal 254 222 7
Hex FE DE 7

RGB Percentages of Color #fede07

%52.59
%45.96
%1.45

CMYK Percentages of Color #fede07

%0
%13
%97
%0

Triadic Colors of #fede07

#fede07 #07fede #de07fe

Analogous Colors of #fede07

#fede07 #a3fe07 #fe6307

Monochromatic Colors of #fede07

#fede07

Complementary Color

#fede07 #0727fe

#fede07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fede07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fede07 Color CSS Codes

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

#fede07 Text Font Color

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

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


#fede07 Background Color

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

This div background color is #fede07


#fede07 Border Color

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

This div border color is #fede07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fede07


Comments

No comments written yet.

Please login to write comment.