Color Hex Logo

#fdec76 Color Hex

#FDEC76
(253,236,118)
0 Favorites   0 Comments

Color spaces of #fdec76

RGB 253236118
HSL0.150.970.73
HSV52°53°99°
CMYK 0.000.070.53   0.01
XYZ73.773582.181629.1139
Yxy82.18160.39860.4441
Hunter Lab90.6541-13.382944.4166
CIE-Lab92.6550-8.834958.4884

#fdec76 color RGB value is (253,236,118).

#fdec76 hex color red value is 253, green value is 236 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #fdec76 hue: 0.15 , saturation: 0.97 and the lightness value of fdec76 is 0.73.

The process color (four color CMYK) of #fdec76 color hex is 0.00, 0.07, 0.53, 0.01. Web safe color of #fdec76 is #ffff66. Color #fdec76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 01110110
Octal 375 354 166
Decimal 253 236 118
Hex FD EC 76

RGB Percentages of Color #fdec76

%41.68
%38.88
%19.44

CMYK Percentages of Color #fdec76

%0
%7
%53
%1

Triadic Colors of #fdec76

#fdec76 #76fdec #ec76fd

Analogous Colors of #fdec76

#fdec76 #cbfd76 #fda976

Monochromatic Colors of #fdec76

#fdec76

Complementary Color

#fdec76 #7687fd

#fdec76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdec76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdec76 Color CSS Codes

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

#fdec76 Text Font Color

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

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


#fdec76 Background Color

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

This div background color is #fdec76


#fdec76 Border Color

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

This div border color is #fdec76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdec76


Comments

No comments written yet.

Please login to write comment.