Color Hex Logo

#e2daae Color Hex

#E2DAAE
(226,218,174)
0 Favorites   0 Comments

Color spaces of #e2daae

RGB 226218174
HSL0.140.470.78
HSV51°23°89°
CMYK 0.000.040.23   0.11
XYZ64.075469.367650.0565
Yxy69.36760.34920.3780
Hunter Lab83.2872-8.427122.6671
CIE-Lab86.6858-4.193822.6861

#e2daae color RGB value is (226,218,174).

#e2daae hex color red value is 226, green value is 218 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e2daae hue: 0.14 , saturation: 0.47 and the lightness value of e2daae is 0.78.

The process color (four color CMYK) of #e2daae color hex is 0.00, 0.04, 0.23, 0.11. Web safe color of #e2daae is #cccc99. Color #e2daae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011010 10101110
Octal 342 332 256
Decimal 226 218 174
Hex E2 DA AE

RGB Percentages of Color #e2daae

%36.57
%35.28
%28.16

CMYK Percentages of Color #e2daae

%0
%4
%23
%11

Triadic Colors of #e2daae

#e2daae #aee2da #daaee2

Analogous Colors of #e2daae

#e2daae #d0e2ae #e2c0ae

Monochromatic Colors of #e2daae

#e2daae

Complementary Color

#e2daae #aeb6e2

#e2daae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2daae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2daae Color CSS Codes

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

#e2daae Text Font Color

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

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


#e2daae Background Color

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

This div background color is #e2daae


#e2daae Border Color

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

This div border color is #e2daae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2daae


Comments

No comments written yet.

Please login to write comment.