Color Hex Logo

#eaddda Color Hex

#EADDDA
(234,221,218)
0 Favorites   0 Comments

Color spaces of #eaddda

RGB 234221218
HSL0.030.280.89
HSV11°92°
CMYK 0.000.060.07   0.08
XYZ72.443074.267376.8465
Yxy74.26730.32400.3322
Hunter Lab86.1785-0.76247.4552
CIE-Lab89.04873.93033.0509

#eaddda color RGB value is (234,221,218).

#eaddda hex color red value is 234, green value is 221 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eaddda hue: 0.03 , saturation: 0.28 and the lightness value of eaddda is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 11011010
Octal 352 335 332
Decimal 234 221 218
Hex EA DD DA

RGB Percentages of Color #eaddda

%34.77
%32.84
%32.39

CMYK Percentages of Color #eaddda

%0
%6
%7
%8

Triadic Colors of #eaddda

#eaddda #daeadd #dddaea

Analogous Colors of #eaddda

#eaddda #eae5da #eadadf

Monochromatic Colors of #eaddda

#eaddda

Complementary Color

#eaddda #dae7ea

#eaddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaddda Color CSS Codes

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

#eaddda Text Font Color

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

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


#eaddda Background Color

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

This div background color is #eaddda


#eaddda Border Color

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

This div border color is #eaddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaddda

#eaddda Color Palettes


Comments

No comments written yet.

Please login to write comment.