Color Hex Logo

#efddef Color Hex

#EFDDEF
(239,221,239)
0 Favorites   0 Comments

Color spaces of #efddef

RGB 239221239
HSL0.830.360.90
HSV300°94°
CMYK 0.000.080.00   0.06
XYZ77.033076.295692.3278
Yxy76.29560.31360.3106
Hunter Lab87.34744.5641-1.5275
CIE-Lab89.99649.2945-6.5491

#efddef color RGB value is (239,221,239).

#efddef hex color red value is 239, green value is 221 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #efddef hue: 0.83 , saturation: 0.36 and the lightness value of efddef is 0.90.

The process color (four color CMYK) of #efddef color hex is 0.00, 0.08, 0.00, 0.06. Web safe color of #efddef is #ffccff. Color #efddef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 11101111
Octal 357 335 357
Decimal 239 221 239
Hex EF DD EF

RGB Percentages of Color #efddef

%34.19
%31.62
%34.19

CMYK Percentages of Color #efddef

%0
%8
%0
%6

Triadic Colors of #efddef

#efddef #efefdd #ddefef

Analogous Colors of #efddef

#efddef #efdde6 #e6ddef

Monochromatic Colors of #efddef

#efddef

Complementary Color

#efddef #ddefdd

#efddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#efddef Color CSS Codes

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

#efddef Text Font Color

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

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


#efddef Background Color

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

This div background color is #efddef


#efddef Border Color

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

This div border color is #efddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efddef


Comments

No comments written yet.

Please login to write comment.