Color Hex Logo

#e6ddbf Color Hex

#E6DDBF
(230,221,191)
0 Favorites   0 Comments

Color spaces of #e6ddbf

RGB 230221191
HSL0.130.440.83
HSV46°17°90°
CMYK 0.000.040.17   0.10
XYZ67.893572.297559.6667
Yxy72.29750.33970.3617
Hunter Lab85.0279-6.269417.9140
CIE-Lab88.1116-1.799015.8384

#e6ddbf color RGB value is (230,221,191).

#e6ddbf hex color red value is 230, green value is 221 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e6ddbf hue: 0.13 , saturation: 0.44 and the lightness value of e6ddbf is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011101 10111111
Octal 346 335 277
Decimal 230 221 191
Hex E6 DD BF

RGB Percentages of Color #e6ddbf

%35.83
%34.42
%29.75

CMYK Percentages of Color #e6ddbf

%0
%4
%17
%10

Triadic Colors of #e6ddbf

#e6ddbf #bfe6dd #ddbfe6

Analogous Colors of #e6ddbf

#e6ddbf #dce6bf #e6cabf

Monochromatic Colors of #e6ddbf

#e6ddbf

Complementary Color

#e6ddbf #bfc8e6

#e6ddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6ddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6ddbf Color CSS Codes

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

#e6ddbf Text Font Color

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

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


#e6ddbf Background Color

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

This div background color is #e6ddbf


#e6ddbf Border Color

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

This div border color is #e6ddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6ddbf


Comments

No comments written yet.

Please login to write comment.