Color Hex Logo

#efedfa Color Hex

#EFEDFA
(239,237,250)
0 Favorites   0 Comments

Color spaces of #efedfa

RGB 239237250
HSL0.690.570.95
HSV249°98°
CMYK 0.040.050.00   0.02
XYZ83.136185.8212102.6259
Yxy85.82120.30610.3160
Hunter Lab92.6397-1.9313-0.8334
CIE-Lab94.23583.0207-6.0313

#efedfa color RGB value is (239,237,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101101 11111010
Octal 357 355 372
Decimal 239 237 250
Hex EF ED FA

RGB Percentages of Color #efedfa

%32.92
%32.64
%34.44

CMYK Percentages of Color #efedfa

%4
%5
%0
%2

Triadic Colors of #efedfa

#efedfa #faefed #edfaef

Analogous Colors of #efedfa

#efedfa #f6edfa #edf2fa

Monochromatic Colors of #efedfa

#efedfa

Complementary Color

#efedfa #f8faed

#efedfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efedfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efedfa Color CSS Codes

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

#efedfa Text Font Color

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

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


#efedfa Background Color

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

This div background color is #efedfa


#efedfa Border Color

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

This div border color is #efedfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efedfa


Comments

No comments written yet.

Please login to write comment.