Color Hex Logo

#eefaca Color Hex

#EEFACA
(238,250,202)
0 Favorites   0 Comments

Color spaces of #eefaca

RGB 238250202
HSL0.210.830.89
HSV75°19°98°
CMYK 0.050.000.19   0.02
XYZ80.106290.812669.1837
Yxy90.81260.33360.3782
Hunter Lab95.2956-16.719023.6630
CIE-Lab96.3328-11.899121.7369

#eefaca color RGB value is (238,250,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 11001010
Octal 356 372 312
Decimal 238 250 202
Hex EE FA CA

RGB Percentages of Color #eefaca

%34.49
%36.23
%29.28

CMYK Percentages of Color #eefaca

%5
%0
%19
%2

Triadic Colors of #eefaca

#eefaca #caeefa #facaee

Analogous Colors of #eefaca

#eefaca #d6faca #faeeca

Monochromatic Colors of #eefaca

#eefaca

Complementary Color

#eefaca #d6cafa

#eefaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefaca Color CSS Codes

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

#eefaca Text Font Color

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

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


#eefaca Background Color

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

This div background color is #eefaca


#eefaca Border Color

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

This div border color is #eefaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefaca

Related Colors


Comments

No comments written yet.

Please login to write comment.