Color Hex Logo

#eeebdd Color Hex

#EEEBDD
(238,235,221)
0 Favorites   0 Comments

Color spaces of #eeebdd

RGB 238235221
HSL0.140.330.90
HSV49°93°
CMYK 0.000.010.07   0.07
XYZ78.019482.814380.2793
Yxy82.81430.32360.3435
Hunter Lab91.0024-6.220111.3980
CIE-Lab92.9331-1.38237.1352

#eeebdd color RGB value is (238,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101011 11011101
Octal 356 353 335
Decimal 238 235 221
Hex EE EB DD

RGB Percentages of Color #eeebdd

%34.29
%33.86
%31.84

CMYK Percentages of Color #eeebdd

%0
%1
%7
%7

Triadic Colors of #eeebdd

#eeebdd #ddeeeb #ebddee

Analogous Colors of #eeebdd

#eeebdd #e9eedd #eee3dd

Monochromatic Colors of #eeebdd

#eeebdd

Complementary Color

#eeebdd #dde0ee

#eeebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeebdd Color CSS Codes

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

#eeebdd Text Font Color

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

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


#eeebdd Background Color

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

This div background color is #eeebdd


#eeebdd Border Color

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

This div border color is #eeebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeebdd


Comments

No comments written yet.

Please login to write comment.