Color Hex Logo

#eefef1 Color Hex

#EEFEF1
(238,254,241)
0 Favorites   0 Comments

Color spaces of #eefef1

RGB 238254241
HSL0.360.890.96
HSV131°100°
CMYK 0.060.000.05   0.00
XYZ86.578995.411697.0722
Yxy95.41160.31020.3419
Hunter Lab97.6789-12.72239.4534
CIE-Lab98.1980-7.54584.4030

#eefef1 color RGB value is (238,254,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 11110001
Octal 356 376 361
Decimal 238 254 241
Hex EE FE F1

RGB Percentages of Color #eefef1

%32.47
%34.65
%32.88

CMYK Percentages of Color #eefef1

%6
%0
%5
%0

Triadic Colors of #eefef1

#eefef1 #f1eefe #fef1ee

Analogous Colors of #eefef1

#eefef1 #eefef9 #f3feee

Monochromatic Colors of #eefef1

#eefef1

Complementary Color

#eefef1 #feeefb

#eefef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefef1 Color CSS Codes

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

#eefef1 Text Font Color

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

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


#eefef1 Background Color

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

This div background color is #eefef1


#eefef1 Border Color

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

This div border color is #eefef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefef1


Comments

No comments written yet.

Please login to write comment.