Color Hex Logo

#e1debc Color Hex

#E1DEBC
(225,222,188)
0 Favorites   0 Comments

Color spaces of #e1debc

RGB 225222188
HSL0.150.380.81
HSV55°16°88°
CMYK 0.000.010.16   0.12
XYZ66.249771.880957.9596
Yxy71.88090.33790.3666
Hunter Lab84.7826-8.888518.8156
CIE-Lab87.9112-4.572017.0690

#e1debc color RGB value is (225,222,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011110 10111100
Octal 341 336 274
Decimal 225 222 188
Hex E1 DE BC

RGB Percentages of Color #e1debc

%35.43
%34.96
%29.61

CMYK Percentages of Color #e1debc

%0
%1
%16
%12

Triadic Colors of #e1debc

#e1debc #bce1de #debce1

Analogous Colors of #e1debc

#e1debc #d2e1bc #e1ccbc

Monochromatic Colors of #e1debc

#e1debc

Complementary Color

#e1debc #bcbfe1

#e1debc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1debc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1debc Color CSS Codes

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

#e1debc Text Font Color

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

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


#e1debc Background Color

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

This div background color is #e1debc


#e1debc Border Color

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

This div border color is #e1debc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1debc


Comments

No comments written yet.

Please login to write comment.