Color Hex Logo

#efe0dc Color Hex

#EFE0DC
(239,224,220)
0 Favorites   0 Comments

Color spaces of #efe0dc

RGB 239224220
HSL0.040.370.90
HSV13°94°
CMYK 0.000.060.08   0.06
XYZ75.170576.829378.5778
Yxy76.82930.32600.3332
Hunter Lab87.6523-0.31028.2048
CIE-Lab90.24304.44393.7827

#efe0dc color RGB value is (239,224,220).

#efe0dc hex color red value is 239, green value is 224 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #efe0dc hue: 0.04 , saturation: 0.37 and the lightness value of efe0dc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 11011100
Octal 357 340 334
Decimal 239 224 220
Hex EF E0 DC

RGB Percentages of Color #efe0dc

%34.99
%32.80
%32.21

CMYK Percentages of Color #efe0dc

%0
%6
%8
%6

Triadic Colors of #efe0dc

#efe0dc #dcefe0 #e0dcef

Analogous Colors of #efe0dc

#efe0dc #efeadc #efdce2

Monochromatic Colors of #efe0dc

#efe0dc

Complementary Color

#efe0dc #dcebef

#efe0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe0dc Color CSS Codes

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

#efe0dc Text Font Color

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

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


#efe0dc Background Color

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

This div background color is #efe0dc


#efe0dc Border Color

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

This div border color is #efe0dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,224,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe0dc


Comments

No comments written yet.

Please login to write comment.