Color Hex Logo

#efffcf Color Hex

#EFFFCF
(239,255,207)
0 Favorites   0 Comments

Color spaces of #efffcf

RGB 239255207
HSL0.221.000.91
HSV80°19°100°
CMYK 0.060.000.19   0.00
XYZ82.619194.375772.8933
Yxy94.37570.33060.3777
Hunter Lab97.1472-18.201623.5154
CIE-Lab97.7832-13.262821.2177

#efffcf color RGB value is (239,255,207).

#efffcf hex color red value is 239, green value is 255 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #efffcf hue: 0.22 , saturation: 1.00 and the lightness value of efffcf is 0.91.

The process color (four color CMYK) of #efffcf color hex is 0.06, 0.00, 0.19, 0.00. Web safe color of #efffcf is #ffffcc. Color #efffcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 11001111
Octal 357 377 317
Decimal 239 255 207
Hex EF FF CF

RGB Percentages of Color #efffcf

%34.09
%36.38
%29.53

CMYK Percentages of Color #efffcf

%6
%0
%19
%0

Triadic Colors of #efffcf

#efffcf #cfefff #ffcfef

Analogous Colors of #efffcf

#efffcf #d7ffcf #fff7cf

Monochromatic Colors of #efffcf

#efffcf

Complementary Color

#efffcf #dfcfff

#efffcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efffcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efffcf Color CSS Codes

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

#efffcf Text Font Color

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

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


#efffcf Background Color

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

This div background color is #efffcf


#efffcf Border Color

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

This div border color is #efffcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efffcf

Related Colors

#efffcf Color Palettes


Comments

No comments written yet.

Please login to write comment.