Color Hex Logo

#eefef0 Color Hex

#EEFEF0
(238,254,240)
0 Favorites   0 Comments

Color spaces of #eefef0

RGB 238254240
HSL0.350.890.96
HSV128°100°
CMYK 0.060.000.06   0.00
XYZ86.429995.352096.2875
Yxy95.35200.31080.3429
Hunter Lab97.6483-12.89189.8901
CIE-Lab98.1742-7.72154.8821

#eefef0 color RGB value is (238,254,240).

#eefef0 hex color red value is 238, green value is 254 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #eefef0 hue: 0.35 , saturation: 0.89 and the lightness value of eefef0 is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 11110000
Octal 356 376 360
Decimal 238 254 240
Hex EE FE F0

RGB Percentages of Color #eefef0

%32.51
%34.70
%32.79

CMYK Percentages of Color #eefef0

%6
%0
%6
%0

Triadic Colors of #eefef0

#eefef0 #f0eefe #fef0ee

Analogous Colors of #eefef0

#eefef0 #eefef8 #f4feee

Monochromatic Colors of #eefef0

#eefef0

Complementary Color

#eefef0 #feeefc

#eefef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefef0 Color CSS Codes

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

#eefef0 Text Font Color

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

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


#eefef0 Background Color

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

This div background color is #eefef0


#eefef0 Border Color

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

This div border color is #eefef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefef0

Related Colors


Comments

No comments written yet.

Please login to write comment.