Color Hex Logo

#efdafb Color Hex

#EFDAFB
(239,218,251)
0 Favorites   0 Comments

Color spaces of #efdafb

RGB 239218251
HSL0.770.800.92
HSV278°13°98°
CMYK 0.050.130.00   0.02
XYZ78.080675.4586101.7165
Yxy75.45860.30590.2956
Hunter Lab86.86698.4282-8.6186
CIE-Lab89.607413.0751-13.4305

#efdafb color RGB value is (239,218,251).

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

The process color (four color CMYK) of #efdafb color hex is 0.05, 0.13, 0.00, 0.02. Web safe color of #efdafb is #ffccff. Color #efdafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 11111011
Octal 357 332 373
Decimal 239 218 251
Hex EF DA FB

RGB Percentages of Color #efdafb

%33.76
%30.79
%35.45

CMYK Percentages of Color #efdafb

%5
%13
%0
%2

Triadic Colors of #efdafb

#efdafb #fbefda #dafbef

Analogous Colors of #efdafb

#efdafb #fbdaf7 #dfdafb

Monochromatic Colors of #efdafb

#efdafb

Complementary Color

#efdafb #e6fbda

#efdafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdafb Color CSS Codes

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

#efdafb Text Font Color

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

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


#efdafb Background Color

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

This div background color is #efdafb


#efdafb Border Color

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

This div border color is #efdafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdafb


Comments

No comments written yet.

Please login to write comment.