Color Hex Logo

#eff7cf Color Hex

#EFF7CF
(239,247,207)
0 Favorites   0 Comments

Color spaces of #eff7cf

RGB 239247207
HSL0.200.710.89
HSV72°16°97°
CMYK 0.030.000.16   0.03
XYZ80.119989.377272.0603
Yxy89.37720.33170.3700
Hunter Lab94.5395-14.169820.9854
CIE-Lab95.7378-9.307518.3603

#eff7cf color RGB value is (239,247,207).

#eff7cf hex color red value is 239, green value is 247 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #eff7cf hue: 0.20 , saturation: 0.71 and the lightness value of eff7cf is 0.89.

The process color (four color CMYK) of #eff7cf color hex is 0.03, 0.00, 0.16, 0.03. Web safe color of #eff7cf is #ffffcc. Color #eff7cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110111 11001111
Octal 357 367 317
Decimal 239 247 207
Hex EF F7 CF

RGB Percentages of Color #eff7cf

%34.49
%35.64
%29.87

CMYK Percentages of Color #eff7cf

%3
%0
%16
%3

Triadic Colors of #eff7cf

#eff7cf #cfeff7 #f7cfef

Analogous Colors of #eff7cf

#eff7cf #dbf7cf #f7ebcf

Monochromatic Colors of #eff7cf

#eff7cf

Complementary Color

#eff7cf #d7cff7

#eff7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff7cf Color CSS Codes

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

#eff7cf Text Font Color

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

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


#eff7cf Background Color

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

This div background color is #eff7cf


#eff7cf Border Color

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

This div border color is #eff7cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,247,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 #eff7cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff7cf

#eff7cf Color Palettes


Comments

No comments written yet.

Please login to write comment.