Color Hex Logo

#fee098 Color Hex

#FEE098
(254,224,152)
0 Favorites   0 Comments

Color spaces of #fee098

RGB 254224152
HSL0.120.980.80
HSV42°40°100°
CMYK 0.000.120.40   0.00
XYZ73.196276.649140.6427
Yxy76.64910.38430.4024
Hunter Lab87.5495-3.975733.7607
CIE-Lab90.15990.718139.0315

#fee098 color RGB value is (254,224,152).

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

The process color (four color CMYK) of #fee098 color hex is 0.00, 0.12, 0.40, 0.00. Web safe color of #fee098 is #ffcc99. Color #fee098 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100000 10011000
Octal 376 340 230
Decimal 254 224 152
Hex FE E0 98

RGB Percentages of Color #fee098

%40.32
%35.56
%24.13

CMYK Percentages of Color #fee098

%0
%12
%40
%0

Triadic Colors of #fee098

#fee098 #98fee0 #e098fe

Analogous Colors of #fee098

#fee098 #e9fe98 #fead98

Monochromatic Colors of #fee098

#fee098

Complementary Color

#fee098 #98b6fe

#fee098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee098 Color CSS Codes

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

#fee098 Text Font Color

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

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


#fee098 Background Color

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

This div background color is #fee098


#fee098 Border Color

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

This div border color is #fee098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee098

Related Colors


Comments

No comments written yet.

Please login to write comment.