Color Hex Logo

#eefac7 Color Hex

#EEFAC7
(238,250,199)
0 Favorites   0 Comments

Color spaces of #eefac7

RGB 238250199
HSL0.210.840.88
HSV74°20°98°
CMYK 0.050.000.20   0.02
XYZ79.754390.671967.3308
Yxy90.67190.33540.3814
Hunter Lab95.2218-17.133124.7316
CIE-Lab96.2748-12.341523.1857

#eefac7 color RGB value is (238,250,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 11000111
Octal 356 372 307
Decimal 238 250 199
Hex EE FA C7

RGB Percentages of Color #eefac7

%34.64
%36.39
%28.97

CMYK Percentages of Color #eefac7

%5
%0
%20
%2

Triadic Colors of #eefac7

#eefac7 #c7eefa #fac7ee

Analogous Colors of #eefac7

#eefac7 #d5fac7 #faedc7

Monochromatic Colors of #eefac7

#eefac7

Complementary Color

#eefac7 #d3c7fa

#eefac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefac7 Color CSS Codes

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

#eefac7 Text Font Color

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

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


#eefac7 Background Color

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

This div background color is #eefac7


#eefac7 Border Color

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

This div border color is #eefac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefac7


Comments

No comments written yet.

Please login to write comment.