Color Hex Logo

#e9ddbe Color Hex

#E9DDBE
(233,221,190)
0 Favorites   0 Comments

Color spaces of #e9ddbe

RGB 233221190
HSL0.120.490.83
HSV43°18°91°
CMYK 0.000.050.18   0.09
XYZ68.755072.754259.1344
Yxy72.75420.34270.3626
Hunter Lab85.2961-5.383818.6024
CIE-Lab88.3304-0.859416.7038

#e9ddbe color RGB value is (233,221,190).

#e9ddbe hex color red value is 233, green value is 221 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e9ddbe hue: 0.12 , saturation: 0.49 and the lightness value of e9ddbe is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011101 10111110
Octal 351 335 276
Decimal 233 221 190
Hex E9 DD BE

RGB Percentages of Color #e9ddbe

%36.18
%34.32
%29.50

CMYK Percentages of Color #e9ddbe

%0
%5
%18
%9

Triadic Colors of #e9ddbe

#e9ddbe #bee9dd #ddbee9

Analogous Colors of #e9ddbe

#e9ddbe #e0e9be #e9c8be

Monochromatic Colors of #e9ddbe

#e9ddbe

Complementary Color

#e9ddbe #becae9

#e9ddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9ddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9ddbe Color CSS Codes

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

#e9ddbe Text Font Color

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

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


#e9ddbe Background Color

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

This div background color is #e9ddbe


#e9ddbe Border Color

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

This div border color is #e9ddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9ddbe


Comments

No comments written yet.

Please login to write comment.