Color Hex Logo

#ffe2df Color Hex

#FFE2DF
(255,226,223)
1 Favorites   0 Comments

Color spaces of #ffe2df

RGB 255226223
HSL0.021.000.94
HSV13°100°
CMYK 0.000.110.13   0.00
XYZ81.755680.980481.1338
Yxy80.98040.33520.3321
Hunter Lab89.98914.68739.5368
CIE-Lab92.12309.46645.0997

#ffe2df color RGB value is (255,226,223).

#ffe2df hex color red value is 255, green value is 226 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ffe2df hue: 0.02 , saturation: 1.00 and the lightness value of ffe2df is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100010 11011111
Octal 377 342 337
Decimal 255 226 223
Hex FF E2 DF

RGB Percentages of Color #ffe2df

%36.22
%32.10
%31.68

CMYK Percentages of Color #ffe2df

%0
%11
%13
%0

Triadic Colors of #ffe2df

#ffe2df #dfffe2 #e2dfff

Analogous Colors of #ffe2df

#ffe2df #fff2df #ffdfec

Monochromatic Colors of #ffe2df

#ffe2df

Complementary Color

#ffe2df #dffcff

#ffe2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe2df Color CSS Codes

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

#ffe2df Text Font Color

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

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


#ffe2df Background Color

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

This div background color is #ffe2df


#ffe2df Border Color

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

This div border color is #ffe2df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,226,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffe2df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffe2df;
  -webkit-box-shadow: 1px 1px 3px 2px #ffe2df;
  box-shadow:         1px 1px 3px 2px #ffe2df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,226,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe2df

#ffe2df Color Palettes


Comments

No comments written yet.

Please login to write comment.