Color Hex Logo

#e1fabf Color Hex

#E1FABF
(225,250,191)
0 Favorites   0 Comments

Color spaces of #e1fabf

RGB 225250191
HSL0.240.860.86
HSV85°24°98°
CMYK 0.100.000.24   0.02
XYZ74.640988.140462.3690
Yxy88.14040.33150.3915
Hunter Lab93.8831-22.380726.3303
CIE-Lab95.2200-18.097325.6600

#e1fabf color RGB value is (225,250,191).

#e1fabf hex color red value is 225, green value is 250 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e1fabf hue: 0.24 , saturation: 0.86 and the lightness value of e1fabf is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111010 10111111
Octal 341 372 277
Decimal 225 250 191
Hex E1 FA BF

RGB Percentages of Color #e1fabf

%33.78
%37.54
%28.68

CMYK Percentages of Color #e1fabf

%10
%0
%24
%2

Triadic Colors of #e1fabf

#e1fabf #bfe1fa #fabfe1

Analogous Colors of #e1fabf

#e1fabf #c4fabf #faf6bf

Monochromatic Colors of #e1fabf

#e1fabf

Complementary Color

#e1fabf #d8bffa

#e1fabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1fabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1fabf Color CSS Codes

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

#e1fabf Text Font Color

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

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


#e1fabf Background Color

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

This div background color is #e1fabf


#e1fabf Border Color

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

This div border color is #e1fabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1fabf

Related Colors


Comments

No comments written yet.

Please login to write comment.