Color Hex Logo

#e1edbd Color Hex

#E1EDBD
(225,237,189)
0 Favorites   0 Comments

Color spaces of #e1edbd

RGB 225237189
HSL0.210.570.84
HSV75°20°93°
CMYK 0.050.000.20   0.07
XYZ70.520880.250059.9171
Yxy80.25000.33470.3809
Hunter Lab89.5824-16.250823.0516
CIE-Lab91.7969-11.991421.9638

#e1edbd color RGB value is (225,237,189).

#e1edbd hex color red value is 225, green value is 237 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e1edbd hue: 0.21 , saturation: 0.57 and the lightness value of e1edbd is 0.84.

The process color (four color CMYK) of #e1edbd color hex is 0.05, 0.00, 0.20, 0.07. Web safe color of #e1edbd is #ccffcc. Color #e1edbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101101 10111101
Octal 341 355 275
Decimal 225 237 189
Hex E1 ED BD

RGB Percentages of Color #e1edbd

%34.56
%36.41
%29.03

CMYK Percentages of Color #e1edbd

%5
%0
%20
%7

Triadic Colors of #e1edbd

#e1edbd #bde1ed #edbde1

Analogous Colors of #e1edbd

#e1edbd #c9edbd #ede1bd

Monochromatic Colors of #e1edbd

#e1edbd

Complementary Color

#e1edbd #c9bded

#e1edbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1edbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1edbd Color CSS Codes

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

#e1edbd Text Font Color

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

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


#e1edbd Background Color

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

This div background color is #e1edbd


#e1edbd Border Color

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

This div border color is #e1edbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1edbd


Comments

No comments written yet.

Please login to write comment.