Color Hex Logo

#eee2ed Color Hex

#EEE2ED
(238,226,237)
0 Favorites   0 Comments

Color spaces of #eee2ed

RGB 238226237
HSL0.850.260.91
HSV305°93°
CMYK 0.000.050.00   0.07
XYZ77.742378.684391.2109
Yxy78.68430.31390.3177
Hunter Lab88.70421.20911.1274
CIE-Lab91.09136.0017-3.8950

#eee2ed color RGB value is (238,226,237).

#eee2ed hex color red value is 238, green value is 226 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #eee2ed hue: 0.85 , saturation: 0.26 and the lightness value of eee2ed is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100010 11101101
Octal 356 342 355
Decimal 238 226 237
Hex EE E2 ED

RGB Percentages of Color #eee2ed

%33.95
%32.24
%33.81

CMYK Percentages of Color #eee2ed

%0
%5
%0
%7

Triadic Colors of #eee2ed

#eee2ed #edeee2 #e2edee

Analogous Colors of #eee2ed

#eee2ed #eee2e7 #e9e2ee

Monochromatic Colors of #eee2ed

#eee2ed

Complementary Color

#eee2ed #e2eee3

#eee2ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee2ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee2ed Color CSS Codes

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

#eee2ed Text Font Color

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

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


#eee2ed Background Color

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

This div background color is #eee2ed


#eee2ed Border Color

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

This div border color is #eee2ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee2ed


Comments

No comments written yet.

Please login to write comment.