Color Hex Logo

#eeddd7 Color Hex

#EEDDD7
(238,221,215)
0 Favorites   0 Comments

Color spaces of #eeddd7

RGB 238221215
HSL0.040.400.89
HSV16°10°93°
CMYK 0.000.070.10   0.07
XYZ73.382174.796374.8595
Yxy74.79630.32900.3354
Hunter Lab86.48490.10819.2192
CIE-Lab89.29754.82295.0281

#eeddd7 color RGB value is (238,221,215).

#eeddd7 hex color red value is 238, green value is 221 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #eeddd7 hue: 0.04 , saturation: 0.40 and the lightness value of eeddd7 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 11010111
Octal 356 335 327
Decimal 238 221 215
Hex EE DD D7

RGB Percentages of Color #eeddd7

%35.31
%32.79
%31.90

CMYK Percentages of Color #eeddd7

%0
%7
%10
%7

Triadic Colors of #eeddd7

#eeddd7 #d7eedd #ddd7ee

Analogous Colors of #eeddd7

#eeddd7 #eee9d7 #eed7dd

Monochromatic Colors of #eeddd7

#eeddd7

Complementary Color

#eeddd7 #d7e8ee

#eeddd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeddd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeddd7 Color CSS Codes

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

#eeddd7 Text Font Color

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

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


#eeddd7 Background Color

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

This div background color is #eeddd7


#eeddd7 Border Color

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

This div border color is #eeddd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeddd7


Comments

No comments written yet.

Please login to write comment.