Color Hex Logo

#fede79 Color Hex

#FEDE79
(254,222,121)
0 Favorites   0 Comments

Color spaces of #fede79

RGB 254222121
HSL0.130.990.74
HSV46°52°100°
CMYK 0.000.130.52   0.00
XYZ70.445574.693928.7936
Yxy74.69390.40500.4294
Hunter Lab86.4256-5.749640.7449
CIE-Lab89.2494-1.172053.0910

#fede79 color RGB value is (254,222,121).

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

The process color (four color CMYK) of #fede79 color hex is 0.00, 0.13, 0.52, 0.00. Web safe color of #fede79 is #ffcc66. Color #fede79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 01111001
Octal 376 336 171
Decimal 254 222 121
Hex FE DE 79

RGB Percentages of Color #fede79

%42.55
%37.19
%20.27

CMYK Percentages of Color #fede79

%0
%13
%52
%0

Triadic Colors of #fede79

#fede79 #79fede #de79fe

Analogous Colors of #fede79

#fede79 #dcfe79 #fe9c79

Monochromatic Colors of #fede79

#fede79

Complementary Color

#fede79 #7999fe

#fede79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fede79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fede79 Color CSS Codes

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

#fede79 Text Font Color

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

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


#fede79 Background Color

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

This div background color is #fede79


#fede79 Border Color

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

This div border color is #fede79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fede79

Related Colors


Comments

No comments written yet.

Please login to write comment.