Color Hex Logo

#e6edeb Color Hex

#E6EDEB
(230,237,235)
0 Favorites   0 Comments

Color spaces of #e6edeb

RGB 230237235
HSL0.450.160.92
HSV163°93°
CMYK 0.030.000.01   0.07
XYZ77.912783.389590.5866
Yxy83.38950.30930.3311
Hunter Lab91.3179-7.50945.1073
CIE-Lab93.1847-2.68030.1455

#e6edeb color RGB value is (230,237,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11101101 11101011
Octal 346 355 353
Decimal 230 237 235
Hex E6 ED EB

RGB Percentages of Color #e6edeb

%32.76
%33.76
%33.48

CMYK Percentages of Color #e6edeb

%3
%0
%1
%7

Triadic Colors of #e6edeb

#e6edeb #ebe6ed #edebe6

Analogous Colors of #e6edeb

#e6edeb #e6eced #e6ede8

Monochromatic Colors of #e6edeb

#e6edeb

Complementary Color

#e6edeb #ede6e8

#e6edeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6edeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6edeb Color CSS Codes

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

#e6edeb Text Font Color

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

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


#e6edeb Background Color

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

This div background color is #e6edeb


#e6edeb Border Color

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

This div border color is #e6edeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6edeb


Comments

No comments written yet.

Please login to write comment.