Color Hex Logo

#efdeda Color Hex

#EFDEDA
(239,222,218)
0 Favorites   0 Comments

Color spaces of #efdeda

RGB 239222218
HSL0.030.400.90
HSV11°94°
CMYK 0.000.070.09   0.06
XYZ74.372875.655277.0127
Yxy75.65520.32760.3332
Hunter Lab86.98000.41268.3902
CIE-Lab89.69905.14724.0439

#efdeda color RGB value is (239,222,218).

#efdeda hex color red value is 239, green value is 222 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #efdeda hue: 0.03 , saturation: 0.40 and the lightness value of efdeda is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 11011010
Octal 357 336 332
Decimal 239 222 218
Hex EF DE DA

RGB Percentages of Color #efdeda

%35.20
%32.70
%32.11

CMYK Percentages of Color #efdeda

%0
%7
%9
%6

Triadic Colors of #efdeda

#efdeda #daefde #dedaef

Analogous Colors of #efdeda

#efdeda #efe9da #efdae1

Monochromatic Colors of #efdeda

#efdeda

Complementary Color

#efdeda #daebef

#efdeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdeda Color CSS Codes

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

#efdeda Text Font Color

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

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


#efdeda Background Color

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

This div background color is #efdeda


#efdeda Border Color

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

This div border color is #efdeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdeda


Comments

No comments written yet.

Please login to write comment.