Color Hex Logo

#efd9fd Color Hex

#EFD9FD
(239,217,253)
0 Favorites   0 Comments

Color spaces of #efd9fd

RGB 239217253
HSL0.770.900.92
HSV277°14°99°
CMYK 0.060.140.00   0.01
XYZ78.139175.0683103.2998
Yxy75.06830.30460.2927
Hunter Lab86.64209.3589-10.0398
CIE-Lab89.425013.9782-14.7542

#efd9fd color RGB value is (239,217,253).

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

The process color (four color CMYK) of #efd9fd color hex is 0.06, 0.14, 0.00, 0.01. Web safe color of #efd9fd is #ffccff. Color #efd9fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011001 11111101
Octal 357 331 375
Decimal 239 217 253
Hex EF D9 FD

RGB Percentages of Color #efd9fd

%33.71
%30.61
%35.68

CMYK Percentages of Color #efd9fd

%6
%14
%0
%1

Triadic Colors of #efd9fd

#efd9fd #fdefd9 #d9fdef

Analogous Colors of #efd9fd

#efd9fd #fdd9f9 #ddd9fd

Monochromatic Colors of #efd9fd

#efd9fd

Complementary Color

#efd9fd #e7fdd9

#efd9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd9fd Color CSS Codes

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

#efd9fd Text Font Color

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

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


#efd9fd Background Color

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

This div background color is #efd9fd


#efd9fd Border Color

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

This div border color is #efd9fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd9fd

Related Colors

#efd9fd Color Palettes


Comments

No comments written yet.

Please login to write comment.