Color Hex Logo

#efd6eb Color Hex

#EFD6EB
(239,214,235)
0 Favorites   0 Comments

Color spaces of #efd6eb

RGB 239214235
HSL0.860.440.89
HSV310°10°94°
CMYK 0.000.100.02   0.06
XYZ74.638672.442088.6461
Yxy72.44200.31660.3073
Hunter Lab85.11297.5857-2.1723
CIE-Lab88.180912.2390-7.1289

#efd6eb color RGB value is (239,214,235).

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

The process color (four color CMYK) of #efd6eb color hex is 0.00, 0.10, 0.02, 0.06. Web safe color of #efd6eb is #ffccff. Color #efd6eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010110 11101011
Octal 357 326 353
Decimal 239 214 235
Hex EF D6 EB

RGB Percentages of Color #efd6eb

%34.74
%31.10
%34.16

CMYK Percentages of Color #efd6eb

%0
%10
%2
%6

Triadic Colors of #efd6eb

#efd6eb #ebefd6 #d6ebef

Analogous Colors of #efd6eb

#efd6eb #efd6df #e7d6ef

Monochromatic Colors of #efd6eb

#efd6eb

Complementary Color

#efd6eb #d6efda

#efd6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd6eb Color CSS Codes

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

#efd6eb Text Font Color

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

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


#efd6eb Background Color

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

This div background color is #efd6eb


#efd6eb Border Color

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

This div border color is #efd6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd6eb


Comments

No comments written yet.

Please login to write comment.