Color Hex Logo

#e6edbe Color Hex

#E6EDBE
(230,237,190)
0 Favorites   0 Comments

Color spaces of #e6edbe

RGB 230237190
HSL0.190.570.84
HSV69°20°93°
CMYK 0.030.000.20   0.07
XYZ72.211681.109160.5649
Yxy81.10910.33760.3792
Hunter Lab90.0606-14.482723.1704
CIE-Lab92.1802-10.054622.0361

#e6edbe color RGB value is (230,237,190).

#e6edbe hex color red value is 230, green value is 237 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e6edbe hue: 0.19 , saturation: 0.57 and the lightness value of e6edbe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11101101 10111110
Octal 346 355 276
Decimal 230 237 190
Hex E6 ED BE

RGB Percentages of Color #e6edbe

%35.01
%36.07
%28.92

CMYK Percentages of Color #e6edbe

%3
%0
%20
%7

Triadic Colors of #e6edbe

#e6edbe #bee6ed #edbee6

Analogous Colors of #e6edbe

#e6edbe #cfedbe #edddbe

Monochromatic Colors of #e6edbe

#e6edbe

Complementary Color

#e6edbe #c5beed

#e6edbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6edbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6edbe Color CSS Codes

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

#e6edbe Text Font Color

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

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


#e6edbe Background Color

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

This div background color is #e6edbe


#e6edbe Border Color

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

This div border color is #e6edbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6edbe


Comments

No comments written yet.

Please login to write comment.