Color Hex Logo

#fedd79 Color Hex

#FEDD79
(254,221,121)
0 Favorites   0 Comments

Color spaces of #fedd79

RGB 254221121
HSL0.130.990.74
HSV45°52°100°
CMYK 0.000.130.52   0.00
XYZ70.180774.164228.7054
Yxy74.16420.40560.4286
Hunter Lab86.1186-5.242540.5203
CIE-Lab89.0000-0.664752.7923

#fedd79 color RGB value is (254,221,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 01111001
Octal 376 335 171
Decimal 254 221 121
Hex FE DD 79

RGB Percentages of Color #fedd79

%42.62
%37.08
%20.30

CMYK Percentages of Color #fedd79

%0
%13
%52
%0

Triadic Colors of #fedd79

#fedd79 #79fedd #dd79fe

Analogous Colors of #fedd79

#fedd79 #ddfe79 #fe9b79

Monochromatic Colors of #fedd79

#fedd79

Complementary Color

#fedd79 #799afe

#fedd79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedd79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedd79 Color CSS Codes

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

#fedd79 Text Font Color

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

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


#fedd79 Background Color

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

This div background color is #fedd79


#fedd79 Border Color

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

This div border color is #fedd79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedd79


Comments

No comments written yet.

Please login to write comment.