Color Hex Logo

#eefae5 Color Hex

#EEFAE5
(238,250,229)
0 Favorites   0 Comments

Color spaces of #eefae5

RGB 238250229
HSL0.260.680.94
HSV94°98°
CMYK 0.050.000.08   0.02
XYZ83.588492.205587.5206
Yxy92.20550.31740.3502
Hunter Lab96.0237-12.657613.1768
CIE-Lab96.9042-7.61548.7051

#eefae5 color RGB value is (238,250,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 11100101
Octal 356 372 345
Decimal 238 250 229
Hex EE FA E5

RGB Percentages of Color #eefae5

%33.19
%34.87
%31.94

CMYK Percentages of Color #eefae5

%5
%0
%8
%2

Triadic Colors of #eefae5

#eefae5 #e5eefa #fae5ee

Analogous Colors of #eefae5

#eefae5 #e5fae7 #f9fae5

Monochromatic Colors of #eefae5

#eefae5

Complementary Color

#eefae5 #f1e5fa

#eefae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefae5 Color CSS Codes

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

#eefae5 Text Font Color

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

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


#eefae5 Background Color

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

This div background color is #eefae5


#eefae5 Border Color

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

This div border color is #eefae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefae5

Related Colors

#eefae5 Color Palettes


Comments

No comments written yet.

Please login to write comment.