Color Hex Logo

#fedd76 Color Hex

#FEDD76
(254,221,118)
0 Favorites   0 Comments

Color spaces of #fedd76

RGB 254221118
HSL0.130.990.73
HSV45°54°100°
CMYK 0.000.130.54   0.00
XYZ69.999574.091727.7513
Yxy74.09170.40730.4312
Hunter Lab86.0765-5.473541.1383
CIE-Lab88.9658-0.906554.1701

#fedd76 color RGB value is (254,221,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 01110110
Octal 376 335 166
Decimal 254 221 118
Hex FE DD 76

RGB Percentages of Color #fedd76

%42.83
%37.27
%19.90

CMYK Percentages of Color #fedd76

%0
%13
%54
%0

Triadic Colors of #fedd76

#fedd76 #76fedd #dd76fe

Analogous Colors of #fedd76

#fedd76 #dbfe76 #fe9976

Monochromatic Colors of #fedd76

#fedd76

Complementary Color

#fedd76 #7697fe

#fedd76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedd76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedd76 Color CSS Codes

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

#fedd76 Text Font Color

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

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


#fedd76 Background Color

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

This div background color is #fedd76


#fedd76 Border Color

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

This div border color is #fedd76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedd76


Comments

No comments written yet.

Please login to write comment.