Color Hex Logo

#efecfa Color Hex

#EFECFA
(239,236,250)
0 Favorites   0 Comments

Color spaces of #efecfa

RGB 239236250
HSL0.700.580.95
HSV253°98°
CMYK 0.040.060.00   0.02
XYZ82.847485.2438102.5296
Yxy85.24380.30610.3150
Hunter Lab92.3276-1.4016-1.2121
CIE-Lab93.98813.5346-6.3971

#efecfa color RGB value is (239,236,250).

#efecfa hex color red value is 239, green value is 236 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #efecfa hue: 0.70 , saturation: 0.58 and the lightness value of efecfa is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 11111010
Octal 357 354 372
Decimal 239 236 250
Hex EF EC FA

RGB Percentages of Color #efecfa

%32.97
%32.55
%34.48

CMYK Percentages of Color #efecfa

%4
%6
%0
%2

Triadic Colors of #efecfa

#efecfa #faefec #ecfaef

Analogous Colors of #efecfa

#efecfa #f6ecfa #ecf0fa

Monochromatic Colors of #efecfa

#efecfa

Complementary Color

#efecfa #f7faec

#efecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efecfa Color CSS Codes

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

#efecfa Text Font Color

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

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


#efecfa Background Color

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

This div background color is #efecfa


#efecfa Border Color

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

This div border color is #efecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efecfa


Comments

No comments written yet.

Please login to write comment.