Color Hex Logo

#efd6fb Color Hex

#EFD6FB
(239,214,251)
0 Favorites   0 Comments

Color spaces of #efd6fb

RGB 239214251
HSL0.780.820.91
HSV281°15°98°
CMYK 0.050.150.00   0.02
XYZ77.055873.4089101.3748
Yxy73.40890.30600.2915
Hunter Lab85.679010.5966-10.1762
CIE-Lab88.642415.1768-14.8751

#efd6fb color RGB value is (239,214,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010110 11111011
Octal 357 326 373
Decimal 239 214 251
Hex EF D6 FB

RGB Percentages of Color #efd6fb

%33.95
%30.40
%35.65

CMYK Percentages of Color #efd6fb

%5
%15
%0
%2

Triadic Colors of #efd6fb

#efd6fb #fbefd6 #d6fbef

Analogous Colors of #efd6fb

#efd6fb #fbd6f5 #ddd6fb

Monochromatic Colors of #efd6fb

#efd6fb

Complementary Color

#efd6fb #e2fbd6

#efd6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd6fb Color CSS Codes

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

#efd6fb Text Font Color

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

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


#efd6fb Background Color

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

This div background color is #efd6fb


#efd6fb Border Color

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

This div border color is #efd6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd6fb

#efd6fb Color Palettes


Comments

No comments written yet.

Please login to write comment.