Color Hex Logo

#eaddd4 Color Hex

#EADDD4
(234,221,212)
0 Favorites   0 Comments

Color spaces of #eaddd4

RGB 234221212
HSL0.070.340.87
HSV25°92°
CMYK 0.000.060.09   0.08
XYZ71.671873.958872.7853
Yxy73.95880.32810.3386
Hunter Lab85.9993-1.736910.0196
CIE-Lab88.90302.93175.9935

#eaddd4 color RGB value is (234,221,212).

#eaddd4 hex color red value is 234, green value is 221 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #eaddd4 hue: 0.07 , saturation: 0.34 and the lightness value of eaddd4 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 11010100
Octal 352 335 324
Decimal 234 221 212
Hex EA DD D4

RGB Percentages of Color #eaddd4

%35.08
%33.13
%31.78

CMYK Percentages of Color #eaddd4

%0
%6
%9
%8

Triadic Colors of #eaddd4

#eaddd4 #d4eadd #ddd4ea

Analogous Colors of #eaddd4

#eaddd4 #eae8d4 #ead4d6

Monochromatic Colors of #eaddd4

#eaddd4

Complementary Color

#eaddd4 #d4e1ea

#eaddd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaddd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaddd4 Color CSS Codes

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

#eaddd4 Text Font Color

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

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


#eaddd4 Background Color

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

This div background color is #eaddd4


#eaddd4 Border Color

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

This div border color is #eaddd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaddd4


Comments

No comments written yet.

Please login to write comment.