Color Hex Logo

#fedb76 Color Hex

#FEDB76
(254,219,118)
0 Favorites   0 Comments

Color spaces of #fedb76

RGB 254219118
HSL0.120.990.73
HSV45°54°100°
CMYK 0.000.140.54   0.00
XYZ69.474673.041927.5763
Yxy73.04190.40850.4294
Hunter Lab85.4646-4.459440.6945
CIE-Lab88.46770.109153.5784

#fedb76 color RGB value is (254,219,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 01110110
Octal 376 333 166
Decimal 254 219 118
Hex FE DB 76

RGB Percentages of Color #fedb76

%42.98
%37.06
%19.97

CMYK Percentages of Color #fedb76

%0
%14
%54
%0

Triadic Colors of #fedb76

#fedb76 #76fedb #db76fe

Analogous Colors of #fedb76

#fedb76 #ddfe76 #fe9776

Monochromatic Colors of #fedb76

#fedb76

Complementary Color

#fedb76 #7699fe

#fedb76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb76 Color CSS Codes

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

#fedb76 Text Font Color

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

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


#fedb76 Background Color

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

This div background color is #fedb76


#fedb76 Border Color

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

This div border color is #fedb76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb76


Comments

No comments written yet.

Please login to write comment.