Color Hex Logo

#efaaac Color Hex

#EFAAAC
(239,170,172)
0 Favorites   0 Comments

Color spaces of #efaaac

RGB 239170172
HSL1.000.680.80
HSV358°29°94°
CMYK 0.000.290.28   0.06
XYZ57.417750.078745.6696
Yxy50.07870.37490.3270
Hunter Lab70.766320.988611.2731
CIE-Lab76.117525.61599.1128

#efaaac color RGB value is (239,170,172).

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

The process color (four color CMYK) of #efaaac color hex is 0.00, 0.29, 0.28, 0.06. Web safe color of #efaaac is #ff9999. Color #efaaac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 10101100
Octal 357 252 254
Decimal 239 170 172
Hex EF AA AC

RGB Percentages of Color #efaaac

%41.14
%29.26
%29.60

CMYK Percentages of Color #efaaac

%0
%29
%28
%6

Triadic Colors of #efaaac

#efaaac #acefaa #aaacef

Analogous Colors of #efaaac

#efaaac #efcbaa #efaacf

Monochromatic Colors of #efaaac

#efaaac

Complementary Color

#efaaac #aaefed

#efaaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaaac Color CSS Codes

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

#efaaac Text Font Color

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

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


#efaaac Background Color

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

This div background color is #efaaac


#efaaac Border Color

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

This div border color is #efaaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaaac


Comments

No comments written yet.

Please login to write comment.