Color Hex Logo

#e7faca Color Hex

#E7FACA
(231,250,202)
0 Favorites   0 Comments

Color spaces of #e7faca

RGB 231250202
HSL0.230.830.89
HSV84°19°98°
CMYK 0.080.000.19   0.02
XYZ77.801389.624469.0758
Yxy89.62440.32900.3790
Hunter Lab94.6702-18.978923.0083
CIE-Lab95.8408-14.352020.9779

#e7faca color RGB value is (231,250,202).

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

The process color (four color CMYK) of #e7faca color hex is 0.08, 0.00, 0.19, 0.02. Web safe color of #e7faca is #ffffcc. Color #e7faca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11111010 11001010
Octal 347 372 312
Decimal 231 250 202
Hex E7 FA CA

RGB Percentages of Color #e7faca

%33.82
%36.60
%29.58

CMYK Percentages of Color #e7faca

%8
%0
%19
%2

Triadic Colors of #e7faca

#e7faca #cae7fa #facae7

Analogous Colors of #e7faca

#e7faca #cffaca #faf5ca

Monochromatic Colors of #e7faca

#e7faca

Complementary Color

#e7faca #ddcafa

#e7faca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7faca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7faca Color CSS Codes

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

#e7faca Text Font Color

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

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


#e7faca Background Color

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

This div background color is #e7faca


#e7faca Border Color

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

This div border color is #e7faca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7faca


Comments

No comments written yet.

Please login to write comment.