Color Hex Logo

#eff2ef Color Hex

#EFF2EF
(239,242,239)
0 Favorites   0 Comments

Color spaces of #eff2ef

RGB 239242239
HSL0.330.100.94
HSV120°95°
CMYK 0.010.000.01   0.05
XYZ82.928788.087094.2930
Yxy88.08700.31260.3320
Hunter Lab93.8547-6.52556.1314
CIE-Lab95.1976-1.52261.0847

#eff2ef color RGB value is (239,242,239).

#eff2ef hex color red value is 239, green value is 242 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eff2ef hue: 0.33 , saturation: 0.10 and the lightness value of eff2ef is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110010 11101111
Octal 357 362 357
Decimal 239 242 239
Hex EF F2 EF

RGB Percentages of Color #eff2ef

%33.19
%33.61
%33.19

CMYK Percentages of Color #eff2ef

%1
%0
%1
%5

Triadic Colors of #eff2ef

#eff2ef #efeff2 #f2efef

Analogous Colors of #eff2ef

#eff2ef #eff2f1 #f1f2ef

Monochromatic Colors of #eff2ef

#eff2ef

Complementary Color

#eff2ef #f2eff2

#eff2ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff2ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff2ef Color CSS Codes

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

#eff2ef Text Font Color

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

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


#eff2ef Background Color

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

This div background color is #eff2ef


#eff2ef Border Color

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

This div border color is #eff2ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff2ef

#eff2ef Color Palettes


Comments

No comments written yet.

Please login to write comment.