Color Hex Logo

#e2ebac Color Hex

#E2EBAC
(226,235,172)
0 Favorites   0 Comments

Color spaces of #e2ebac

RGB 226235172
HSL0.190.610.80
HSV69°27°92°
CMYK 0.040.000.27   0.08
XYZ68.518878.564050.5828
Yxy78.56400.34660.3975
Hunter Lab88.6363-17.127228.2099
CIE-Lab91.0367-13.039029.6485

#e2ebac color RGB value is (226,235,172).

#e2ebac hex color red value is 226, green value is 235 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e2ebac hue: 0.19 , saturation: 0.61 and the lightness value of e2ebac is 0.80.

The process color (four color CMYK) of #e2ebac color hex is 0.04, 0.00, 0.27, 0.08. Web safe color of #e2ebac is #ccff99. Color #e2ebac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101011 10101100
Octal 342 353 254
Decimal 226 235 172
Hex E2 EB AC

RGB Percentages of Color #e2ebac

%35.70
%37.12
%27.17

CMYK Percentages of Color #e2ebac

%4
%0
%27
%8

Triadic Colors of #e2ebac

#e2ebac #ace2eb #ebace2

Analogous Colors of #e2ebac

#e2ebac #c3ebac #ebd5ac

Monochromatic Colors of #e2ebac

#e2ebac

Complementary Color

#e2ebac #b5aceb

#e2ebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ebac Color CSS Codes

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

#e2ebac Text Font Color

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

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


#e2ebac Background Color

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

This div background color is #e2ebac


#e2ebac Border Color

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

This div border color is #e2ebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ebac


Comments

No comments written yet.

Please login to write comment.