Color Hex Logo

#eff1ed Color Hex

#EFF1ED
(239,241,237)
0 Favorites   0 Comments

Color spaces of #eff1ed

RGB 239241237
HSL0.250.130.94
HSV90°95°
CMYK 0.010.000.02   0.05
XYZ82.338087.375792.6463
Yxy87.37570.31380.3330
Hunter Lab93.4750-6.34846.6681
CIE-Lab94.8974-1.36611.6835

#eff1ed color RGB value is (239,241,237).

#eff1ed hex color red value is 239, green value is 241 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #eff1ed hue: 0.25 , saturation: 0.13 and the lightness value of eff1ed is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110001 11101101
Octal 357 361 355
Decimal 239 241 237
Hex EF F1 ED

RGB Percentages of Color #eff1ed

%33.33
%33.61
%33.05

CMYK Percentages of Color #eff1ed

%1
%0
%2
%5

Triadic Colors of #eff1ed

#eff1ed #edeff1 #f1edef

Analogous Colors of #eff1ed

#eff1ed #edf1ed #f1f1ed

Monochromatic Colors of #eff1ed

#eff1ed

Complementary Color

#eff1ed #efedf1

#eff1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff1ed Color CSS Codes

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

#eff1ed Text Font Color

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

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


#eff1ed Background Color

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

This div background color is #eff1ed


#eff1ed Border Color

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

This div border color is #eff1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff1ed


Comments

No comments written yet.

Please login to write comment.