Color Hex Logo

#efded9 Color Hex

#EFDED9
(239,222,217)
0 Favorites   0 Comments

Color spaces of #efded9

RGB 239222217
HSL0.040.410.89
HSV14°94°
CMYK 0.000.070.09   0.06
XYZ74.242375.603076.3255
Yxy75.60300.32830.3343
Hunter Lab86.95000.24998.8197
CIE-Lab89.67474.98234.5336

#efded9 color RGB value is (239,222,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 11011001
Octal 357 336 331
Decimal 239 222 217
Hex EF DE D9

RGB Percentages of Color #efded9

%35.25
%32.74
%32.01

CMYK Percentages of Color #efded9

%0
%7
%9
%6

Triadic Colors of #efded9

#efded9 #d9efde #ded9ef

Analogous Colors of #efded9

#efded9 #efe9d9 #efd9df

Monochromatic Colors of #efded9

#efded9

Complementary Color

#efded9 #d9eaef

#efded9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efded9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efded9 Color CSS Codes

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

#efded9 Text Font Color

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

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


#efded9 Background Color

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

This div background color is #efded9


#efded9 Border Color

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

This div border color is #efded9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efded9

#efded9 Color Palettes


Comments

No comments written yet.

Please login to write comment.