Color Hex Logo

#efeefe Color Hex

#EFEEFE
(239,238,254)
0 Favorites   0 Comments

Color spaces of #efeefe

RGB 239238254
HSL0.680.890.96
HSV244°100°
CMYK 0.060.060.00   0.00
XYZ84.060586.6556106.0617
Yxy86.65560.30370.3131
Hunter Lab93.0890-1.7180-2.3903
CIE-Lab94.59203.2515-7.5817

#efeefe color RGB value is (239,238,254).

#efeefe hex color red value is 239, green value is 238 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #efeefe hue: 0.68 , saturation: 0.89 and the lightness value of efeefe is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 11111110
Octal 357 356 376
Decimal 239 238 254
Hex EF EE FE

RGB Percentages of Color #efeefe

%32.69
%32.56
%34.75

CMYK Percentages of Color #efeefe

%6
%6
%0
%0

Triadic Colors of #efeefe

#efeefe #feefee #eefeef

Analogous Colors of #efeefe

#efeefe #f7eefe #eef5fe

Monochromatic Colors of #efeefe

#efeefe

Complementary Color

#efeefe #fdfeee

#efeefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeefe Color CSS Codes

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

#efeefe Text Font Color

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

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


#efeefe Background Color

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

This div background color is #efeefe


#efeefe Border Color

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

This div border color is #efeefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeefe


Comments

No comments written yet.

Please login to write comment.