Color Hex Logo

#efdbd9 Color Hex

#EFDBD9
(239,219,217)
0 Favorites   0 Comments

Color spaces of #efdbd9

RGB 239219217
HSL0.020.410.89
HSV94°
CMYK 0.000.080.09   0.06
XYZ73.452574.023576.0622
Yxy74.02350.32860.3311
Hunter Lab86.03691.82667.8096
CIE-Lab88.93366.53813.4603

#efdbd9 color RGB value is (239,219,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 11011001
Octal 357 333 331
Decimal 239 219 217
Hex EF DB D9

RGB Percentages of Color #efdbd9

%35.41
%32.44
%32.15

CMYK Percentages of Color #efdbd9

%0
%8
%9
%6

Triadic Colors of #efdbd9

#efdbd9 #d9efdb #dbd9ef

Analogous Colors of #efdbd9

#efdbd9 #efe6d9 #efd9e2

Monochromatic Colors of #efdbd9

#efdbd9

Complementary Color

#efdbd9 #d9edef

#efdbd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbd9 Color CSS Codes

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

#efdbd9 Text Font Color

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

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


#efdbd9 Background Color

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

This div background color is #efdbd9


#efdbd9 Border Color

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

This div border color is #efdbd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbd9


Comments

No comments written yet.

Please login to write comment.