Color Hex Logo

#efd9df Color Hex

#EFD9DF
(239,217,223)
0 Favorites   0 Comments

Color spaces of #efd9df

RGB 239217223
HSL0.950.410.89
HSV344°94°
CMYK 0.000.090.07   0.06
XYZ73.728773.304180.0752
Yxy73.30410.32460.3228
Hunter Lab85.61783.88184.4807
CIE-Lab88.59258.5825-0.1952

#efd9df color RGB value is (239,217,223).

#efd9df hex color red value is 239, green value is 217 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #efd9df hue: 0.95 , saturation: 0.41 and the lightness value of efd9df is 0.89.

The process color (four color CMYK) of #efd9df color hex is 0.00, 0.09, 0.07, 0.06. Web safe color of #efd9df is #ffcccc. Color #efd9df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011001 11011111
Octal 357 331 337
Decimal 239 217 223
Hex EF D9 DF

RGB Percentages of Color #efd9df

%35.20
%31.96
%32.84

CMYK Percentages of Color #efd9df

%0
%9
%7
%6

Triadic Colors of #efd9df

#efd9df #dfefd9 #d9dfef

Analogous Colors of #efd9df

#efd9df #efded9 #efd9ea

Monochromatic Colors of #efd9df

#efd9df

Complementary Color

#efd9df #d9efe9

#efd9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd9df Color CSS Codes

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

#efd9df Text Font Color

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

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


#efd9df Background Color

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

This div background color is #efd9df


#efd9df Border Color

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

This div border color is #efd9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd9df

#efd9df Color Palettes


Comments

No comments written yet.

Please login to write comment.