Color Hex Logo

#eefaea Color Hex

#EEFAEA
(238,250,234)
0 Favorites   0 Comments

Color spaces of #eefaea

RGB 238250234
HSL0.290.620.95
HSV105°98°
CMYK 0.050.000.06   0.02
XYZ84.296892.488991.2511
Yxy92.48890.31450.3451
Hunter Lab96.1711-11.839111.0630
CIE-Lab97.0198-6.76406.2989

#eefaea color RGB value is (238,250,234).

#eefaea hex color red value is 238, green value is 250 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eefaea hue: 0.29 , saturation: 0.62 and the lightness value of eefaea is 0.95.

The process color (four color CMYK) of #eefaea color hex is 0.05, 0.00, 0.06, 0.02. Web safe color of #eefaea is #ffffff. Color #eefaea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 11101010
Octal 356 372 352
Decimal 238 250 234
Hex EE FA EA

RGB Percentages of Color #eefaea

%32.96
%34.63
%32.41

CMYK Percentages of Color #eefaea

%5
%0
%6
%2

Triadic Colors of #eefaea

#eefaea #eaeefa #faeaee

Analogous Colors of #eefaea

#eefaea #eafaee #f6faea

Monochromatic Colors of #eefaea

#eefaea

Complementary Color

#eefaea #f6eafa

#eefaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefaea Color CSS Codes

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

#eefaea Text Font Color

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

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


#eefaea Background Color

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

This div background color is #eefaea


#eefaea Border Color

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

This div border color is #eefaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefaea


Comments

No comments written yet.

Please login to write comment.