Color Hex Logo

#efe5df Color Hex

#EFE5DF
(239,229,223)
0 Favorites   0 Comments

Color spaces of #efe5df

RGB 239229223
HSL0.060.330.91
HSV23°94°
CMYK 0.000.040.07   0.06
XYZ76.935279.717181.1440
Yxy79.71710.32350.3352
Hunter Lab89.2844-2.43678.6148
CIE-Lab91.55782.36714.1176

#efe5df color RGB value is (239,229,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100101 11011111
Octal 357 345 337
Decimal 239 229 223
Hex EF E5 DF

RGB Percentages of Color #efe5df

%34.59
%33.14
%32.27

CMYK Percentages of Color #efe5df

%0
%4
%7
%6

Triadic Colors of #efe5df

#efe5df #dfefe5 #e5dfef

Analogous Colors of #efe5df

#efe5df #efeddf #efdfe1

Monochromatic Colors of #efe5df

#efe5df

Complementary Color

#efe5df #dfe9ef

#efe5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe5df Color CSS Codes

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

#efe5df Text Font Color

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

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


#efe5df Background Color

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

This div background color is #efe5df


#efe5df Border Color

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

This div border color is #efe5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe5df


Comments

No comments written yet.

Please login to write comment.