Color Hex Logo

#efd3db Color Hex

#EFD3DB
(239,211,219)
0 Favorites   0 Comments

Color spaces of #efd3db

RGB 239211219
HSL0.950.470.88
HSV343°12°94°
CMYK 0.000.120.08   0.06
XYZ71.677170.053776.7618
Yxy70.05370.32810.3206
Hunter Lab83.69816.39164.2122
CIE-Lab87.023211.0455-0.3759

#efd3db color RGB value is (239,211,219).

#efd3db hex color red value is 239, green value is 211 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #efd3db hue: 0.95 , saturation: 0.47 and the lightness value of efd3db is 0.88.

The process color (four color CMYK) of #efd3db color hex is 0.00, 0.12, 0.08, 0.06. Web safe color of #efd3db is #ffcccc. Color #efd3db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010011 11011011
Octal 357 323 333
Decimal 239 211 219
Hex EF D3 DB

RGB Percentages of Color #efd3db

%35.72
%31.54
%32.74

CMYK Percentages of Color #efd3db

%0
%12
%8
%6

Triadic Colors of #efd3db

#efd3db #dbefd3 #d3dbef

Analogous Colors of #efd3db

#efd3db #efd9d3 #efd3e9

Monochromatic Colors of #efd3db

#efd3db

Complementary Color

#efd3db #d3efe7

#efd3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd3db Color CSS Codes

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

#efd3db Text Font Color

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

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


#efd3db Background Color

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

This div background color is #efd3db


#efd3db Border Color

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

This div border color is #efd3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd3db


Comments

No comments written yet.

Please login to write comment.