Color Hex Logo

#e2ebcc Color Hex

#E2EBCC
(226,235,204)
0 Favorites   0 Comments

Color spaces of #e2ebcc

RGB 226235204
HSL0.220.440.86
HSV77°13°92°
CMYK 0.040.000.13   0.08
XYZ71.971479.945068.7644
Yxy79.94500.32610.3623
Hunter Lab89.4120-12.788916.9900
CIE-Lab91.6602-8.319414.0287

#e2ebcc color RGB value is (226,235,204).

#e2ebcc hex color red value is 226, green value is 235 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e2ebcc hue: 0.22 , saturation: 0.44 and the lightness value of e2ebcc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101011 11001100
Octal 342 353 314
Decimal 226 235 204
Hex E2 EB CC

RGB Percentages of Color #e2ebcc

%33.98
%35.34
%30.68

CMYK Percentages of Color #e2ebcc

%4
%0
%13
%8

Triadic Colors of #e2ebcc

#e2ebcc #cce2eb #ebcce2

Analogous Colors of #e2ebcc

#e2ebcc #d3ebcc #ebe5cc

Monochromatic Colors of #e2ebcc

#e2ebcc

Complementary Color

#e2ebcc #d5cceb

#e2ebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ebcc Color CSS Codes

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

#e2ebcc Text Font Color

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

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


#e2ebcc Background Color

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

This div background color is #e2ebcc


#e2ebcc Border Color

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

This div border color is #e2ebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ebcc


Comments

No comments written yet.

Please login to write comment.