Color Hex Logo

#fecd76 Color Hex

#FECD76
(254,205,118)
0 Favorites   0 Comments

Color spaces of #fecd76

RGB 254205118
HSL0.110.990.73
HSV38°54°100°
CMYK 0.000.190.54   0.00
XYZ65.974466.041526.4096
Yxy66.04150.41640.4169
Hunter Lab81.26592.696937.6182
CIE-Lab85.01767.285749.4403

#fecd76 color RGB value is (254,205,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 01110110
Octal 376 315 166
Decimal 254 205 118
Hex FE CD 76

RGB Percentages of Color #fecd76

%44.02
%35.53
%20.45

CMYK Percentages of Color #fecd76

%0
%19
%54
%0

Triadic Colors of #fecd76

#fecd76 #76fecd #cd76fe

Analogous Colors of #fecd76

#fecd76 #ebfe76 #fe8976

Monochromatic Colors of #fecd76

#fecd76

Complementary Color

#fecd76 #76a7fe

#fecd76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecd76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecd76 Color CSS Codes

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

#fecd76 Text Font Color

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

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


#fecd76 Background Color

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

This div background color is #fecd76


#fecd76 Border Color

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

This div border color is #fecd76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecd76


Comments

No comments written yet.

Please login to write comment.