Color Hex Logo

#e2dfbc Color Hex

#E2DFBC
(226,223,188)
0 Favorites   0 Comments

Color spaces of #e2dfbc

RGB 226223188
HSL0.150.400.81
HSV55°17°89°
CMYK 0.000.010.17   0.11
XYZ66.828872.574958.0631
Yxy72.57490.33840.3675
Hunter Lab85.1909-9.058119.2237
CIE-Lab88.2446-4.720917.5473

#e2dfbc color RGB value is (226,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011111 10111100
Octal 342 337 274
Decimal 226 223 188
Hex E2 DF BC

RGB Percentages of Color #e2dfbc

%35.48
%35.01
%29.51

CMYK Percentages of Color #e2dfbc

%0
%1
%17
%11

Triadic Colors of #e2dfbc

#e2dfbc #bce2df #dfbce2

Analogous Colors of #e2dfbc

#e2dfbc #d2e2bc #e2ccbc

Monochromatic Colors of #e2dfbc

#e2dfbc

Complementary Color

#e2dfbc #bcbfe2

#e2dfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dfbc Color CSS Codes

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

#e2dfbc Text Font Color

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

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


#e2dfbc Background Color

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

This div background color is #e2dfbc


#e2dfbc Border Color

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

This div border color is #e2dfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dfbc


Comments

No comments written yet.

Please login to write comment.