Color Hex Logo

#efebdd Color Hex

#EFEBDD
(239,235,221)
0 Favorites   0 Comments

Color spaces of #efebdd

RGB 239235221
HSL0.130.360.90
HSV47°94°
CMYK 0.000.020.08   0.06
XYZ78.356182.987880.2951
Yxy82.98780.32430.3434
Hunter Lab91.0976-5.887111.5091
CIE-Lab93.0091-1.03747.2544

#efebdd color RGB value is (239,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 11011101
Octal 357 353 335
Decimal 239 235 221
Hex EF EB DD

RGB Percentages of Color #efebdd

%34.39
%33.81
%31.80

CMYK Percentages of Color #efebdd

%0
%2
%8
%6

Triadic Colors of #efebdd

#efebdd #ddefeb #ebddef

Analogous Colors of #efebdd

#efebdd #eaefdd #efe2dd

Monochromatic Colors of #efebdd

#efebdd

Complementary Color

#efebdd #dde1ef

#efebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebdd Color CSS Codes

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

#efebdd Text Font Color

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

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


#efebdd Background Color

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

This div background color is #efebdd


#efebdd Border Color

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

This div border color is #efebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebdd


Comments

No comments written yet.

Please login to write comment.