Color Hex Logo

#e1eacd Color Hex

#E1EACD
(225,234,205)
0 Favorites   0 Comments

Color spaces of #e1eacd

RGB 225234205
HSL0.220.410.86
HSV79°12°92°
CMYK 0.040.000.12   0.08
XYZ71.493679.261069.2884
Yxy79.26100.32490.3602
Hunter Lab89.0286-12.457416.1764
CIE-Lab91.3523-8.002913.0630

#e1eacd color RGB value is (225,234,205).

#e1eacd hex color red value is 225, green value is 234 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e1eacd hue: 0.22 , saturation: 0.41 and the lightness value of e1eacd is 0.86.

The process color (four color CMYK) of #e1eacd color hex is 0.04, 0.00, 0.12, 0.08. Web safe color of #e1eacd is #ccffcc. Color #e1eacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101010 11001101
Octal 341 352 315
Decimal 225 234 205
Hex E1 EA CD

RGB Percentages of Color #e1eacd

%33.89
%35.24
%30.87

CMYK Percentages of Color #e1eacd

%4
%0
%12
%8

Triadic Colors of #e1eacd

#e1eacd #cde1ea #eacde1

Analogous Colors of #e1eacd

#e1eacd #d3eacd #eae5cd

Monochromatic Colors of #e1eacd

#e1eacd

Complementary Color

#e1eacd #d6cdea

#e1eacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1eacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1eacd Color CSS Codes

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

#e1eacd Text Font Color

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

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


#e1eacd Background Color

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

This div background color is #e1eacd


#e1eacd Border Color

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

This div border color is #e1eacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1eacd


Comments

No comments written yet.

Please login to write comment.