Color Hex Logo

#efeedc Color Hex

#EFEEDC
(239,238,220)
0 Favorites   0 Comments

Color spaces of #efeedc

RGB 239238220
HSL0.160.370.90
HSV57°94°
CMYK 0.000.000.08   0.06
XYZ79.089484.667179.8841
Yxy84.66710.32460.3475
Hunter Lab92.0147-7.599712.9367
CIE-Lab93.7395-2.72768.8225

#efeedc color RGB value is (239,238,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 11011100
Octal 357 356 334
Decimal 239 238 220
Hex EF EE DC

RGB Percentages of Color #efeedc

%34.29
%34.15
%31.56

CMYK Percentages of Color #efeedc

%0
%0
%8
%6

Triadic Colors of #efeedc

#efeedc #dcefee #eedcef

Analogous Colors of #efeedc

#efeedc #e7efdc #efe5dc

Monochromatic Colors of #efeedc

#efeedc

Complementary Color

#efeedc #dcddef

#efeedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeedc Color CSS Codes

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

#efeedc Text Font Color

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

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


#efeedc Background Color

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

This div background color is #efeedc


#efeedc Border Color

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

This div border color is #efeedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeedc


Comments

No comments written yet.

Please login to write comment.