Color Hex Logo

#fee176 Color Hex

#FEE176
(254,225,118)
0 Favorites   0 Comments

Color spaces of #fee176

RGB 254225118
HSL0.130.990.73
HSV47°54°100°
CMYK 0.000.110.54   0.00
XYZ71.068376.229328.1076
Yxy76.22930.40520.4346
Hunter Lab87.3094-7.495642.0293
CIE-Lab89.9657-2.929955.3537

#fee176 color RGB value is (254,225,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 01110110
Octal 376 341 166
Decimal 254 225 118
Hex FE E1 76

RGB Percentages of Color #fee176

%42.55
%37.69
%19.77

CMYK Percentages of Color #fee176

%0
%11
%54
%0

Triadic Colors of #fee176

#fee176 #76fee1 #e176fe

Analogous Colors of #fee176

#fee176 #d7fe76 #fe9d76

Monochromatic Colors of #fee176

#fee176

Complementary Color

#fee176 #7693fe

#fee176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee176 Color CSS Codes

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

#fee176 Text Font Color

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

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


#fee176 Background Color

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

This div background color is #fee176


#fee176 Border Color

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

This div border color is #fee176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee176


Comments

No comments written yet.

Please login to write comment.