Color Hex Logo

#eefae7 Color Hex

#EEFAE7
(238,250,231)
0 Favorites   0 Comments

Color spaces of #eefae7

RGB 238250231
HSL0.270.660.94
HSV98°98°
CMYK 0.050.000.08   0.02
XYZ83.869392.317989.0001
Yxy92.31790.31630.3481
Hunter Lab96.0822-12.332812.3377
CIE-Lab96.9501-7.27707.7422

#eefae7 color RGB value is (238,250,231).

#eefae7 hex color red value is 238, green value is 250 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #eefae7 hue: 0.27 , saturation: 0.66 and the lightness value of eefae7 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 11100111
Octal 356 372 347
Decimal 238 250 231
Hex EE FA E7

RGB Percentages of Color #eefae7

%33.10
%34.77
%32.13

CMYK Percentages of Color #eefae7

%5
%0
%8
%2

Triadic Colors of #eefae7

#eefae7 #e7eefa #fae7ee

Analogous Colors of #eefae7

#eefae7 #e7faea #f8fae7

Monochromatic Colors of #eefae7

#eefae7

Complementary Color

#eefae7 #f3e7fa

#eefae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefae7 Color CSS Codes

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

#eefae7 Text Font Color

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

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


#eefae7 Background Color

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

This div background color is #eefae7


#eefae7 Border Color

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

This div border color is #eefae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefae7

Related Colors


Comments

No comments written yet.

Please login to write comment.