Color Hex Logo

#efddfd Color Hex

#EFDDFD
(239,221,253)
0 Favorites   0 Comments

Color spaces of #efddfd

RGB 239221253
HSL0.760.890.93
HSV274°13°99°
CMYK 0.060.130.00   0.01
XYZ79.182777.1555103.6476
Yxy77.15550.30460.2968
Hunter Lab87.83827.1939-8.4745
CIE-Lab90.393111.8811-13.3052

#efddfd color RGB value is (239,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 11111101
Octal 357 335 375
Decimal 239 221 253
Hex EF DD FD

RGB Percentages of Color #efddfd

%33.52
%31.00
%35.48

CMYK Percentages of Color #efddfd

%6
%13
%0
%1

Triadic Colors of #efddfd

#efddfd #fdefdd #ddfdef

Analogous Colors of #efddfd

#efddfd #fdddfb #dfddfd

Monochromatic Colors of #efddfd

#efddfd

Complementary Color

#efddfd #ebfddd

#efddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efddfd Color CSS Codes

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

#efddfd Text Font Color

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

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


#efddfd Background Color

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

This div background color is #efddfd


#efddfd Border Color

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

This div border color is #efddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efddfd


Comments

No comments written yet.

Please login to write comment.