Color Hex Logo

#e2dbae Color Hex

#E2DBAE
(226,219,174)
0 Favorites   0 Comments

Color spaces of #e2dbae

RGB 226219174
HSL0.140.470.78
HSV52°23°89°
CMYK 0.000.030.23   0.11
XYZ64.335569.887850.1432
Yxy69.88780.34900.3791
Hunter Lab83.5989-8.929322.9567
CIE-Lab86.9418-4.705023.0385

#e2dbae color RGB value is (226,219,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011011 10101110
Octal 342 333 256
Decimal 226 219 174
Hex E2 DB AE

RGB Percentages of Color #e2dbae

%36.51
%35.38
%28.11

CMYK Percentages of Color #e2dbae

%0
%3
%23
%11

Triadic Colors of #e2dbae

#e2dbae #aee2db #dbaee2

Analogous Colors of #e2dbae

#e2dbae #cfe2ae #e2c1ae

Monochromatic Colors of #e2dbae

#e2dbae

Complementary Color

#e2dbae #aeb5e2

#e2dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dbae Color CSS Codes

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

#e2dbae Text Font Color

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

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


#e2dbae Background Color

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

This div background color is #e2dbae


#e2dbae Border Color

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

This div border color is #e2dbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dbae


Comments

No comments written yet.

Please login to write comment.