Color Hex Logo

#efdbfa Color Hex

#EFDBFA
(239,219,250)
0 Favorites   0 Comments

Color spaces of #efdbfa

RGB 239219250
HSL0.770.760.92
HSV279°12°98°
CMYK 0.040.120.00   0.02
XYZ78.183475.9159100.9750
Yxy75.91590.30650.2976
Hunter Lab87.12977.6949-7.7206
CIE-Lab89.820312.3628-12.5872

#efdbfa color RGB value is (239,219,250).

#efdbfa hex color red value is 239, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #efdbfa hue: 0.77 , saturation: 0.76 and the lightness value of efdbfa is 0.92.

The process color (four color CMYK) of #efdbfa color hex is 0.04, 0.12, 0.00, 0.02. Web safe color of #efdbfa is #ffccff. Color #efdbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 11111010
Octal 357 333 372
Decimal 239 219 250
Hex EF DB FA

RGB Percentages of Color #efdbfa

%33.76
%30.93
%35.31

CMYK Percentages of Color #efdbfa

%4
%12
%0
%2

Triadic Colors of #efdbfa

#efdbfa #faefdb #dbfaef

Analogous Colors of #efdbfa

#efdbfa #fadbf6 #e0dbfa

Monochromatic Colors of #efdbfa

#efdbfa

Complementary Color

#efdbfa #e6fadb

#efdbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbfa Color CSS Codes

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

#efdbfa Text Font Color

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

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


#efdbfa Background Color

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

This div background color is #efdbfa


#efdbfa Border Color

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

This div border color is #efdbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbfa


Comments

No comments written yet.

Please login to write comment.