Color Hex Logo

#efdddd Color Hex

#EFDDDD
(239,221,221)
0 Favorites   0 Comments

Color spaces of #efdddd

RGB 239221221
HSL0.000.360.90
HSV94°
CMYK 0.000.080.08   0.06
XYZ74.504275.284179.0111
Yxy75.28410.32560.3290
Hunter Lab86.76641.43246.7459
CIE-Lab89.52596.16452.2172

#efdddd color RGB value is (239,221,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 11011101
Octal 357 335 335
Decimal 239 221 221
Hex EF DD DD

RGB Percentages of Color #efdddd

%35.10
%32.45
%32.45

CMYK Percentages of Color #efdddd

%0
%8
%8
%6

Triadic Colors of #efdddd

#efdddd #ddefdd #ddddef

Analogous Colors of #efdddd

#efdddd #efe6dd #efdde6

Monochromatic Colors of #efdddd

#efdddd

Complementary Color

#efdddd #ddefef

#efdddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdddd Color CSS Codes

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

#efdddd Text Font Color

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

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


#efdddd Background Color

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

This div background color is #efdddd


#efdddd Border Color

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

This div border color is #efdddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdddd

#efdddd Color Palettes


Comments

No comments written yet.

Please login to write comment.