Color Hex Logo

#efddcc Color Hex

#EFDDCC
(239,221,204)
0 Favorites   0 Comments

Color spaces of #efddcc

RGB 239221204
HSL0.080.520.87
HSV29°15°94°
CMYK 0.000.080.15   0.06
XYZ72.352174.423367.6785
Yxy74.42330.33740.3470
Hunter Lab86.2689-1.266113.8749
CIE-Lab89.12223.422410.5608

#efddcc color RGB value is (239,221,204).

#efddcc hex color red value is 239, green value is 221 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #efddcc hue: 0.08 , saturation: 0.52 and the lightness value of efddcc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 11001100
Octal 357 335 314
Decimal 239 221 204
Hex EF DD CC

RGB Percentages of Color #efddcc

%35.99
%33.28
%30.72

CMYK Percentages of Color #efddcc

%0
%8
%15
%6

Triadic Colors of #efddcc

#efddcc #ccefdd #ddccef

Analogous Colors of #efddcc

#efddcc #efefcc #efcccd

Monochromatic Colors of #efddcc

#efddcc

Complementary Color

#efddcc #ccdeef

#efddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efddcc Color CSS Codes

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

#efddcc Text Font Color

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

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


#efddcc Background Color

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

This div background color is #efddcc


#efddcc Border Color

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

This div border color is #efddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efddcc

#efddcc Color Palettes


Comments

No comments written yet.

Please login to write comment.