Color Hex Logo

#fee3da Color Hex

#FEE3DA
(254,227,218)
0 Favorites   0 Comments

Color spaces of #fee3da

RGB 254227218
HSL0.040.950.93
HSV15°14°100°
CMYK 0.000.110.14   0.00
XYZ80.997081.071077.7089
Yxy81.07100.33780.3381
Hunter Lab90.03943.004711.8571
CIE-Lab92.16337.81747.7573

#fee3da color RGB value is (254,227,218).

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

The process color (four color CMYK) of #fee3da color hex is 0.00, 0.11, 0.14, 0.00. Web safe color of #fee3da is #ffcccc. Color #fee3da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100011 11011010
Octal 376 343 332
Decimal 254 227 218
Hex FE E3 DA

RGB Percentages of Color #fee3da

%36.34
%32.47
%31.19

CMYK Percentages of Color #fee3da

%0
%11
%14
%0

Triadic Colors of #fee3da

#fee3da #dafee3 #e3dafe

Analogous Colors of #fee3da

#fee3da #fef5da #fedae3

Monochromatic Colors of #fee3da

#fee3da

Complementary Color

#fee3da #daf5fe

#fee3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee3da Color CSS Codes

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

#fee3da Text Font Color

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

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


#fee3da Background Color

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

This div background color is #fee3da


#fee3da Border Color

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

This div border color is #fee3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee3da


Comments

No comments written yet.

Please login to write comment.