Color Hex Logo

#e1faca Color Hex

#E1FACA
(225,250,202)
0 Favorites   0 Comments

Color spaces of #e1faca

RGB 225250202
HSL0.250.830.89
HSV91°19°98°
CMYK 0.100.000.19   0.02
XYZ75.897688.643068.9867
Yxy88.64300.32500.3796
Hunter Lab94.1504-20.868822.4618
CIE-Lab95.4310-16.432320.3454

#e1faca color RGB value is (225,250,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111010 11001010
Octal 341 372 312
Decimal 225 250 202
Hex E1 FA CA

RGB Percentages of Color #e1faca

%33.23
%36.93
%29.84

CMYK Percentages of Color #e1faca

%10
%0
%19
%2

Triadic Colors of #e1faca

#e1faca #cae1fa #facae1

Analogous Colors of #e1faca

#e1faca #cafacb #f9faca

Monochromatic Colors of #e1faca

#e1faca

Complementary Color

#e1faca #e3cafa

#e1faca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1faca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1faca Color CSS Codes

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

#e1faca Text Font Color

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

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


#e1faca Background Color

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

This div background color is #e1faca


#e1faca Border Color

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

This div border color is #e1faca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1faca


Comments

No comments written yet.

Please login to write comment.