Color Hex Logo

#efdecc Color Hex

#EFDECC
(239,222,204)
0 Favorites   0 Comments

Color spaces of #efdecc

RGB 239222204
HSL0.090.520.87
HSV31°15°94°
CMYK 0.000.070.15   0.06
XYZ72.617074.952967.7668
Yxy74.95290.33720.3481
Hunter Lab86.5753-1.786014.1935
CIE-Lab89.37092.906610.9155

#efdecc color RGB value is (239,222,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 11001100
Octal 357 336 314
Decimal 239 222 204
Hex EF DE CC

RGB Percentages of Color #efdecc

%35.94
%33.38
%30.68

CMYK Percentages of Color #efdecc

%0
%7
%15
%6

Triadic Colors of #efdecc

#efdecc #ccefde #deccef

Analogous Colors of #efdecc

#efdecc #efefcc #efcdcc

Monochromatic Colors of #efdecc

#efdecc

Complementary Color

#efdecc #ccddef

#efdecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdecc Color CSS Codes

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

#efdecc Text Font Color

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

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


#efdecc Background Color

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

This div background color is #efdecc


#efdecc Border Color

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

This div border color is #efdecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdecc


Comments

No comments written yet.

Please login to write comment.