Color Hex Logo

#efd1fe Color Hex

#EFD1FE
(239,209,254)
0 Favorites   0 Comments

Color spaces of #efd1fe

RGB 239209254
HSL0.780.960.91
HSV280°18°100°
CMYK 0.060.180.00   0.00
XYZ76.286571.1074103.4703
Yxy71.10740.30410.2834
Hunter Lab84.325213.9145-13.7235
CIE-Lab87.537218.3839-18.1171

#efd1fe color RGB value is (239,209,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010001 11111110
Octal 357 321 376
Decimal 239 209 254
Hex EF D1 FE

RGB Percentages of Color #efd1fe

%34.05
%29.77
%36.18

CMYK Percentages of Color #efd1fe

%6
%18
%0
%0

Triadic Colors of #efd1fe

#efd1fe #feefd1 #d1feef

Analogous Colors of #efd1fe

#efd1fe #fed1f7 #d9d1fe

Monochromatic Colors of #efd1fe

#efd1fe

Complementary Color

#efd1fe #e0fed1

#efd1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd1fe Color CSS Codes

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

#efd1fe Text Font Color

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

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


#efd1fe Background Color

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

This div background color is #efd1fe


#efd1fe Border Color

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

This div border color is #efd1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.