Color Hex Logo

#eedee2 Color Hex

#EEDEE2
(238,222,226)
0 Favorites   0 Comments

Color spaces of #eedee2

RGB 238222226
HSL0.960.320.90
HSV345°93°
CMYK 0.000.070.05   0.07
XYZ75.108675.910782.6451
Yxy75.91070.32140.3249
Hunter Lab87.12671.40614.7485
CIE-Lab89.81796.14930.0064

#eedee2 color RGB value is (238,222,226).

#eedee2 hex color red value is 238, green value is 222 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #eedee2 hue: 0.96 , saturation: 0.32 and the lightness value of eedee2 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 11100010
Octal 356 336 342
Decimal 238 222 226
Hex EE DE E2

RGB Percentages of Color #eedee2

%34.69
%32.36
%32.94

CMYK Percentages of Color #eedee2

%0
%7
%5
%7

Triadic Colors of #eedee2

#eedee2 #e2eede #dee2ee

Analogous Colors of #eedee2

#eedee2 #eee2de #eedeea

Monochromatic Colors of #eedee2

#eedee2

Complementary Color

#eedee2 #deeeea

#eedee2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedee2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedee2 Color CSS Codes

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

#eedee2 Text Font Color

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

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


#eedee2 Background Color

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

This div background color is #eedee2


#eedee2 Border Color

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

This div border color is #eedee2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedee2


Comments

No comments written yet.

Please login to write comment.