Color Hex Logo

#e2edac Color Hex

#E2EDAC
(226,237,172)
0 Favorites   0 Comments

Color spaces of #e2edac

RGB 226237172
HSL0.190.640.80
HSV70°27°93°
CMYK 0.050.000.27   0.07
XYZ69.094679.715750.7747
Yxy79.71570.34620.3994
Hunter Lab89.2836-18.109328.7809
CIE-Lab91.5571-14.030230.3503

#e2edac color RGB value is (226,237,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101101 10101100
Octal 342 355 254
Decimal 226 237 172
Hex E2 ED AC

RGB Percentages of Color #e2edac

%35.59
%37.32
%27.09

CMYK Percentages of Color #e2edac

%5
%0
%27
%7

Triadic Colors of #e2edac

#e2edac #ace2ed #edace2

Analogous Colors of #e2edac

#e2edac #c2edac #edd8ac

Monochromatic Colors of #e2edac

#e2edac

Complementary Color

#e2edac #b7aced

#e2edac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2edac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2edac Color CSS Codes

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

#e2edac Text Font Color

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

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


#e2edac Background Color

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

This div background color is #e2edac


#e2edac Border Color

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

This div border color is #e2edac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2edac


Comments

No comments written yet.

Please login to write comment.