Color Hex Logo

#e2dbbc Color Hex

#E2DBBC
(226,219,188)
0 Favorites   0 Comments

Color spaces of #e2dbbc

RGB 226219188
HSL0.140.400.81
HSV49°17°89°
CMYK 0.000.030.17   0.11
XYZ65.772670.462657.7110
Yxy70.46260.33910.3633
Hunter Lab83.9420-7.035217.9969
CIE-Lab87.2233-2.673416.1149

#e2dbbc color RGB value is (226,219,188).

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

The process color (four color CMYK) of #e2dbbc color hex is 0.00, 0.03, 0.17, 0.11. Web safe color of #e2dbbc is #cccccc. Color #e2dbbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011011 10111100
Octal 342 333 274
Decimal 226 219 188
Hex E2 DB BC

RGB Percentages of Color #e2dbbc

%35.70
%34.60
%29.70

CMYK Percentages of Color #e2dbbc

%0
%3
%17
%11

Triadic Colors of #e2dbbc

#e2dbbc #bce2db #dbbce2

Analogous Colors of #e2dbbc

#e2dbbc #d6e2bc #e2c8bc

Monochromatic Colors of #e2dbbc

#e2dbbc

Complementary Color

#e2dbbc #bcc3e2

#e2dbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dbbc Color CSS Codes

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

#e2dbbc Text Font Color

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

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


#e2dbbc Background Color

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

This div background color is #e2dbbc


#e2dbbc Border Color

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

This div border color is #e2dbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dbbc


Comments

No comments written yet.

Please login to write comment.