Color Hex Logo

#e6eedb Color Hex

#E6EEDB
(230,238,219)
0 Favorites   0 Comments

Color spaces of #e6eedb

RGB 230238219
HSL0.240.360.90
HSV85°93°
CMYK 0.030.000.08   0.07
XYZ75.993883.086579.0498
Yxy83.08650.31910.3489
Hunter Lab91.1518-10.699112.3880
CIE-Lab93.0523-5.98338.2679

#e6eedb color RGB value is (230,238,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11101110 11011011
Octal 346 356 333
Decimal 230 238 219
Hex E6 EE DB

RGB Percentages of Color #e6eedb

%33.48
%34.64
%31.88

CMYK Percentages of Color #e6eedb

%3
%0
%8
%7

Triadic Colors of #e6eedb

#e6eedb #dbe6ee #eedbe6

Analogous Colors of #e6eedb

#e6eedb #ddeedb #eeeddb

Monochromatic Colors of #e6eedb

#e6eedb

Complementary Color

#e6eedb #e3dbee

#e6eedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6eedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6eedb Color CSS Codes

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

#e6eedb Text Font Color

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

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


#e6eedb Background Color

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

This div background color is #e6eedb


#e6eedb Border Color

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

This div border color is #e6eedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6eedb


Comments

No comments written yet.

Please login to write comment.