Color Hex Logo

#e6edbd Color Hex

#E6EDBD
(230,237,189)
0 Favorites   0 Comments

Color spaces of #e6edbd

RGB 230237189
HSL0.190.570.84
HSV69°20°93°
CMYK 0.030.000.20   0.07
XYZ72.102681.065559.9911
Yxy81.06550.33830.3803
Hunter Lab90.0364-14.618023.5206
CIE-Lab92.1608-10.200722.5238

#e6edbd color RGB value is (230,237,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11101101 10111101
Octal 346 355 275
Decimal 230 237 189
Hex E6 ED BD

RGB Percentages of Color #e6edbd

%35.06
%36.13
%28.81

CMYK Percentages of Color #e6edbd

%3
%0
%20
%7

Triadic Colors of #e6edbd

#e6edbd #bde6ed #edbde6

Analogous Colors of #e6edbd

#e6edbd #ceedbd #eddcbd

Monochromatic Colors of #e6edbd

#e6edbd

Complementary Color

#e6edbd #c4bded

#e6edbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6edbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6edbd Color CSS Codes

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

#e6edbd Text Font Color

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

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


#e6edbd Background Color

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

This div background color is #e6edbd


#e6edbd Border Color

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

This div border color is #e6edbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6edbd


Comments

No comments written yet.

Please login to write comment.