Color Hex Logo

#eeeedd Color Hex

#EEEEDD
(238,238,221)
3 Favorites   0 Comments

Color spaces of #eeeedd

RGB 238238221
HSL0.170.330.90
HSV60°93°
CMYK 0.000.000.07   0.07
XYZ78.885684.546780.5680
Yxy84.54670.32330.3465
Hunter Lab91.9493-7.771612.4133
CIE-Lab93.6874-2.90768.2195

#eeeedd color RGB value is (238,238,221).

#eeeedd hex color red value is 238, green value is 238 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #eeeedd hue: 0.17 , saturation: 0.33 and the lightness value of eeeedd is 0.90.

The process color (four color CMYK) of #eeeedd color hex is 0.00, 0.00, 0.07, 0.07. Web safe color of #eeeedd is #ffffcc. Color #eeeedd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101110 11011101
Octal 356 356 335
Decimal 238 238 221
Hex EE EE DD

RGB Percentages of Color #eeeedd

%34.15
%34.15
%31.71

CMYK Percentages of Color #eeeedd

%0
%0
%7
%7

Triadic Colors of #eeeedd

#eeeedd #ddeeee #eeddee

Analogous Colors of #eeeedd

#eeeedd #e6eedd #eee6dd

Monochromatic Colors of #eeeedd

#eeeedd

Complementary Color

#eeeedd #ddddee

#eeeedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeedd Color CSS Codes

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

#eeeedd Text Font Color

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

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


#eeeedd Background Color

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

This div background color is #eeeedd


#eeeedd Border Color

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

This div border color is #eeeedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeedd

#eeeedd Color Palettes


Comments

No comments written yet.

Please login to write comment.