Color Hex Logo

#efeddd Color Hex

#EFEDDD
(239,237,221)
0 Favorites   0 Comments

Color spaces of #efeddd

RGB 239237221
HSL0.150.360.90
HSV53°94°
CMYK 0.000.010.08   0.06
XYZ78.931984.139680.4870
Yxy84.13960.32410.3455
Hunter Lab91.7276-6.923612.1850
CIE-Lab93.5111-2.05567.9761

#efeddd color RGB value is (239,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101101 11011101
Octal 357 355 335
Decimal 239 237 221
Hex EF ED DD

RGB Percentages of Color #efeddd

%34.29
%34.00
%31.71

CMYK Percentages of Color #efeddd

%0
%1
%8
%6

Triadic Colors of #efeddd

#efeddd #ddefed #edddef

Analogous Colors of #efeddd

#efeddd #e8efdd #efe4dd

Monochromatic Colors of #efeddd

#efeddd

Complementary Color

#efeddd #dddfef

#efeddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeddd Color CSS Codes

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

#efeddd Text Font Color

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

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


#efeddd Background Color

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

This div background color is #efeddd


#efeddd Border Color

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

This div border color is #efeddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeddd


Comments

No comments written yet.

Please login to write comment.