Color Hex Logo

#e6eded Color Hex

#E6EDED
(230,237,237)
0 Favorites   0 Comments

Color spaces of #e6eded

RGB 230237237
HSL0.500.160.92
HSV180°93°
CMYK 0.030.000.00   0.07
XYZ78.203483.505892.1172
Yxy83.50580.30810.3290
Hunter Lab91.3815-7.15914.1997
CIE-Lab93.2354-2.3178-0.8205

#e6eded color RGB value is (230,237,237).

#e6eded hex color red value is 230, green value is 237 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e6eded hue: 0.50 , saturation: 0.16 and the lightness value of e6eded is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11101101 11101101
Octal 346 355 355
Decimal 230 237 237
Hex E6 ED ED

RGB Percentages of Color #e6eded

%32.67
%33.66
%33.66

CMYK Percentages of Color #e6eded

%3
%0
%0
%7

Triadic Colors of #e6eded

#e6eded #ede6ed #edede6

Analogous Colors of #e6eded

#e6eded #e6eaed #e6edea

Monochromatic Colors of #e6eded

#e6eded

Complementary Color

#e6eded #ede6e6

#e6eded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6eded Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6eded Color CSS Codes

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

#e6eded Text Font Color

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

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


#e6eded Background Color

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

This div background color is #e6eded


#e6eded Border Color

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

This div border color is #e6eded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6eded


Comments

No comments written yet.

Please login to write comment.