Color Hex Logo

#e2dbaf Color Hex

#E2DBAF
(226,219,175)
0 Favorites   0 Comments

Color spaces of #e2dbaf

RGB 226219175
HSL0.140.470.79
HSV52°23°89°
CMYK 0.000.030.23   0.11
XYZ64.433469.926950.6587
Yxy69.92690.34830.3779
Hunter Lab83.6223-8.799622.6175
CIE-Lab86.9610-4.565222.5441

#e2dbaf color RGB value is (226,219,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011011 10101111
Octal 342 333 257
Decimal 226 219 175
Hex E2 DB AF

RGB Percentages of Color #e2dbaf

%36.45
%35.32
%28.23

CMYK Percentages of Color #e2dbaf

%0
%3
%23
%11

Triadic Colors of #e2dbaf

#e2dbaf #afe2db #dbafe2

Analogous Colors of #e2dbaf

#e2dbaf #d0e2af #e2c2af

Monochromatic Colors of #e2dbaf

#e2dbaf

Complementary Color

#e2dbaf #afb6e2

#e2dbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dbaf Color CSS Codes

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

#e2dbaf Text Font Color

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

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


#e2dbaf Background Color

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

This div background color is #e2dbaf


#e2dbaf Border Color

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

This div border color is #e2dbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dbaf


Comments

No comments written yet.

Please login to write comment.