Color Hex Logo

#e2fac7 Color Hex

#E2FAC7
(226,250,199)
0 Favorites   0 Comments

Color spaces of #e2fac7

RGB 226250199
HSL0.250.840.88
HSV88°20°98°
CMYK 0.100.000.20   0.02
XYZ75.858488.663567.1484
Yxy88.66350.32740.3827
Hunter Lab94.1613-20.978823.6320
CIE-Lab95.4396-16.549221.8998

#e2fac7 color RGB value is (226,250,199).

#e2fac7 hex color red value is 226, green value is 250 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #e2fac7 hue: 0.25 , saturation: 0.84 and the lightness value of e2fac7 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111010 11000111
Octal 342 372 307
Decimal 226 250 199
Hex E2 FA C7

RGB Percentages of Color #e2fac7

%33.48
%37.04
%29.48

CMYK Percentages of Color #e2fac7

%10
%0
%20
%2

Triadic Colors of #e2fac7

#e2fac7 #c7e2fa #fac7e2

Analogous Colors of #e2fac7

#e2fac7 #c9fac7 #faf9c7

Monochromatic Colors of #e2fac7

#e2fac7

Complementary Color

#e2fac7 #dfc7fa

#e2fac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fac7 Color CSS Codes

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

#e2fac7 Text Font Color

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

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


#e2fac7 Background Color

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

This div background color is #e2fac7


#e2fac7 Border Color

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

This div border color is #e2fac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fac7


Comments

No comments written yet.

Please login to write comment.