Color Hex Logo

#eefae0 Color Hex

#EEFAE0
(238,250,224)
0 Favorites   0 Comments

Color spaces of #eefae0

RGB 238250224
HSL0.240.720.93
HSV88°10°98°
CMYK 0.050.000.10   0.02
XYZ82.900091.930283.8960
Yxy91.93020.32040.3553
Hunter Lab95.8802-13.455715.2369
CIE-Lab96.7918-8.449311.1146

#eefae0 color RGB value is (238,250,224).

#eefae0 hex color red value is 238, green value is 250 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #eefae0 hue: 0.24 , saturation: 0.72 and the lightness value of eefae0 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 11100000
Octal 356 372 340
Decimal 238 250 224
Hex EE FA E0

RGB Percentages of Color #eefae0

%33.43
%35.11
%31.46

CMYK Percentages of Color #eefae0

%5
%0
%10
%2

Triadic Colors of #eefae0

#eefae0 #e0eefa #fae0ee

Analogous Colors of #eefae0

#eefae0 #e1fae0 #faf9e0

Monochromatic Colors of #eefae0

#eefae0

Complementary Color

#eefae0 #ece0fa

#eefae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefae0 Color CSS Codes

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

#eefae0 Text Font Color

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

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


#eefae0 Background Color

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

This div background color is #eefae0


#eefae0 Border Color

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

This div border color is #eefae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefae0


Comments

No comments written yet.

Please login to write comment.