Color Hex Logo

#e1eabd Color Hex

#E1EABD
(225,234,189)
0 Favorites   0 Comments

Color spaces of #e1eabd

RGB 225234189
HSL0.200.520.83
HSV72°19°92°
CMYK 0.040.000.19   0.08
XYZ69.659578.527359.6300
Yxy78.52730.33520.3779
Hunter Lab88.6156-14.761022.1343
CIE-Lab91.0200-10.493020.8865

#e1eabd color RGB value is (225,234,189).

#e1eabd hex color red value is 225, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e1eabd hue: 0.20 , saturation: 0.52 and the lightness value of e1eabd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101010 10111101
Octal 341 352 275
Decimal 225 234 189
Hex E1 EA BD

RGB Percentages of Color #e1eabd

%34.72
%36.11
%29.17

CMYK Percentages of Color #e1eabd

%4
%0
%19
%8

Triadic Colors of #e1eabd

#e1eabd #bde1ea #eabde1

Analogous Colors of #e1eabd

#e1eabd #cbeabd #eaddbd

Monochromatic Colors of #e1eabd

#e1eabd

Complementary Color

#e1eabd #c6bdea

#e1eabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1eabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1eabd Color CSS Codes

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

#e1eabd Text Font Color

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

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


#e1eabd Background Color

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

This div background color is #e1eabd


#e1eabd Border Color

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

This div border color is #e1eabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1eabd


Comments

No comments written yet.

Please login to write comment.