Color Hex Logo

#efd9da Color Hex

#EFD9DA
(239,217,218)
0 Favorites   0 Comments

Color spaces of #efd9da

RGB 239217218
HSL0.990.410.89
HSV357°94°
CMYK 0.000.090.09   0.06
XYZ73.064373.038476.5766
Yxy73.03840.32810.3280
Hunter Lab85.46253.04536.6984
CIE-Lab88.46607.74372.2550

#efd9da color RGB value is (239,217,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011001 11011010
Octal 357 331 332
Decimal 239 217 218
Hex EF D9 DA

RGB Percentages of Color #efd9da

%35.46
%32.20
%32.34

CMYK Percentages of Color #efd9da

%0
%9
%9
%6

Triadic Colors of #efd9da

#efd9da #daefd9 #d9daef

Analogous Colors of #efd9da

#efd9da #efe3d9 #efd9e5

Monochromatic Colors of #efd9da

#efd9da

Complementary Color

#efd9da #d9efee

#efd9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd9da Color CSS Codes

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

#efd9da Text Font Color

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

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


#efd9da Background Color

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

This div background color is #efd9da


#efd9da Border Color

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

This div border color is #efd9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd9da


Comments

No comments written yet.

Please login to write comment.