Color Hex Logo

#e2dfaf Color Hex

#E2DFAF
(226,223,175)
0 Favorites   0 Comments

Color spaces of #e2dfaf

RGB 226223175
HSL0.160.470.79
HSV56°23°89°
CMYK 0.000.010.23   0.11
XYZ65.489672.039251.0107
Yxy72.03920.34740.3821
Hunter Lab84.8759-10.803623.7797
CIE-Lab87.9875-6.602623.9557

#e2dfaf color RGB value is (226,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011111 10101111
Octal 342 337 257
Decimal 226 223 175
Hex E2 DF AF

RGB Percentages of Color #e2dfaf

%36.22
%35.74
%28.04

CMYK Percentages of Color #e2dfaf

%0
%1
%23
%11

Triadic Colors of #e2dfaf

#e2dfaf #afe2df #dfafe2

Analogous Colors of #e2dfaf

#e2dfaf #cce2af #e2c6af

Monochromatic Colors of #e2dfaf

#e2dfaf

Complementary Color

#e2dfaf #afb2e2

#e2dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dfaf Color CSS Codes

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

#e2dfaf Text Font Color

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

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


#e2dfaf Background Color

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

This div background color is #e2dfaf


#e2dfaf Border Color

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

This div border color is #e2dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dfaf


Comments

No comments written yet.

Please login to write comment.