Color Hex Logo

#eedde2 Color Hex

#EEDDE2
(238,221,226)
0 Favorites   0 Comments

Color spaces of #eedde2

RGB 238221226
HSL0.950.330.90
HSV342°93°
CMYK 0.000.070.05   0.07
XYZ74.843875.381082.5568
Yxy75.38100.32150.3238
Hunter Lab86.82221.93434.3984
CIE-Lab89.57126.6688-0.3539

#eedde2 color RGB value is (238,221,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 11100010
Octal 356 335 342
Decimal 238 221 226
Hex EE DD E2

RGB Percentages of Color #eedde2

%34.74
%32.26
%32.99

CMYK Percentages of Color #eedde2

%0
%7
%5
%7

Triadic Colors of #eedde2

#eedde2 #e2eedd #dde2ee

Analogous Colors of #eedde2

#eedde2 #eee1dd #eeddeb

Monochromatic Colors of #eedde2

#eedde2

Complementary Color

#eedde2 #ddeee9

#eedde2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedde2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedde2 Color CSS Codes

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

#eedde2 Text Font Color

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

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


#eedde2 Background Color

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

This div background color is #eedde2


#eedde2 Border Color

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

This div border color is #eedde2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedde2


Comments

No comments written yet.

Please login to write comment.