Color Hex Logo

#e6e2dc Color Hex

#E6E2DC
(230,226,220)
2 Favorites   0 Comments

Color spaces of #e6e2dc

RGB 230226220
HSL0.100.170.88
HSV36°90°
CMYK 0.000.020.04   0.10
XYZ72.747876.383078.6193
Yxy76.38300.31940.3354
Hunter Lab87.3974-4.36567.8432
CIE-Lab90.03690.31053.3958

#e6e2dc color RGB value is (230,226,220).

#e6e2dc hex color red value is 230, green value is 226 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e6e2dc hue: 0.10 , saturation: 0.17 and the lightness value of e6e2dc is 0.88.

The process color (four color CMYK) of #e6e2dc color hex is 0.00, 0.02, 0.04, 0.10. Web safe color of #e6e2dc is #ffcccc. Color #e6e2dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11100010 11011100
Octal 346 342 334
Decimal 230 226 220
Hex E6 E2 DC

RGB Percentages of Color #e6e2dc

%34.02
%33.43
%32.54

CMYK Percentages of Color #e6e2dc

%0
%2
%4
%10

Triadic Colors of #e6e2dc

#e6e2dc #dce6e2 #e2dce6

Analogous Colors of #e6e2dc

#e6e2dc #e5e6dc #e6dddc

Monochromatic Colors of #e6e2dc

#e6e2dc

Complementary Color

#e6e2dc #dce0e6

#e6e2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6e2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6e2dc Color CSS Codes

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

#e6e2dc Text Font Color

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

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


#e6e2dc Background Color

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

This div background color is #e6e2dc


#e6e2dc Border Color

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

This div border color is #e6e2dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,226,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6e2dc

#e6e2dc Color Palettes


Comments

No comments written yet.

Please login to write comment.