Color Hex Logo

#e1debe Color Hex

#E1DEBE
(225,222,190)
0 Favorites   0 Comments

Color spaces of #e1debe

RGB 225222190
HSL0.150.370.81
HSV55°16°88°
CMYK 0.000.010.16   0.12
XYZ66.466971.967859.1032
Yxy71.96780.33650.3643
Hunter Lab84.8338-8.605318.0767
CIE-Lab87.9531-4.268516.0820

#e1debe color RGB value is (225,222,190).

#e1debe hex color red value is 225, green value is 222 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e1debe hue: 0.15 , saturation: 0.37 and the lightness value of e1debe is 0.81.

The process color (four color CMYK) of #e1debe color hex is 0.00, 0.01, 0.16, 0.12. Web safe color of #e1debe is #cccccc. Color #e1debe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011110 10111110
Octal 341 336 276
Decimal 225 222 190
Hex E1 DE BE

RGB Percentages of Color #e1debe

%35.32
%34.85
%29.83

CMYK Percentages of Color #e1debe

%0
%1
%16
%12

Triadic Colors of #e1debe

#e1debe #bee1de #debee1

Analogous Colors of #e1debe

#e1debe #d3e1be #e1cdbe

Monochromatic Colors of #e1debe

#e1debe

Complementary Color

#e1debe #bec1e1

#e1debe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1debe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1debe Color CSS Codes

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

#e1debe Text Font Color

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

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


#e1debe Background Color

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

This div background color is #e1debe


#e1debe Border Color

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

This div border color is #e1debe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,222,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1debe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1debe;
  -webkit-box-shadow: 1px 1px 3px 2px #e1debe;
  box-shadow:         1px 1px 3px 2px #e1debe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,222,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1debe


Comments

No comments written yet.

Please login to write comment.