Color Hex Logo

#efeddc Color Hex

#EFEDDC
(239,237,220)
0 Favorites   0 Comments

Color spaces of #efeddc

RGB 239237220
HSL0.150.370.90
HSV54°94°
CMYK 0.000.010.08   0.06
XYZ78.799184.086479.7873
Yxy84.08640.32470.3465
Hunter Lab91.6986-7.082812.6006
CIE-Lab93.4880-2.21998.4619

#efeddc color RGB value is (239,237,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101101 11011100
Octal 357 355 334
Decimal 239 237 220
Hex EF ED DC

RGB Percentages of Color #efeddc

%34.34
%34.05
%31.61

CMYK Percentages of Color #efeddc

%0
%1
%8
%6

Triadic Colors of #efeddc

#efeddc #dcefed #eddcef

Analogous Colors of #efeddc

#efeddc #e8efdc #efe4dc

Monochromatic Colors of #efeddc

#efeddc

Complementary Color

#efeddc #dcdeef

#efeddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeddc Color CSS Codes

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

#efeddc Text Font Color

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

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


#efeddc Background Color

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

This div background color is #efeddc


#efeddc Border Color

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

This div border color is #efeddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeddc

#efeddc Color Palettes


Comments

No comments written yet.

Please login to write comment.