Color Hex Logo

#efeadd Color Hex

#EFEADD
(239,234,221)
0 Favorites   0 Comments

Color spaces of #efeadd

RGB 239234221
HSL0.120.360.90
HSV43°94°
CMYK 0.000.020.08   0.06
XYZ78.070682.416880.1999
Yxy82.41680.32440.3424
Hunter Lab90.7837-5.368111.1708
CIE-Lab92.7585-0.52746.8938

#efeadd color RGB value is (239,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 11011101
Octal 357 352 335
Decimal 239 234 221
Hex EF EA DD

RGB Percentages of Color #efeadd

%34.44
%33.72
%31.84

CMYK Percentages of Color #efeadd

%0
%2
%8
%6

Triadic Colors of #efeadd

#efeadd #ddefea #eaddef

Analogous Colors of #efeadd

#efeadd #ebefdd #efe1dd

Monochromatic Colors of #efeadd

#efeadd

Complementary Color

#efeadd #dde2ef

#efeadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeadd Color CSS Codes

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

#efeadd Text Font Color

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

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


#efeadd Background Color

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

This div background color is #efeadd


#efeadd Border Color

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

This div border color is #efeadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeadd

#efeadd Color Palettes


Comments

No comments written yet.

Please login to write comment.