Color Hex Logo

#efeefa Color Hex

#EFEEFA
(239,238,250)
0 Favorites   0 Comments

Color spaces of #efeefa

RGB 239238250
HSL0.680.550.96
HSV245°98°
CMYK 0.040.050.00   0.02
XYZ83.426586.4019102.7227
Yxy86.40190.30610.3170
Hunter Lab92.9526-2.4604-0.4550
CIE-Lab94.48392.5076-5.6652

#efeefa color RGB value is (239,238,250).

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

The process color (four color CMYK) of #efeefa color hex is 0.04, 0.05, 0.00, 0.02. Web safe color of #efeefa is #ffffff. Color #efeefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 11111010
Octal 357 356 372
Decimal 239 238 250
Hex EF EE FA

RGB Percentages of Color #efeefa

%32.87
%32.74
%34.39

CMYK Percentages of Color #efeefa

%4
%5
%0
%2

Triadic Colors of #efeefa

#efeefa #faefee #eefaef

Analogous Colors of #efeefa

#efeefa #f5eefa #eef3fa

Monochromatic Colors of #efeefa

#efeefa

Complementary Color

#efeefa #f9faee

#efeefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeefa Color CSS Codes

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

#efeefa Text Font Color

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

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


#efeefa Background Color

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

This div background color is #efeefa


#efeefa Border Color

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

This div border color is #efeefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeefa


Comments

No comments written yet.

Please login to write comment.