Color Hex Logo

#e1fbda Color Hex

#E1FBDA
(225,251,218)
0 Favorites   0 Comments

Color spaces of #e1fbda

RGB 225251218
HSL0.300.800.92
HSV107°13°98°
CMYK 0.100.000.13   0.02
XYZ78.203490.063979.5920
Yxy90.06390.31550.3634
Hunter Lab94.9020-18.986716.7063
CIE-Lab96.0233-14.334312.9802

#e1fbda color RGB value is (225,251,218).

#e1fbda hex color red value is 225, green value is 251 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e1fbda hue: 0.30 , saturation: 0.80 and the lightness value of e1fbda is 0.92.

The process color (four color CMYK) of #e1fbda color hex is 0.10, 0.00, 0.13, 0.02. Web safe color of #e1fbda is #ccffcc. Color #e1fbda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111011 11011010
Octal 341 373 332
Decimal 225 251 218
Hex E1 FB DA

RGB Percentages of Color #e1fbda

%32.42
%36.17
%31.41

CMYK Percentages of Color #e1fbda

%10
%0
%13
%2

Triadic Colors of #e1fbda

#e1fbda #dae1fb #fbdae1

Analogous Colors of #e1fbda

#e1fbda #dafbe4 #f2fbda

Monochromatic Colors of #e1fbda

#e1fbda

Complementary Color

#e1fbda #f4dafb

#e1fbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1fbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1fbda Color CSS Codes

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

#e1fbda Text Font Color

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

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


#e1fbda Background Color

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

This div background color is #e1fbda


#e1fbda Border Color

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

This div border color is #e1fbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1fbda


Comments

No comments written yet.

Please login to write comment.