Color Hex Logo

#e4dbdb Color Hex

#E4DBDB
(228,219,219)
0 Favorites   0 Comments

Color spaces of #e4dbdb

RGB 228219219
HSL0.000.140.88
HSV89°
CMYK 0.000.040.04   0.11
XYZ70.112672.271577.2723
Yxy72.27150.31920.3290
Hunter Lab85.0126-1.55765.6172
CIE-Lab88.09913.07231.0854

#e4dbdb color RGB value is (228,219,219).

#e4dbdb hex color red value is 228, green value is 219 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e4dbdb hue: 0.00 , saturation: 0.14 and the lightness value of e4dbdb is 0.88.

The process color (four color CMYK) of #e4dbdb color hex is 0.00, 0.04, 0.04, 0.11. Web safe color of #e4dbdb is #cccccc. Color #e4dbdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011011 11011011
Octal 344 333 333
Decimal 228 219 219
Hex E4 DB DB

RGB Percentages of Color #e4dbdb

%34.23
%32.88
%32.88

CMYK Percentages of Color #e4dbdb

%0
%4
%4
%11

Triadic Colors of #e4dbdb

#e4dbdb #dbe4db #dbdbe4

Analogous Colors of #e4dbdb

#e4dbdb #e4e0db #e4dbe0

Monochromatic Colors of #e4dbdb

#e4dbdb

Complementary Color

#e4dbdb #dbe4e4

#e4dbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4dbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4dbdb Color CSS Codes

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

#e4dbdb Text Font Color

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

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


#e4dbdb Background Color

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

This div background color is #e4dbdb


#e4dbdb Border Color

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

This div border color is #e4dbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4dbdb


Comments

No comments written yet.

Please login to write comment.