Color Hex Logo

#e8ddba Color Hex

#E8DDBA
(232,221,186)
0 Favorites   0 Comments

Color spaces of #e8ddba

RGB 232221186
HSL0.130.500.82
HSV46°20°91°
CMYK 0.000.050.20   0.09
XYZ67.998172.413956.8478
Yxy72.41390.34470.3671
Hunter Lab85.0964-6.284319.9593
CIE-Lab88.1674-1.810318.5538

#e8ddba color RGB value is (232,221,186).

#e8ddba hex color red value is 232, green value is 221 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e8ddba hue: 0.13 , saturation: 0.50 and the lightness value of e8ddba is 0.82.

The process color (four color CMYK) of #e8ddba color hex is 0.00, 0.05, 0.20, 0.09. Web safe color of #e8ddba is #ffcccc. Color #e8ddba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011101 10111010
Octal 350 335 272
Decimal 232 221 186
Hex E8 DD BA

RGB Percentages of Color #e8ddba

%36.31
%34.59
%29.11

CMYK Percentages of Color #e8ddba

%0
%5
%20
%9

Triadic Colors of #e8ddba

#e8ddba #bae8dd #ddbae8

Analogous Colors of #e8ddba

#e8ddba #dce8ba #e8c6ba

Monochromatic Colors of #e8ddba

#e8ddba

Complementary Color

#e8ddba #bac5e8

#e8ddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8ddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8ddba Color CSS Codes

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

#e8ddba Text Font Color

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

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


#e8ddba Background Color

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

This div background color is #e8ddba


#e8ddba Border Color

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

This div border color is #e8ddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8ddba


Comments

No comments written yet.

Please login to write comment.