Color Hex Logo

#efe2df Color Hex

#EFE2DF
(239,226,223)
1 Favorites   0 Comments

Color spaces of #efe2df

RGB 239226223
HSL0.030.330.91
HSV11°94°
CMYK 0.000.050.07   0.06
XYZ76.112278.071180.8697
Yxy78.07110.32380.3321
Hunter Lab88.3579-0.86487.5852
CIE-Lab90.81233.91263.0369

#efe2df color RGB value is (239,226,223).

#efe2df hex color red value is 239, green value is 226 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #efe2df hue: 0.03 , saturation: 0.33 and the lightness value of efe2df is 0.91.

The process color (four color CMYK) of #efe2df color hex is 0.00, 0.05, 0.07, 0.06. Web safe color of #efe2df is #ffcccc. Color #efe2df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100010 11011111
Octal 357 342 337
Decimal 239 226 223
Hex EF E2 DF

RGB Percentages of Color #efe2df

%34.74
%32.85
%32.41

CMYK Percentages of Color #efe2df

%0
%5
%7
%6

Triadic Colors of #efe2df

#efe2df #dfefe2 #e2dfef

Analogous Colors of #efe2df

#efe2df #efeadf #efdfe4

Monochromatic Colors of #efe2df

#efe2df

Complementary Color

#efe2df #dfecef

#efe2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe2df Color CSS Codes

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

#efe2df Text Font Color

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

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


#efe2df Background Color

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

This div background color is #efe2df


#efe2df Border Color

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

This div border color is #efe2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe2df

#efe2df Color Palettes


Comments

No comments written yet.

Please login to write comment.