Color Hex Logo

#e7eadd Color Hex

#E7EADD
(231,234,221)
0 Favorites   0 Comments

Color spaces of #e7eadd

RGB 231234221
HSL0.210.240.89
HSV74°92°
CMYK 0.010.000.06   0.08
XYZ75.429081.055080.0763
Yxy81.05500.31890.3426
Hunter Lab90.0306-8.003410.2868
CIE-Lab92.1562-3.27315.9481

#e7eadd color RGB value is (231,234,221).

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

The process color (four color CMYK) of #e7eadd color hex is 0.01, 0.00, 0.06, 0.08. Web safe color of #e7eadd is #ffffcc. Color #e7eadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11101010 11011101
Octal 347 352 335
Decimal 231 234 221
Hex E7 EA DD

RGB Percentages of Color #e7eadd

%33.67
%34.11
%32.22

CMYK Percentages of Color #e7eadd

%1
%0
%6
%8

Triadic Colors of #e7eadd

#e7eadd #dde7ea #eadde7

Analogous Colors of #e7eadd

#e7eadd #e1eadd #eae7dd

Monochromatic Colors of #e7eadd

#e7eadd

Complementary Color

#e7eadd #e0ddea

#e7eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7eadd Color CSS Codes

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

#e7eadd Text Font Color

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

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


#e7eadd Background Color

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

This div background color is #e7eadd


#e7eadd Border Color

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

This div border color is #e7eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7eadd


Comments

No comments written yet.

Please login to write comment.