Color Hex Logo

#e1dcdc Color Hex

#E1DCDC
(225,220,220)
0 Favorites   0 Comments

Color spaces of #e1dcdc

RGB 225220220
HSL0.000.080.87
HSV88°
CMYK 0.000.020.02   0.12
XYZ69.562872.361378.0109
Yxy72.36130.31630.3290
Hunter Lab85.0654-2.89505.1728
CIE-Lab88.14221.70260.5932

#e1dcdc color RGB value is (225,220,220).

#e1dcdc hex color red value is 225, green value is 220 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e1dcdc hue: 0.00 , saturation: 0.08 and the lightness value of e1dcdc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011100 11011100
Octal 341 334 334
Decimal 225 220 220
Hex E1 DC DC

RGB Percentages of Color #e1dcdc

%33.83
%33.08
%33.08

CMYK Percentages of Color #e1dcdc

%0
%2
%2
%12

Triadic Colors of #e1dcdc

#e1dcdc #dce1dc #dcdce1

Analogous Colors of #e1dcdc

#e1dcdc #e1dfdc #e1dcdf

Monochromatic Colors of #e1dcdc

#e1dcdc

Complementary Color

#e1dcdc #dce1e1

#e1dcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dcdc Color CSS Codes

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

#e1dcdc Text Font Color

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

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


#e1dcdc Background Color

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

This div background color is #e1dcdc


#e1dcdc Border Color

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

This div border color is #e1dcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dcdc


Comments

No comments written yet.

Please login to write comment.