Color Hex Logo

#efdefb Color Hex

#EFDEFB
(239,222,251)
0 Favorites   0 Comments

Color spaces of #efdefb

RGB 239222251
HSL0.760.780.93
HSV275°12°98°
CMYK 0.050.120.00   0.02
XYZ79.130577.5583102.0664
Yxy77.55830.30580.2997
Hunter Lab88.06726.2690-7.0677
CIE-Lab90.578010.9810-11.9810

#efdefb color RGB value is (239,222,251).

#efdefb hex color red value is 239, green value is 222 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #efdefb hue: 0.76 , saturation: 0.78 and the lightness value of efdefb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 11111011
Octal 357 336 373
Decimal 239 222 251
Hex EF DE FB

RGB Percentages of Color #efdefb

%33.57
%31.18
%35.25

CMYK Percentages of Color #efdefb

%5
%12
%0
%2

Triadic Colors of #efdefb

#efdefb #fbefde #defbef

Analogous Colors of #efdefb

#efdefb #fbdef9 #e1defb

Monochromatic Colors of #efdefb

#efdefb

Complementary Color

#efdefb #eafbde

#efdefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdefb Color CSS Codes

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

#efdefb Text Font Color

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

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


#efdefb Background Color

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

This div background color is #efdefb


#efdefb Border Color

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

This div border color is #efdefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdefb


Comments

No comments written yet.

Please login to write comment.