Color Hex Logo

#e5edce Color Hex

#E5EDCE
(229,237,206)
0 Favorites   0 Comments

Color spaces of #e5edce

RGB 229237206
HSL0.210.460.87
HSV75°13°93°
CMYK 0.030.000.13   0.07
XYZ73.737981.682670.2724
Yxy81.68260.32670.3619
Hunter Lab90.3784-12.527817.1648
CIE-Lab92.4346-7.959014.1186

#e5edce color RGB value is (229,237,206).

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

The process color (four color CMYK) of #e5edce color hex is 0.03, 0.00, 0.13, 0.07. Web safe color of #e5edce is #ccffcc. Color #e5edce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101101 11001110
Octal 345 355 316
Decimal 229 237 206
Hex E5 ED CE

RGB Percentages of Color #e5edce

%34.08
%35.27
%30.65

CMYK Percentages of Color #e5edce

%3
%0
%13
%7

Triadic Colors of #e5edce

#e5edce #cee5ed #edcee5

Analogous Colors of #e5edce

#e5edce #d6edce #ede6ce

Monochromatic Colors of #e5edce

#e5edce

Complementary Color

#e5edce #d6ceed

#e5edce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5edce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5edce Color CSS Codes

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

#e5edce Text Font Color

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

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


#e5edce Background Color

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

This div background color is #e5edce


#e5edce Border Color

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

This div border color is #e5edce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5edce


Comments

No comments written yet.

Please login to write comment.