Color Hex Logo

#efacdd Color Hex

#EFACDD
(239,172,221)
0 Favorites   0 Comments

Color spaces of #efacdd

RGB 239172221
HSL0.880.680.81
HSV316°28°94°
CMYK 0.000.280.08   0.06
XYZ63.400353.076275.3098
Yxy53.07620.33060.2767
Hunter Lab72.853427.8452-10.2917
CIE-Lab77.920032.0447-14.9416

#efacdd color RGB value is (239,172,221).

#efacdd hex color red value is 239, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #efacdd hue: 0.88 , saturation: 0.68 and the lightness value of efacdd is 0.81.

The process color (four color CMYK) of #efacdd color hex is 0.00, 0.28, 0.08, 0.06. Web safe color of #efacdd is #ff99cc. Color #efacdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 11011101
Octal 357 254 335
Decimal 239 172 221
Hex EF AC DD

RGB Percentages of Color #efacdd

%37.82
%27.22
%34.97

CMYK Percentages of Color #efacdd

%0
%28
%8
%6

Triadic Colors of #efacdd

#efacdd #ddefac #acddef

Analogous Colors of #efacdd

#efacdd #efacbc #e0acef

Monochromatic Colors of #efacdd

#efacdd

Complementary Color

#efacdd #acefbe

#efacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efacdd Color CSS Codes

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

#efacdd Text Font Color

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

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


#efacdd Background Color

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

This div background color is #efacdd


#efacdd Border Color

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

This div border color is #efacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efacdd


Comments

No comments written yet.

Please login to write comment.