Color Hex Logo

#e6debd Color Hex

#E6DEBD
(230,222,189)
1 Favorites   0 Comments

Color spaces of #e6debd

RGB 230222189
HSL0.130.450.82
HSV48°18°90°
CMYK 0.000.030.18   0.10
XYZ67.939772.739758.6035
Yxy72.73970.34090.3650
Hunter Lab85.2876-7.060918.9615
CIE-Lab88.3234-2.610717.1816

#e6debd color RGB value is (230,222,189).

#e6debd hex color red value is 230, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e6debd hue: 0.13 , saturation: 0.45 and the lightness value of e6debd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011110 10111101
Octal 346 336 275
Decimal 230 222 189
Hex E6 DE BD

RGB Percentages of Color #e6debd

%35.88
%34.63
%29.49

CMYK Percentages of Color #e6debd

%0
%3
%18
%10

Triadic Colors of #e6debd

#e6debd #bde6de #debde6

Analogous Colors of #e6debd

#e6debd #dae6bd #e6cabd

Monochromatic Colors of #e6debd

#e6debd

Complementary Color

#e6debd #bdc5e6

#e6debd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6debd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6debd Color CSS Codes

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

#e6debd Text Font Color

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

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


#e6debd Background Color

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

This div background color is #e6debd


#e6debd Border Color

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

This div border color is #e6debd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6debd


Comments

No comments written yet.

Please login to write comment.