Color Hex Logo

#e0faca Color Hex

#E0FACA
(224,250,202)
0 Favorites   0 Comments

Color spaces of #e0faca

RGB 224250202
HSL0.260.830.89
HSV93°19°98°
CMYK 0.100.000.19   0.02
XYZ75.586788.482868.9722
Yxy88.48280.32430.3797
Hunter Lab94.0653-21.179622.3721
CIE-Lab95.3639-16.777120.2417

#e0faca color RGB value is (224,250,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111010 11001010
Octal 340 372 312
Decimal 224 250 202
Hex E0 FA CA

RGB Percentages of Color #e0faca

%33.14
%36.98
%29.88

CMYK Percentages of Color #e0faca

%10
%0
%19
%2

Triadic Colors of #e0faca

#e0faca #cae0fa #facae0

Analogous Colors of #e0faca

#e0faca #cafacc #f8faca

Monochromatic Colors of #e0faca

#e0faca

Complementary Color

#e0faca #e4cafa

#e0faca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0faca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0faca Color CSS Codes

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

#e0faca Text Font Color

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

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


#e0faca Background Color

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

This div background color is #e0faca


#e0faca Border Color

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

This div border color is #e0faca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0faca


Comments

No comments written yet.

Please login to write comment.