Color Hex Logo

#fee698 Color Hex

#FEE698
(254,230,152)
0 Favorites   0 Comments

Color spaces of #fee698

RGB 254230152
HSL0.130.980.80
HSV46°40°100°
CMYK 0.000.090.40   0.00
XYZ74.837479.931541.1897
Yxy79.93150.38190.4079
Hunter Lab89.4044-7.041435.2675
CIE-Lab91.6541-2.322640.9646

#fee698 color RGB value is (254,230,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100110 10011000
Octal 376 346 230
Decimal 254 230 152
Hex FE E6 98

RGB Percentages of Color #fee698

%39.94
%36.16
%23.90

CMYK Percentages of Color #fee698

%0
%9
%40
%0

Triadic Colors of #fee698

#fee698 #98fee6 #e698fe

Analogous Colors of #fee698

#fee698 #e3fe98 #feb398

Monochromatic Colors of #fee698

#fee698

Complementary Color

#fee698 #98b0fe

#fee698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee698 Color CSS Codes

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

#fee698 Text Font Color

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

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


#fee698 Background Color

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

This div background color is #fee698


#fee698 Border Color

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

This div border color is #fee698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee698

Related Colors


Comments

No comments written yet.

Please login to write comment.