Color Hex Logo

#e6dec9 Color Hex

#E6DEC9
(230,222,201)
0 Favorites   0 Comments

Color spaces of #e6dec9

RGB 230222201
HSL0.120.370.85
HSV43°13°90°
CMYK 0.000.030.13   0.10
XYZ69.297073.282665.7510
Yxy73.28260.33260.3518
Hunter Lab85.6053-5.314414.3847
CIE-Lab88.5823-0.769111.2661

#e6dec9 color RGB value is (230,222,201).

#e6dec9 hex color red value is 230, green value is 222 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #e6dec9 hue: 0.12 , saturation: 0.37 and the lightness value of e6dec9 is 0.85.

The process color (four color CMYK) of #e6dec9 color hex is 0.00, 0.03, 0.13, 0.10. Web safe color of #e6dec9 is #ffcccc. Color #e6dec9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011110 11001001
Octal 346 336 311
Decimal 230 222 201
Hex E6 DE C9

RGB Percentages of Color #e6dec9

%35.22
%34.00
%30.78

CMYK Percentages of Color #e6dec9

%0
%3
%13
%10

Triadic Colors of #e6dec9

#e6dec9 #c9e6de #dec9e6

Analogous Colors of #e6dec9

#e6dec9 #e0e6c9 #e6d0c9

Monochromatic Colors of #e6dec9

#e6dec9

Complementary Color

#e6dec9 #c9d1e6

#e6dec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dec9 Color CSS Codes

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

#e6dec9 Text Font Color

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

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


#e6dec9 Background Color

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

This div background color is #e6dec9


#e6dec9 Border Color

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

This div border color is #e6dec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dec9

#e6dec9 Color Palettes


Comments

No comments written yet.

Please login to write comment.