Color Hex Logo

#e3faca Color Hex

#E3FACA
(227,250,202)
0 Favorites   0 Comments

Color spaces of #e3faca

RGB 227250202
HSL0.250.830.89
HSV89°19°98°
CMYK 0.090.000.19   0.02
XYZ76.524888.966469.0161
Yxy88.96640.32630.3794
Hunter Lab94.3220-20.243922.6425
CIE-Lab95.5664-15.741420.5544

#e3faca color RGB value is (227,250,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11111010 11001010
Octal 343 372 312
Decimal 227 250 202
Hex E3 FA CA

RGB Percentages of Color #e3faca

%33.43
%36.82
%29.75

CMYK Percentages of Color #e3faca

%9
%0
%19
%2

Triadic Colors of #e3faca

#e3faca #cae3fa #facae3

Analogous Colors of #e3faca

#e3faca #cbfaca #faf9ca

Monochromatic Colors of #e3faca

#e3faca

Complementary Color

#e3faca #e1cafa

#e3faca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3faca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3faca Color CSS Codes

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

#e3faca Text Font Color

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

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


#e3faca Background Color

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

This div background color is #e3faca


#e3faca Border Color

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

This div border color is #e3faca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3faca


Comments

No comments written yet.

Please login to write comment.