Color Hex Logo

#efd8fb Color Hex

#EFD8FB
(239,216,251)
0 Favorites   0 Comments

Color spaces of #efd8fb

RGB 239216251
HSL0.780.810.92
HSV279°14°98°
CMYK 0.050.140.00   0.02
XYZ77.565174.4275101.5446
Yxy74.42750.30590.2936
Hunter Lab86.27149.5114-9.3966
CIE-Lab89.124114.1251-14.1534

#efd8fb color RGB value is (239,216,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 11111011
Octal 357 330 373
Decimal 239 216 251
Hex EF D8 FB

RGB Percentages of Color #efd8fb

%33.85
%30.59
%35.55

CMYK Percentages of Color #efd8fb

%5
%14
%0
%2

Triadic Colors of #efd8fb

#efd8fb #fbefd8 #d8fbef

Analogous Colors of #efd8fb

#efd8fb #fbd8f6 #ded8fb

Monochromatic Colors of #efd8fb

#efd8fb

Complementary Color

#efd8fb #e4fbd8

#efd8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd8fb Color CSS Codes

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

#efd8fb Text Font Color

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

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


#efd8fb Background Color

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

This div background color is #efd8fb


#efd8fb Border Color

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

This div border color is #efd8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd8fb


Comments

No comments written yet.

Please login to write comment.