Color Hex Logo

#efc7db Color Hex

#EFC7DB
(239,199,219)
0 Favorites   0 Comments

Color spaces of #efc7db

RGB 239199219
HSL0.920.560.86
HSV330°17°94°
CMYK 0.000.170.08   0.06
XYZ68.806264.312075.8048
Yxy64.31200.32930.3078
Hunter Lab80.194812.81010.0919
CIE-Lab84.128017.3658-4.6248

#efc7db color RGB value is (239,199,219).

#efc7db hex color red value is 239, green value is 199 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #efc7db hue: 0.92 , saturation: 0.56 and the lightness value of efc7db is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000111 11011011
Octal 357 307 333
Decimal 239 199 219
Hex EF C7 DB

RGB Percentages of Color #efc7db

%36.38
%30.29
%33.33

CMYK Percentages of Color #efc7db

%0
%17
%8
%6

Triadic Colors of #efc7db

#efc7db #dbefc7 #c7dbef

Analogous Colors of #efc7db

#efc7db #efc7c7 #efc7ef

Monochromatic Colors of #efc7db

#efc7db

Complementary Color

#efc7db #c7efdb

#efc7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc7db Color CSS Codes

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

#efc7db Text Font Color

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

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


#efc7db Background Color

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

This div background color is #efc7db


#efc7db Border Color

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

This div border color is #efc7db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,199,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 #efc7db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc7db


Comments

No comments written yet.

Please login to write comment.