Color Hex Logo

#e6eddd Color Hex

#E6EDDD
(230,237,221)
0 Favorites   0 Comments

Color spaces of #e6eddd

RGB 230237221
HSL0.240.310.90
HSV86°93°
CMYK 0.030.000.07   0.07
XYZ75.968582.611880.3483
Yxy82.61180.31800.3458
Hunter Lab90.8910-9.865511.2110
CIE-Lab92.8442-5.13796.9302

#e6eddd color RGB value is (230,237,221).

#e6eddd hex color red value is 230, green value is 237 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e6eddd hue: 0.24 , saturation: 0.31 and the lightness value of e6eddd is 0.90.

The process color (four color CMYK) of #e6eddd color hex is 0.03, 0.00, 0.07, 0.07. Web safe color of #e6eddd is #ffffcc. Color #e6eddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11101101 11011101
Octal 346 355 335
Decimal 230 237 221
Hex E6 ED DD

RGB Percentages of Color #e6eddd

%33.43
%34.45
%32.12

CMYK Percentages of Color #e6eddd

%3
%0
%7
%7

Triadic Colors of #e6eddd

#e6eddd #dde6ed #eddde6

Analogous Colors of #e6eddd

#e6eddd #deeddd #edecdd

Monochromatic Colors of #e6eddd

#e6eddd

Complementary Color

#e6eddd #e4dded

#e6eddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6eddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6eddd Color CSS Codes

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

#e6eddd Text Font Color

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

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


#e6eddd Background Color

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

This div background color is #e6eddd


#e6eddd Border Color

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

This div border color is #e6eddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,237,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 #e6eddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6eddd


Comments

No comments written yet.

Please login to write comment.