Color Hex Logo

#efdcfe Color Hex

#EFDCFE
(239,220,254)
0 Favorites   0 Comments

Color spaces of #efdcfe

RGB 239220254
HSL0.760.940.93
HSV274°13°100°
CMYK 0.060.130.00   0.00
XYZ79.079276.6929104.4012
Yxy76.69290.30390.2948
Hunter Lab87.57457.9290-9.3799
CIE-Lab90.180112.5944-14.1483

#efdcfe color RGB value is (239,220,254).

#efdcfe hex color red value is 239, green value is 220 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #efdcfe hue: 0.76 , saturation: 0.94 and the lightness value of efdcfe is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 11111110
Octal 357 334 376
Decimal 239 220 254
Hex EF DC FE

RGB Percentages of Color #efdcfe

%33.52
%30.86
%35.62

CMYK Percentages of Color #efdcfe

%6
%13
%0
%0

Triadic Colors of #efdcfe

#efdcfe #feefdc #dcfeef

Analogous Colors of #efdcfe

#efdcfe #fedcfc #dedcfe

Monochromatic Colors of #efdcfe

#efdcfe

Complementary Color

#efdcfe #ebfedc

#efdcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdcfe Color CSS Codes

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

#efdcfe Text Font Color

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

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


#efdcfe Background Color

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

This div background color is #efdcfe


#efdcfe Border Color

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

This div border color is #efdcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdcfe

Related Colors

#efdcfe Color Palettes


Comments

No comments written yet.

Please login to write comment.