Color Hex Logo

#efdbd5 Color Hex

#EFDBD5
(239,219,213)
0 Favorites   0 Comments

Color spaces of #efdbd5

RGB 239219213
HSL0.040.450.89
HSV14°11°94°
CMYK 0.000.080.11   0.06
XYZ72.938473.817973.3548
Yxy73.81790.33140.3354
Hunter Lab85.91731.17999.5213
CIE-Lab88.83635.88425.4237

#efdbd5 color RGB value is (239,219,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 11010101
Octal 357 333 325
Decimal 239 219 213
Hex EF DB D5

RGB Percentages of Color #efdbd5

%35.62
%32.64
%31.74

CMYK Percentages of Color #efdbd5

%0
%8
%11
%6

Triadic Colors of #efdbd5

#efdbd5 #d5efdb #dbd5ef

Analogous Colors of #efdbd5

#efdbd5 #efe8d5 #efd5dc

Monochromatic Colors of #efdbd5

#efdbd5

Complementary Color

#efdbd5 #d5e9ef

#efdbd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbd5 Color CSS Codes

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

#efdbd5 Text Font Color

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

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


#efdbd5 Background Color

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

This div background color is #efdbd5


#efdbd5 Border Color

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

This div border color is #efdbd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbd5

#efdbd5 Color Palettes


Comments

No comments written yet.

Please login to write comment.