Color Hex Logo

#efecde Color Hex

#EFECDE
(239,236,222)
0 Favorites   0 Comments

Color spaces of #efecde

RGB 239236222
HSL0.140.350.90
HSV49°94°
CMYK 0.000.010.07   0.06
XYZ78.776983.615681.0947
Yxy83.61560.32350.3434
Hunter Lab91.4416-6.245011.4279
CIE-Lab93.2833-1.38157.1293

#efecde color RGB value is (239,236,222).

#efecde hex color red value is 239, green value is 236 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #efecde hue: 0.14 , saturation: 0.35 and the lightness value of efecde is 0.90.

The process color (four color CMYK) of #efecde color hex is 0.00, 0.01, 0.07, 0.06. Web safe color of #efecde is #ffffcc. Color #efecde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 11011110
Octal 357 354 336
Decimal 239 236 222
Hex EF EC DE

RGB Percentages of Color #efecde

%34.29
%33.86
%31.85

CMYK Percentages of Color #efecde

%0
%1
%7
%6

Triadic Colors of #efecde

#efecde #deefec #ecdeef

Analogous Colors of #efecde

#efecde #eaefde #efe4de

Monochromatic Colors of #efecde

#efecde

Complementary Color

#efecde #dee1ef

#efecde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efecde Color Preview on White Background

Lorem ipsum dolor sit amet.

#efecde Color CSS Codes

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

#efecde Text Font Color

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

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


#efecde Background Color

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

This div background color is #efecde


#efecde Border Color

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

This div border color is #efecde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efecde


Comments

No comments written yet.

Please login to write comment.