Color Hex Logo

#efdbdd Color Hex

#EFDBDD
(239,219,221)
0 Favorites   0 Comments

Color spaces of #efdbdd

RGB 239219221
HSL0.980.380.90
HSV354°94°
CMYK 0.000.080.08   0.06
XYZ73.979374.234278.8361
Yxy74.23420.32580.3270
Hunter Lab86.15932.48756.0609
CIE-Lab89.03317.20361.5003

#efdbdd color RGB value is (239,219,221).

#efdbdd hex color red value is 239, green value is 219 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #efdbdd hue: 0.98 , saturation: 0.38 and the lightness value of efdbdd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 11011101
Octal 357 333 335
Decimal 239 219 221
Hex EF DB DD

RGB Percentages of Color #efdbdd

%35.20
%32.25
%32.55

CMYK Percentages of Color #efdbdd

%0
%8
%8
%6

Triadic Colors of #efdbdd

#efdbdd #ddefdb #dbddef

Analogous Colors of #efdbdd

#efdbdd #efe3db #efdbe7

Monochromatic Colors of #efdbdd

#efdbdd

Complementary Color

#efdbdd #dbefed

#efdbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbdd Color CSS Codes

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

#efdbdd Text Font Color

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

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


#efdbdd Background Color

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

This div background color is #efdbdd


#efdbdd Border Color

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

This div border color is #efdbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbdd


Comments

No comments written yet.

Please login to write comment.