Color Hex Logo

#efacdf Color Hex

#EFACDF
(239,172,223)
0 Favorites   0 Comments

Color spaces of #efacdf

RGB 239172223
HSL0.870.680.81
HSV314°28°94°
CMYK 0.000.280.07   0.06
XYZ63.668453.183576.7218
Yxy53.18350.32890.2747
Hunter Lab72.927028.2158-11.3263
CIE-Lab77.983232.3870-15.9311

#efacdf color RGB value is (239,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 11011111
Octal 357 254 337
Decimal 239 172 223
Hex EF AC DF

RGB Percentages of Color #efacdf

%37.70
%27.13
%35.17

CMYK Percentages of Color #efacdf

%0
%28
%7
%6

Triadic Colors of #efacdf

#efacdf #dfefac #acdfef

Analogous Colors of #efacdf

#efacdf #efacbe #deacef

Monochromatic Colors of #efacdf

#efacdf

Complementary Color

#efacdf #acefbc

#efacdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efacdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efacdf Color CSS Codes

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

#efacdf Text Font Color

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

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


#efacdf Background Color

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

This div background color is #efacdf


#efacdf Border Color

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

This div border color is #efacdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efacdf


Comments

No comments written yet.

Please login to write comment.