Color Hex Logo

#e1facb Color Hex

#E1FACB
(225,250,203)
0 Favorites   0 Comments

Color spaces of #e1facb

RGB 225250203
HSL0.260.820.89
HSV92°19°98°
CMYK 0.100.000.19   0.02
XYZ76.016488.690669.6124
Yxy88.69060.32440.3785
Hunter Lab94.1757-20.726422.0972
CIE-Lab95.4510-16.276419.8620

#e1facb color RGB value is (225,250,203).

#e1facb hex color red value is 225, green value is 250 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e1facb hue: 0.26 , saturation: 0.82 and the lightness value of e1facb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111010 11001011
Octal 341 372 313
Decimal 225 250 203
Hex E1 FA CB

RGB Percentages of Color #e1facb

%33.19
%36.87
%29.94

CMYK Percentages of Color #e1facb

%10
%0
%19
%2

Triadic Colors of #e1facb

#e1facb #cbe1fa #facbe1

Analogous Colors of #e1facb

#e1facb #cbfacd #f9facb

Monochromatic Colors of #e1facb

#e1facb

Complementary Color

#e1facb #e4cbfa

#e1facb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1facb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1facb Color CSS Codes

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

#e1facb Text Font Color

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

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


#e1facb Background Color

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

This div background color is #e1facb


#e1facb Border Color

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

This div border color is #e1facb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1facb


Comments

No comments written yet.

Please login to write comment.