Color Hex Logo

#e4e1cd Color Hex

#E4E1CD
(228,225,205)
1 Favorites   0 Comments

Color spaces of #e4e1cd

RGB 228225205
HSL0.140.300.85
HSV52°10°89°
CMYK 0.000.010.10   0.11
XYZ69.939674.752268.5000
Yxy74.75220.32810.3506
Hunter Lab86.4594-6.909813.5473
CIE-Lab89.2768-2.375810.1396

#e4e1cd color RGB value is (228,225,205).

#e4e1cd hex color red value is 228, green value is 225 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e4e1cd hue: 0.14 , saturation: 0.30 and the lightness value of e4e1cd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11100001 11001101
Octal 344 341 315
Decimal 228 225 205
Hex E4 E1 CD

RGB Percentages of Color #e4e1cd

%34.65
%34.19
%31.16

CMYK Percentages of Color #e4e1cd

%0
%1
%10
%11

Triadic Colors of #e4e1cd

#e4e1cd #cde4e1 #e1cde4

Analogous Colors of #e4e1cd

#e4e1cd #dce4cd #e4d6cd

Monochromatic Colors of #e4e1cd

#e4e1cd

Complementary Color

#e4e1cd #cdd0e4

#e4e1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4e1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4e1cd Color CSS Codes

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

#e4e1cd Text Font Color

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

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


#e4e1cd Background Color

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

This div background color is #e4e1cd


#e4e1cd Border Color

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

This div border color is #e4e1cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4e1cd


Comments

No comments written yet.

Please login to write comment.