Color Hex Logo

#efd7fb Color Hex

#EFD7FB
(239,215,251)
0 Favorites   0 Comments

Color spaces of #efd7fb

RGB 239215251
HSL0.780.820.91
HSV280°14°98°
CMYK 0.050.140.00   0.02
XYZ77.309673.9166101.4595
Yxy73.91660.30600.2925
Hunter Lab85.974810.0536-9.7863
CIE-Lab88.883114.6507-14.5145

#efd7fb color RGB value is (239,215,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010111 11111011
Octal 357 327 373
Decimal 239 215 251
Hex EF D7 FB

RGB Percentages of Color #efd7fb

%33.90
%30.50
%35.60

CMYK Percentages of Color #efd7fb

%5
%14
%0
%2

Triadic Colors of #efd7fb

#efd7fb #fbefd7 #d7fbef

Analogous Colors of #efd7fb

#efd7fb #fbd7f5 #ddd7fb

Monochromatic Colors of #efd7fb

#efd7fb

Complementary Color

#efd7fb #e3fbd7

#efd7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd7fb Color CSS Codes

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

#efd7fb Text Font Color

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

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


#efd7fb Background Color

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

This div background color is #efd7fb


#efd7fb Border Color

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

This div border color is #efd7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd7fb

Related Colors


Comments

No comments written yet.

Please login to write comment.