Color Hex Logo

#efecd7 Color Hex

#EFECD7
(239,236,215)
0 Favorites   0 Comments

Color spaces of #efecd7

RGB 239236215
HSL0.150.430.89
HSV53°10°94°
CMYK 0.000.010.10   0.06
XYZ77.857883.247976.2549
Yxy83.24790.32800.3507
Hunter Lab91.2403-7.351614.3160
CIE-Lab93.1229-2.523710.5335

#efecd7 color RGB value is (239,236,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 11010111
Octal 357 354 327
Decimal 239 236 215
Hex EF EC D7

RGB Percentages of Color #efecd7

%34.64
%34.20
%31.16

CMYK Percentages of Color #efecd7

%0
%1
%10
%6

Triadic Colors of #efecd7

#efecd7 #d7efec #ecd7ef

Analogous Colors of #efecd7

#efecd7 #e6efd7 #efe0d7

Monochromatic Colors of #efecd7

#efecd7

Complementary Color

#efecd7 #d7daef

#efecd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efecd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efecd7 Color CSS Codes

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

#efecd7 Text Font Color

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

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


#efecd7 Background Color

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

This div background color is #efecd7


#efecd7 Border Color

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

This div border color is #efecd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efecd7


Comments

No comments written yet.

Please login to write comment.