Color Hex Logo

#fee8da Color Hex

#FEE8DA
(254,232,218)
0 Favorites   0 Comments

Color spaces of #fee8da

RGB 254232218
HSL0.060.950.93
HSV23°14°100°
CMYK 0.000.090.14   0.00
XYZ82.384683.846078.1714
Yxy83.84600.33710.3431
Hunter Lab91.56750.356013.4812
CIE-Lab93.38365.24929.5073

#fee8da color RGB value is (254,232,218).

#fee8da hex color red value is 254, green value is 232 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fee8da hue: 0.06 , saturation: 0.95 and the lightness value of fee8da is 0.93.

The process color (four color CMYK) of #fee8da color hex is 0.00, 0.09, 0.14, 0.00. Web safe color of #fee8da is #ffffcc. Color #fee8da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101000 11011010
Octal 376 350 332
Decimal 254 232 218
Hex FE E8 DA

RGB Percentages of Color #fee8da

%36.08
%32.95
%30.97

CMYK Percentages of Color #fee8da

%0
%9
%14
%0

Triadic Colors of #fee8da

#fee8da #dafee8 #e8dafe

Analogous Colors of #fee8da

#fee8da #fefada #fedade

Monochromatic Colors of #fee8da

#fee8da

Complementary Color

#fee8da #daf0fe

#fee8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee8da Color CSS Codes

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

#fee8da Text Font Color

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

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


#fee8da Background Color

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

This div background color is #fee8da


#fee8da Border Color

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

This div border color is #fee8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee8da

#fee8da Color Palettes


Comments

No comments written yet.

Please login to write comment.