Color Hex Logo

#fedd78 Color Hex

#FEDD78
(254,221,120)
0 Favorites   0 Comments

Color spaces of #fedd78

RGB 254221120
HSL0.130.990.73
HSV45°53°100°
CMYK 0.000.130.53   0.00
XYZ70.119774.139828.3840
Yxy74.13980.40620.4294
Hunter Lab86.1045-5.320340.7284
CIE-Lab88.9885-0.746153.2528

#fedd78 color RGB value is (254,221,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 01111000
Octal 376 335 170
Decimal 254 221 120
Hex FE DD 78

RGB Percentages of Color #fedd78

%42.69
%37.14
%20.17

CMYK Percentages of Color #fedd78

%0
%13
%53
%0

Triadic Colors of #fedd78

#fedd78 #78fedd #dd78fe

Analogous Colors of #fedd78

#fedd78 #dcfe78 #fe9a78

Monochromatic Colors of #fedd78

#fedd78

Complementary Color

#fedd78 #7899fe

#fedd78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedd78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedd78 Color CSS Codes

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

#fedd78 Text Font Color

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

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


#fedd78 Background Color

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

This div background color is #fedd78


#fedd78 Border Color

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

This div border color is #fedd78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedd78

Related Colors


Comments

No comments written yet.

Please login to write comment.