Color Hex Logo

#e2ebcd Color Hex

#E2EBCD
(226,235,205)
0 Favorites   0 Comments

Color spaces of #e2ebcd

RGB 226235205
HSL0.220.430.86
HSV78°13°92°
CMYK 0.040.000.13   0.08
XYZ72.091879.993269.3982
Yxy79.99320.32550.3612
Hunter Lab89.4389-12.639116.6024
CIE-Lab91.6818-8.158713.5404

#e2ebcd color RGB value is (226,235,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101011 11001101
Octal 342 353 315
Decimal 226 235 205
Hex E2 EB CD

RGB Percentages of Color #e2ebcd

%33.93
%35.29
%30.78

CMYK Percentages of Color #e2ebcd

%4
%0
%13
%8

Triadic Colors of #e2ebcd

#e2ebcd #cde2eb #ebcde2

Analogous Colors of #e2ebcd

#e2ebcd #d3ebcd #ebe5cd

Monochromatic Colors of #e2ebcd

#e2ebcd

Complementary Color

#e2ebcd #d6cdeb

#e2ebcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ebcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ebcd Color CSS Codes

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

#e2ebcd Text Font Color

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

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


#e2ebcd Background Color

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

This div background color is #e2ebcd


#e2ebcd Border Color

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

This div border color is #e2ebcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ebcd


Comments

No comments written yet.

Please login to write comment.