Color Hex Logo

#efecd8 Color Hex

#EFECD8
(239,236,216)
0 Favorites   0 Comments

Color spaces of #efecd8

RGB 239236216
HSL0.140.420.89
HSV52°10°94°
CMYK 0.000.010.10   0.06
XYZ77.986783.299576.9338
Yxy83.29950.32740.3497
Hunter Lab91.2686-7.196213.9102
CIE-Lab93.1454-2.362910.0468

#efecd8 color RGB value is (239,236,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 11011000
Octal 357 354 330
Decimal 239 236 216
Hex EF EC D8

RGB Percentages of Color #efecd8

%34.59
%34.15
%31.26

CMYK Percentages of Color #efecd8

%0
%1
%10
%6

Triadic Colors of #efecd8

#efecd8 #d8efec #ecd8ef

Analogous Colors of #efecd8

#efecd8 #e7efd8 #efe1d8

Monochromatic Colors of #efecd8

#efecd8

Complementary Color

#efecd8 #d8dbef

#efecd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efecd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efecd8 Color CSS Codes

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

#efecd8 Text Font Color

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

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


#efecd8 Background Color

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

This div background color is #efecd8


#efecd8 Border Color

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

This div border color is #efecd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efecd8


Comments

No comments written yet.

Please login to write comment.