Color Hex Logo

#e2ebbd Color Hex

#E2EBBD
(226,235,189)
0 Favorites   0 Comments

Color spaces of #e2ebbd

RGB 226235189
HSL0.200.530.83
HSV72°20°92°
CMYK 0.040.000.20   0.08
XYZ70.257779.259559.7398
Yxy79.25950.33570.3788
Hunter Lab89.0278-14.932622.5344
CIE-Lab91.3516-10.635521.3578

#e2ebbd color RGB value is (226,235,189).

#e2ebbd hex color red value is 226, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e2ebbd hue: 0.20 , saturation: 0.53 and the lightness value of e2ebbd is 0.83.

The process color (four color CMYK) of #e2ebbd color hex is 0.04, 0.00, 0.20, 0.08. Web safe color of #e2ebbd is #ccffcc. Color #e2ebbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101011 10111101
Octal 342 353 275
Decimal 226 235 189
Hex E2 EB BD

RGB Percentages of Color #e2ebbd

%34.77
%36.15
%29.08

CMYK Percentages of Color #e2ebbd

%4
%0
%20
%8

Triadic Colors of #e2ebbd

#e2ebbd #bde2eb #ebbde2

Analogous Colors of #e2ebbd

#e2ebbd #cbebbd #ebddbd

Monochromatic Colors of #e2ebbd

#e2ebbd

Complementary Color

#e2ebbd #c6bdeb

#e2ebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ebbd Color CSS Codes

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

#e2ebbd Text Font Color

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

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


#e2ebbd Background Color

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

This div background color is #e2ebbd


#e2ebbd Border Color

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

This div border color is #e2ebbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,235,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 #e2ebbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ebbd


Comments

No comments written yet.

Please login to write comment.