Color Hex Logo

#fee798 Color Hex

#FEE798
(254,231,152)
0 Favorites   0 Comments

Color spaces of #fee798

RGB 254231152
HSL0.130.980.80
HSV46°40°100°
CMYK 0.000.090.40   0.00
XYZ75.116580.489741.2828
Yxy80.48970.38150.4088
Hunter Lab89.7161-7.550535.5190
CIE-Lab91.9041-2.827041.2868

#fee798 color RGB value is (254,231,152).

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

The process color (four color CMYK) of #fee798 color hex is 0.00, 0.09, 0.40, 0.00. Web safe color of #fee798 is #ffff99. Color #fee798 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100111 10011000
Octal 376 347 230
Decimal 254 231 152
Hex FE E7 98

RGB Percentages of Color #fee798

%39.87
%36.26
%23.86

CMYK Percentages of Color #fee798

%0
%9
%40
%0

Triadic Colors of #fee798

#fee798 #98fee7 #e798fe

Analogous Colors of #fee798

#fee798 #e2fe98 #feb498

Monochromatic Colors of #fee798

#fee798

Complementary Color

#fee798 #98affe

#fee798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee798 Color CSS Codes

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

#fee798 Text Font Color

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

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


#fee798 Background Color

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

This div background color is #fee798


#fee798 Border Color

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

This div border color is #fee798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee798

Related Colors


Comments

No comments written yet.

Please login to write comment.