Color Hex Logo

#fee197 Color Hex

#FEE197
(254,225,151)
0 Favorites   0 Comments

Color spaces of #fee197

RGB 254225151
HSL0.120.980.79
HSV43°41°100°
CMYK 0.000.110.41   0.00
XYZ73.384277.155640.3029
Yxy77.15560.38450.4043
Hunter Lab87.8383-4.589734.2827
CIE-Lab90.39320.104439.8362

#fee197 color RGB value is (254,225,151).

#fee197 hex color red value is 254, green value is 225 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #fee197 hue: 0.12 , saturation: 0.98 and the lightness value of fee197 is 0.79.

The process color (four color CMYK) of #fee197 color hex is 0.00, 0.11, 0.41, 0.00. Web safe color of #fee197 is #ffcc99. Color #fee197 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 10010111
Octal 376 341 227
Decimal 254 225 151
Hex FE E1 97

RGB Percentages of Color #fee197

%40.32
%35.71
%23.97

CMYK Percentages of Color #fee197

%0
%11
%41
%0

Triadic Colors of #fee197

#fee197 #97fee1 #e197fe

Analogous Colors of #fee197

#fee197 #e8fe97 #feae97

Monochromatic Colors of #fee197

#fee197

Complementary Color

#fee197 #97b4fe

#fee197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee197 Color CSS Codes

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

#fee197 Text Font Color

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

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


#fee197 Background Color

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

This div background color is #fee197


#fee197 Border Color

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

This div border color is #fee197


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,225,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fee197">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee197


Comments

No comments written yet.

Please login to write comment.