Color Hex Logo

#e7dfbf Color Hex

#E7DFBF
(231,223,191)
0 Favorites   0 Comments

Color spaces of #e7dfbf

RGB 231223191
HSL0.130.450.83
HSV48°17°91°
CMYK 0.000.030.17   0.09
XYZ68.746673.525959.8588
Yxy73.52590.34010.3638
Hunter Lab85.7472-6.947918.6337
CIE-Lab88.6979-2.462016.6739

#e7dfbf color RGB value is (231,223,191).

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

The process color (four color CMYK) of #e7dfbf color hex is 0.00, 0.03, 0.17, 0.09. Web safe color of #e7dfbf is #ffcccc. Color #e7dfbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011111 10111111
Octal 347 337 277
Decimal 231 223 191
Hex E7 DF BF

RGB Percentages of Color #e7dfbf

%35.81
%34.57
%29.61

CMYK Percentages of Color #e7dfbf

%0
%3
%17
%9

Triadic Colors of #e7dfbf

#e7dfbf #bfe7df #dfbfe7

Analogous Colors of #e7dfbf

#e7dfbf #dbe7bf #e7cbbf

Monochromatic Colors of #e7dfbf

#e7dfbf

Complementary Color

#e7dfbf #bfc7e7

#e7dfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7dfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7dfbf Color CSS Codes

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

#e7dfbf Text Font Color

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

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


#e7dfbf Background Color

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

This div background color is #e7dfbf


#e7dfbf Border Color

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

This div border color is #e7dfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7dfbf


Comments

No comments written yet.

Please login to write comment.