Color Hex Logo

#e7ddac Color Hex

#E7DDAC
(231,221,172)
0 Favorites   0 Comments

Color spaces of #e7ddac

RGB 231221172
HSL0.140.550.79
HSV50°26°91°
CMYK 0.000.040.26   0.09
XYZ66.257871.680449.3733
Yxy71.68040.35370.3827
Hunter Lab84.6643-8.469424.6891
CIE-Lab87.8145-4.137125.3377

#e7ddac color RGB value is (231,221,172).

#e7ddac hex color red value is 231, green value is 221 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e7ddac hue: 0.14 , saturation: 0.55 and the lightness value of e7ddac is 0.79.

The process color (four color CMYK) of #e7ddac color hex is 0.00, 0.04, 0.26, 0.09. Web safe color of #e7ddac is #ffcc99. Color #e7ddac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011101 10101100
Octal 347 335 254
Decimal 231 221 172
Hex E7 DD AC

RGB Percentages of Color #e7ddac

%37.02
%35.42
%27.56

CMYK Percentages of Color #e7ddac

%0
%4
%26
%9

Triadic Colors of #e7ddac

#e7ddac #ace7dd #ddace7

Analogous Colors of #e7ddac

#e7ddac #d4e7ac #e7c0ac

Monochromatic Colors of #e7ddac

#e7ddac

Complementary Color

#e7ddac #acb6e7

#e7ddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7ddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7ddac Color CSS Codes

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

#e7ddac Text Font Color

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

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


#e7ddac Background Color

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

This div background color is #e7ddac


#e7ddac Border Color

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

This div border color is #e7ddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7ddac


Comments

No comments written yet.

Please login to write comment.