Color Hex Logo

#efffee Color Hex

#EFFFEE
(239,255,238)
0 Favorites   0 Comments

Color spaces of #efffee

RGB 239255238
HSL0.321.000.97
HSV116°100°
CMYK 0.060.000.07   0.00
XYZ86.789296.043894.8529
Yxy96.04380.31250.3459
Hunter Lab98.0019-13.426211.2165
CIE-Lab98.4496-8.23856.3152

#efffee color RGB value is (239,255,238).

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

The process color (four color CMYK) of #efffee color hex is 0.06, 0.00, 0.07, 0.00. Web safe color of #efffee is #ffffff. Color #efffee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 11101110
Octal 357 377 356
Decimal 239 255 238
Hex EF FF EE

RGB Percentages of Color #efffee

%32.65
%34.84
%32.51

CMYK Percentages of Color #efffee

%6
%0
%7
%0

Triadic Colors of #efffee

#efffee #eeefff #ffeeef

Analogous Colors of #efffee

#efffee #eefff6 #f8ffee

Monochromatic Colors of #efffee

#efffee

Complementary Color

#efffee #feeeff

#efffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#efffee Color CSS Codes

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

#efffee Text Font Color

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

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


#efffee Background Color

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

This div background color is #efffee


#efffee Border Color

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

This div border color is #efffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efffee

#efffee Color Palettes


Comments

No comments written yet.

Please login to write comment.