Color Hex Logo

#efddfe Color Hex

#EFDDFE
(239,221,254)
0 Favorites   0 Comments

Color spaces of #efddfe

RGB 239221254
HSL0.760.940.93
HSV273°13°100°
CMYK 0.060.130.00   0.00
XYZ79.342477.2194104.4890
Yxy77.21940.30390.2958
Hunter Lab87.87467.3881-8.9878
CIE-Lab90.422512.0706-13.7856

#efddfe color RGB value is (239,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 11111110
Octal 357 335 376
Decimal 239 221 254
Hex EF DD FE

RGB Percentages of Color #efddfe

%33.47
%30.95
%35.57

CMYK Percentages of Color #efddfe

%6
%13
%0
%0

Triadic Colors of #efddfe

#efddfe #feefdd #ddfeef

Analogous Colors of #efddfe

#efddfe #feddfd #dfddfe

Monochromatic Colors of #efddfe

#efddfe

Complementary Color

#efddfe #ecfedd

#efddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efddfe Color CSS Codes

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

#efddfe Text Font Color

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

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


#efddfe Background Color

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

This div background color is #efddfe


#efddfe Border Color

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

This div border color is #efddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efddfe

Related Colors


Comments

No comments written yet.

Please login to write comment.