Color Hex Logo

#eeddd2 Color Hex

#EEDDD2
(238,221,210)
0 Favorites   0 Comments

Color spaces of #eeddd2

RGB 238221210
HSL0.070.450.88
HSV24°12°93°
CMYK 0.000.070.12   0.07
XYZ72.749274.543271.5267
Yxy74.54320.33250.3407
Hunter Lab86.3384-0.687211.3183
CIE-Lab89.17864.01297.4825

#eeddd2 color RGB value is (238,221,210).

#eeddd2 hex color red value is 238, green value is 221 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #eeddd2 hue: 0.07 , saturation: 0.45 and the lightness value of eeddd2 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 11010010
Octal 356 335 322
Decimal 238 221 210
Hex EE DD D2

RGB Percentages of Color #eeddd2

%35.58
%33.03
%31.39

CMYK Percentages of Color #eeddd2

%0
%7
%12
%7

Triadic Colors of #eeddd2

#eeddd2 #d2eedd #ddd2ee

Analogous Colors of #eeddd2

#eeddd2 #eeebd2 #eed2d5

Monochromatic Colors of #eeddd2

#eeddd2

Complementary Color

#eeddd2 #d2e3ee

#eeddd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeddd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeddd2 Color CSS Codes

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

#eeddd2 Text Font Color

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

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


#eeddd2 Background Color

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

This div background color is #eeddd2


#eeddd2 Border Color

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

This div border color is #eeddd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeddd2


Comments

No comments written yet.

Please login to write comment.