Color Hex Logo

#efe9dd Color Hex

#EFE9DD
(239,233,221)
0 Favorites   0 Comments

Color spaces of #efe9dd

RGB 239233221
HSL0.110.360.90
HSV40°94°
CMYK 0.000.030.08   0.06
XYZ77.786781.849080.1053
Yxy81.84900.32450.3414
Hunter Lab90.4704-4.848510.8321
CIE-Lab92.5082-0.01676.5332

#efe9dd color RGB value is (239,233,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101001 11011101
Octal 357 351 335
Decimal 239 233 221
Hex EF E9 DD

RGB Percentages of Color #efe9dd

%34.49
%33.62
%31.89

CMYK Percentages of Color #efe9dd

%0
%3
%8
%6

Triadic Colors of #efe9dd

#efe9dd #ddefe9 #e9ddef

Analogous Colors of #efe9dd

#efe9dd #ecefdd #efe0dd

Monochromatic Colors of #efe9dd

#efe9dd

Complementary Color

#efe9dd #dde3ef

#efe9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe9dd Color CSS Codes

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

#efe9dd Text Font Color

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

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


#efe9dd Background Color

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

This div background color is #efe9dd


#efe9dd Border Color

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

This div border color is #efe9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe9dd

#efe9dd Color Palettes


Comments

No comments written yet.

Please login to write comment.