Color Hex Logo

#efe6dd Color Hex

#EFE6DD
(239,230,221)
0 Favorites   0 Comments

Color spaces of #efe6dd

RGB 239230221
HSL0.080.360.90
HSV30°94°
CMYK 0.000.040.08   0.06
XYZ76.944680.164879.8246
Yxy80.16480.32480.3383
Hunter Lab89.5348-3.28629.8145
CIE-Lab91.75881.51975.4523

#efe6dd color RGB value is (239,230,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100110 11011101
Octal 357 346 335
Decimal 239 230 221
Hex EF E6 DD

RGB Percentages of Color #efe6dd

%34.64
%33.33
%32.03

CMYK Percentages of Color #efe6dd

%0
%4
%8
%6

Triadic Colors of #efe6dd

#efe6dd #ddefe6 #e6ddef

Analogous Colors of #efe6dd

#efe6dd #efefdd #efdddd

Monochromatic Colors of #efe6dd

#efe6dd

Complementary Color

#efe6dd #dde6ef

#efe6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe6dd Color CSS Codes

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

#efe6dd Text Font Color

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

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


#efe6dd Background Color

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

This div background color is #efe6dd


#efe6dd Border Color

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

This div border color is #efe6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe6dd


Comments

No comments written yet.

Please login to write comment.