Color Hex Logo

#eeeddb Color Hex

#EEEDDB
(238,237,219)
0 Favorites   0 Comments

Color spaces of #eeeddb

RGB 238237219
HSL0.160.360.90
HSV57°93°
CMYK 0.000.000.08   0.07
XYZ78.330383.860079.0760
Yxy83.86000.32470.3476
Hunter Lab91.5751-7.573512.9051
CIE-Lab93.3897-2.72938.8297

#eeeddb color RGB value is (238,237,219).

#eeeddb hex color red value is 238, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eeeddb hue: 0.16 , saturation: 0.36 and the lightness value of eeeddb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101101 11011011
Octal 356 355 333
Decimal 238 237 219
Hex EE ED DB

RGB Percentages of Color #eeeddb

%34.29
%34.15
%31.56

CMYK Percentages of Color #eeeddb

%0
%0
%8
%7

Triadic Colors of #eeeddb

#eeeddb #dbeeed #eddbee

Analogous Colors of #eeeddb

#eeeddb #e6eedb #eee4db

Monochromatic Colors of #eeeddb

#eeeddb

Complementary Color

#eeeddb #dbdcee

#eeeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeddb Color CSS Codes

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

#eeeddb Text Font Color

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

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


#eeeddb Background Color

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

This div background color is #eeeddb


#eeeddb Border Color

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

This div border color is #eeeddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,237,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eeeddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeddb

#eeeddb Color Palettes


Comments

No comments written yet.

Please login to write comment.