Color Hex Logo

#efd9ec Color Hex

#EFD9EC
(239,217,236)
0 Favorites   0 Comments

Color spaces of #efd9ec

RGB 239217236
HSL0.860.410.89
HSV308°94°
CMYK 0.000.090.01   0.06
XYZ75.549874.032689.6647
Yxy74.03260.31580.3094
Hunter Lab86.04226.1590-1.5567
CIE-Lab88.937910.8457-6.5363

#efd9ec color RGB value is (239,217,236).

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

The process color (four color CMYK) of #efd9ec color hex is 0.00, 0.09, 0.01, 0.06. Web safe color of #efd9ec is #ffccff. Color #efd9ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011001 11101100
Octal 357 331 354
Decimal 239 217 236
Hex EF D9 EC

RGB Percentages of Color #efd9ec

%34.54
%31.36
%34.10

CMYK Percentages of Color #efd9ec

%0
%9
%1
%6

Triadic Colors of #efd9ec

#efd9ec #ecefd9 #d9ecef

Analogous Colors of #efd9ec

#efd9ec #efd9e1 #e7d9ef

Monochromatic Colors of #efd9ec

#efd9ec

Complementary Color

#efd9ec #d9efdc

#efd9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd9ec Color CSS Codes

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

#efd9ec Text Font Color

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

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


#efd9ec Background Color

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

This div background color is #efd9ec


#efd9ec Border Color

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

This div border color is #efd9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd9ec


Comments

No comments written yet.

Please login to write comment.