Color Hex Logo

#e2edec Color Hex

#E2EDEC
(226,237,236)
0 Favorites   0 Comments

Color spaces of #e2edec

RGB 226237236
HSL0.480.230.91
HSV175°93°
CMYK 0.050.000.00   0.07
XYZ76.788582.793391.2904
Yxy82.79330.30610.3300
Hunter Lab90.9908-8.59524.2084
CIE-Lab92.9239-3.8176-0.7901

#e2edec color RGB value is (226,237,236).

#e2edec hex color red value is 226, green value is 237 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e2edec hue: 0.48 , saturation: 0.23 and the lightness value of e2edec is 0.91.

The process color (four color CMYK) of #e2edec color hex is 0.05, 0.00, 0.00, 0.07. Web safe color of #e2edec is #ccffff. Color #e2edec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101101 11101100
Octal 342 355 354
Decimal 226 237 236
Hex E2 ED EC

RGB Percentages of Color #e2edec

%32.33
%33.91
%33.76

CMYK Percentages of Color #e2edec

%5
%0
%0
%7

Triadic Colors of #e2edec

#e2edec #ece2ed #edece2

Analogous Colors of #e2edec

#e2edec #e2e9ed #e2ede7

Monochromatic Colors of #e2edec

#e2edec

Complementary Color

#e2edec #ede2e3

#e2edec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2edec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2edec Color CSS Codes

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

#e2edec Text Font Color

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

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


#e2edec Background Color

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

This div background color is #e2edec


#e2edec Border Color

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

This div border color is #e2edec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2edec


Comments

No comments written yet.

Please login to write comment.