Color Hex Logo

#eff1cf Color Hex

#EFF1CF
(239,241,207)
0 Favorites   0 Comments

Color spaces of #eff1cf

RGB 239241207
HSL0.180.550.88
HSV64°14°95°
CMYK 0.010.000.14   0.05
XYZ78.314485.766371.4584
Yxy85.76630.33250.3641
Hunter Lab92.6101-11.121719.0786
CIE-Lab94.2123-6.307016.2168

#eff1cf color RGB value is (239,241,207).

#eff1cf hex color red value is 239, green value is 241 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #eff1cf hue: 0.18 , saturation: 0.55 and the lightness value of eff1cf is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110001 11001111
Octal 357 361 317
Decimal 239 241 207
Hex EF F1 CF

RGB Percentages of Color #eff1cf

%34.79
%35.08
%30.13

CMYK Percentages of Color #eff1cf

%1
%0
%14
%5

Triadic Colors of #eff1cf

#eff1cf #cfeff1 #f1cfef

Analogous Colors of #eff1cf

#eff1cf #def1cf #f1e2cf

Monochromatic Colors of #eff1cf

#eff1cf

Complementary Color

#eff1cf #d1cff1

#eff1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff1cf Color CSS Codes

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

#eff1cf Text Font Color

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

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


#eff1cf Background Color

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

This div background color is #eff1cf


#eff1cf Border Color

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

This div border color is #eff1cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff1cf


Comments

No comments written yet.

Please login to write comment.