Color Hex Logo

#efc9db Color Hex

#EFC9DB
(239,201,219)
0 Favorites   0 Comments

Color spaces of #efc9db

RGB 239201219
HSL0.920.540.86
HSV332°16°94°
CMYK 0.000.160.08   0.06
XYZ69.269465.238575.9592
Yxy65.23850.32910.3100
Hunter Lab80.770411.73510.7809
CIE-Lab84.606516.3084-3.9200

#efc9db color RGB value is (239,201,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001001 11011011
Octal 357 311 333
Decimal 239 201 219
Hex EF C9 DB

RGB Percentages of Color #efc9db

%36.27
%30.50
%33.23

CMYK Percentages of Color #efc9db

%0
%16
%8
%6

Triadic Colors of #efc9db

#efc9db #dbefc9 #c9dbef

Analogous Colors of #efc9db

#efc9db #efcac9 #efc9ee

Monochromatic Colors of #efc9db

#efc9db

Complementary Color

#efc9db #c9efdd

#efc9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc9db Color CSS Codes

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

#efc9db Text Font Color

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

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


#efc9db Background Color

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

This div background color is #efc9db


#efc9db Border Color

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

This div border color is #efc9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc9db


Comments

No comments written yet.

Please login to write comment.