Color Hex Logo

#e0dcba Color Hex

#E0DCBA
(224,220,186)
1 Favorites   0 Comments

Color spaces of #e0dcba

RGB 224220186
HSL0.150.380.80
HSV54°17°88°
CMYK 0.000.020.17   0.12
XYZ65.196670.578956.6412
Yxy70.57890.33880.3668
Hunter Lab84.0112-8.495518.8340
CIE-Lab87.2800-4.212817.2191

#e0dcba color RGB value is (224,220,186).

#e0dcba hex color red value is 224, green value is 220 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e0dcba hue: 0.15 , saturation: 0.38 and the lightness value of e0dcba is 0.80.

The process color (four color CMYK) of #e0dcba color hex is 0.00, 0.02, 0.17, 0.12. Web safe color of #e0dcba is #cccccc. Color #e0dcba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011100 10111010
Octal 340 334 272
Decimal 224 220 186
Hex E0 DC BA

RGB Percentages of Color #e0dcba

%35.56
%34.92
%29.52

CMYK Percentages of Color #e0dcba

%0
%2
%17
%12

Triadic Colors of #e0dcba

#e0dcba #bae0dc #dcbae0

Analogous Colors of #e0dcba

#e0dcba #d1e0ba #e0c9ba

Monochromatic Colors of #e0dcba

#e0dcba

Complementary Color

#e0dcba #babee0

#e0dcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0dcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0dcba Color CSS Codes

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

#e0dcba Text Font Color

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

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


#e0dcba Background Color

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

This div background color is #e0dcba


#e0dcba Border Color

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

This div border color is #e0dcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0dcba

#e0dcba Color Palettes


Comments

No comments written yet.

Please login to write comment.