Color Hex Logo

#e4edcd Color Hex

#E4EDCD
(228,237,205)
0 Favorites   0 Comments

Color spaces of #e4edcd

RGB 228237205
HSL0.210.470.87
HSV77°14°93°
CMYK 0.040.000.14   0.07
XYZ73.298581.470169.6197
Yxy81.47010.32670.3631
Hunter Lab90.2608-13.001117.4512
CIE-Lab92.3405-8.467714.4931

#e4edcd color RGB value is (228,237,205).

#e4edcd hex color red value is 228, green value is 237 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e4edcd hue: 0.21 , saturation: 0.47 and the lightness value of e4edcd is 0.87.

The process color (four color CMYK) of #e4edcd color hex is 0.04, 0.00, 0.14, 0.07. Web safe color of #e4edcd is #ccffcc. Color #e4edcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11101101 11001101
Octal 344 355 315
Decimal 228 237 205
Hex E4 ED CD

RGB Percentages of Color #e4edcd

%34.03
%35.37
%30.60

CMYK Percentages of Color #e4edcd

%4
%0
%14
%7

Triadic Colors of #e4edcd

#e4edcd #cde4ed #edcde4

Analogous Colors of #e4edcd

#e4edcd #d4edcd #ede6cd

Monochromatic Colors of #e4edcd

#e4edcd

Complementary Color

#e4edcd #d6cded

#e4edcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4edcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4edcd Color CSS Codes

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

#e4edcd Text Font Color

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

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


#e4edcd Background Color

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

This div background color is #e4edcd


#e4edcd Border Color

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

This div border color is #e4edcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4edcd


Comments

No comments written yet.

Please login to write comment.