Color Hex Logo

#fee497 Color Hex

#FEE497
(254,228,151)
0 Favorites   0 Comments

Color spaces of #fee497

RGB 254228151
HSL0.120.980.79
HSV45°41°100°
CMYK 0.000.100.41   0.00
XYZ74.202478.792040.5756
Yxy78.79200.38330.4070
Hunter Lab88.7649-6.122635.0332
CIE-Lab91.1401-1.416640.8008

#fee497 color RGB value is (254,228,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 10010111
Octal 376 344 227
Decimal 254 228 151
Hex FE E4 97

RGB Percentages of Color #fee497

%40.13
%36.02
%23.85

CMYK Percentages of Color #fee497

%0
%10
%41
%0

Triadic Colors of #fee497

#fee497 #97fee4 #e497fe

Analogous Colors of #fee497

#fee497 #e5fe97 #feb197

Monochromatic Colors of #fee497

#fee497

Complementary Color

#fee497 #97b1fe

#fee497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee497 Color CSS Codes

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

#fee497 Text Font Color

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

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


#fee497 Background Color

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

This div background color is #fee497


#fee497 Border Color

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

This div border color is #fee497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee497

Related Colors


Comments

No comments written yet.

Please login to write comment.