Color Hex Logo

#e0ddbe Color Hex

#E0DDBE
(224,221,190)
0 Favorites   0 Comments

Color spaces of #e0ddbe

RGB 224221190
HSL0.150.350.81
HSV55°15°88°
CMYK 0.000.010.15   0.12
XYZ65.891271.277959.0004
Yxy71.27790.33590.3633
Hunter Lab84.4262-8.434017.6642
CIE-Lab87.6198-4.117215.6021

#e0ddbe color RGB value is (224,221,190).

#e0ddbe hex color red value is 224, green value is 221 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e0ddbe hue: 0.15 , saturation: 0.35 and the lightness value of e0ddbe is 0.81.

The process color (four color CMYK) of #e0ddbe color hex is 0.00, 0.01, 0.15, 0.12. Web safe color of #e0ddbe is #cccccc. Color #e0ddbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011101 10111110
Octal 340 335 276
Decimal 224 221 190
Hex E0 DD BE

RGB Percentages of Color #e0ddbe

%35.28
%34.80
%29.92

CMYK Percentages of Color #e0ddbe

%0
%1
%15
%12

Triadic Colors of #e0ddbe

#e0ddbe #bee0dd #ddbee0

Analogous Colors of #e0ddbe

#e0ddbe #d2e0be #e0ccbe

Monochromatic Colors of #e0ddbe

#e0ddbe

Complementary Color

#e0ddbe #bec1e0

#e0ddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ddbe Color CSS Codes

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

#e0ddbe Text Font Color

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

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


#e0ddbe Background Color

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

This div background color is #e0ddbe


#e0ddbe Border Color

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

This div border color is #e0ddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ddbe


Comments

No comments written yet.

Please login to write comment.