Color Hex Logo

#e8deba Color Hex

#E8DEBA
(232,222,186)
0 Favorites   0 Comments

Color spaces of #e8deba

RGB 232222186
HSL0.130.500.82
HSV47°20°91°
CMYK 0.000.040.20   0.09
XYZ68.262972.943556.9360
Yxy72.94350.34450.3681
Hunter Lab85.4070-6.793220.2596
CIE-Lab88.4208-2.322518.9073

#e8deba color RGB value is (232,222,186).

#e8deba hex color red value is 232, green value is 222 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e8deba hue: 0.13 , saturation: 0.50 and the lightness value of e8deba is 0.82.

The process color (four color CMYK) of #e8deba color hex is 0.00, 0.04, 0.20, 0.09. Web safe color of #e8deba is #ffcccc. Color #e8deba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011110 10111010
Octal 350 336 272
Decimal 232 222 186
Hex E8 DE BA

RGB Percentages of Color #e8deba

%36.25
%34.69
%29.06

CMYK Percentages of Color #e8deba

%0
%4
%20
%9

Triadic Colors of #e8deba

#e8deba #bae8de #debae8

Analogous Colors of #e8deba

#e8deba #dbe8ba #e8c7ba

Monochromatic Colors of #e8deba

#e8deba

Complementary Color

#e8deba #bac4e8

#e8deba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8deba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8deba Color CSS Codes

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

#e8deba Text Font Color

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

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


#e8deba Background Color

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

This div background color is #e8deba


#e8deba Border Color

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

This div border color is #e8deba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8deba


Comments

No comments written yet.

Please login to write comment.