Color Hex Logo

#efaacf Color Hex

#EFAACF
(239,170,207)
0 Favorites   0 Comments

Color spaces of #efaacf

RGB 239170207
HSL0.910.680.80
HSV328°29°94°
CMYK 0.000.290.13   0.06
XYZ61.233851.605265.7649
Yxy51.60520.34280.2889
Hunter Lab71.836826.4394-3.9929
CIE-Lab77.044230.7856-8.6392

#efaacf color RGB value is (239,170,207).

#efaacf hex color red value is 239, green value is 170 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #efaacf hue: 0.91 , saturation: 0.68 and the lightness value of efaacf is 0.80.

The process color (four color CMYK) of #efaacf color hex is 0.00, 0.29, 0.13, 0.06. Web safe color of #efaacf is #ff99cc. Color #efaacf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 11001111
Octal 357 252 317
Decimal 239 170 207
Hex EF AA CF

RGB Percentages of Color #efaacf

%38.80
%27.60
%33.60

CMYK Percentages of Color #efaacf

%0
%29
%13
%6

Triadic Colors of #efaacf

#efaacf #cfefaa #aacfef

Analogous Colors of #efaacf

#efaacf #efaaad #edaaef

Monochromatic Colors of #efaacf

#efaacf

Complementary Color

#efaacf #aaefca

#efaacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaacf Color CSS Codes

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

#efaacf Text Font Color

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

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


#efaacf Background Color

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

This div background color is #efaacf


#efaacf Border Color

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

This div border color is #efaacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaacf


Comments

No comments written yet.

Please login to write comment.