Color Hex Logo

#e0dbcc Color Hex

#E0DBCC
(224,219,204)
0 Favorites   0 Comments

Color spaces of #e0dbcc

RGB 224219204
HSL0.130.240.84
HSV45°88°
CMYK 0.000.020.09   0.12
XYZ66.971170.870067.2763
Yxy70.87000.32650.3455
Hunter Lab84.1843-5.320611.5471
CIE-Lab87.4218-0.85917.9680

#e0dbcc color RGB value is (224,219,204).

#e0dbcc hex color red value is 224, green value is 219 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e0dbcc hue: 0.13 , saturation: 0.24 and the lightness value of e0dbcc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011011 11001100
Octal 340 333 314
Decimal 224 219 204
Hex E0 DB CC

RGB Percentages of Color #e0dbcc

%34.62
%33.85
%31.53

CMYK Percentages of Color #e0dbcc

%0
%2
%9
%12

Triadic Colors of #e0dbcc

#e0dbcc #cce0db #dbcce0

Analogous Colors of #e0dbcc

#e0dbcc #dbe0cc #e0d1cc

Monochromatic Colors of #e0dbcc

#e0dbcc

Complementary Color

#e0dbcc #ccd1e0

#e0dbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0dbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0dbcc Color CSS Codes

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

#e0dbcc Text Font Color

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

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


#e0dbcc Background Color

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

This div background color is #e0dbcc


#e0dbcc Border Color

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

This div border color is #e0dbcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,219,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0dbcc


Comments

No comments written yet.

Please login to write comment.