Color Hex Logo

#fece76 Color Hex

#FECE76
(254,206,118)
0 Favorites   0 Comments

Color spaces of #fece76

RGB 254206118
HSL0.110.990.73
HSV39°54°100°
CMYK 0.000.190.54   0.00
XYZ66.214466.521426.4896
Yxy66.52140.41590.4178
Hunter Lab81.56072.182737.8360
CIE-Lab85.26176.769749.7353

#fece76 color RGB value is (254,206,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 01110110
Octal 376 316 166
Decimal 254 206 118
Hex FE CE 76

RGB Percentages of Color #fece76

%43.94
%35.64
%20.42

CMYK Percentages of Color #fece76

%0
%19
%54
%0

Triadic Colors of #fece76

#fece76 #76fece #ce76fe

Analogous Colors of #fece76

#fece76 #eafe76 #fe8a76

Monochromatic Colors of #fece76

#fece76

Complementary Color

#fece76 #76a6fe

#fece76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece76 Color CSS Codes

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

#fece76 Text Font Color

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

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


#fece76 Background Color

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

This div background color is #fece76


#fece76 Border Color

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

This div border color is #fece76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece76

Related Colors


Comments

No comments written yet.

Please login to write comment.