Color Hex Logo

#e2daaf Color Hex

#E2DAAF
(226,218,175)
0 Favorites   0 Comments

Color spaces of #e2daaf

RGB 226218175
HSL0.140.470.79
HSV51°23°89°
CMYK 0.000.040.23   0.11
XYZ64.173369.406750.5720
Yxy69.40670.34850.3769
Hunter Lab83.3107-8.297122.3267
CIE-Lab86.7050-4.053722.1912

#e2daaf color RGB value is (226,218,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011010 10101111
Octal 342 332 257
Decimal 226 218 175
Hex E2 DA AF

RGB Percentages of Color #e2daaf

%36.51
%35.22
%28.27

CMYK Percentages of Color #e2daaf

%0
%4
%23
%11

Triadic Colors of #e2daaf

#e2daaf #afe2da #daafe2

Analogous Colors of #e2daaf

#e2daaf #d1e2af #e2c1af

Monochromatic Colors of #e2daaf

#e2daaf

Complementary Color

#e2daaf #afb7e2

#e2daaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2daaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2daaf Color CSS Codes

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

#e2daaf Text Font Color

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

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


#e2daaf Background Color

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

This div background color is #e2daaf


#e2daaf Border Color

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

This div border color is #e2daaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2daaf


Comments

No comments written yet.

Please login to write comment.