Color Hex Logo

#fedf79 Color Hex

#FEDF79
(254,223,121)
0 Favorites   0 Comments

Color spaces of #fedf79

RGB 254223121
HSL0.130.990.74
HSV46°52°100°
CMYK 0.000.120.52   0.00
XYZ70.711975.226728.8824
Yxy75.22670.40450.4303
Hunter Lab86.7333-6.255940.9696
CIE-Lab89.4991-1.678553.3897

#fedf79 color RGB value is (254,223,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 01111001
Octal 376 337 171
Decimal 254 223 121
Hex FE DF 79

RGB Percentages of Color #fedf79

%42.47
%37.29
%20.23

CMYK Percentages of Color #fedf79

%0
%12
%52
%0

Triadic Colors of #fedf79

#fedf79 #79fedf #df79fe

Analogous Colors of #fedf79

#fedf79 #dbfe79 #fe9d79

Monochromatic Colors of #fedf79

#fedf79

Complementary Color

#fedf79 #7998fe

#fedf79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf79 Color CSS Codes

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

#fedf79 Text Font Color

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

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


#fedf79 Background Color

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

This div background color is #fedf79


#fedf79 Border Color

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

This div border color is #fedf79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf79


Comments

No comments written yet.

Please login to write comment.