Color Hex Logo

#efaaaf Color Hex

#EFAAAF
(239,170,175)
0 Favorites   0 Comments

Color spaces of #efaaaf

RGB 239170175
HSL0.990.680.80
HSV356°29°94°
CMYK 0.000.290.27   0.06
XYZ57.709250.195347.2045
Yxy50.19530.37210.3236
Hunter Lab70.848621.410610.0908
CIE-Lab76.189026.02207.5772

#efaaaf color RGB value is (239,170,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 10101111
Octal 357 252 257
Decimal 239 170 175
Hex EF AA AF

RGB Percentages of Color #efaaaf

%40.92
%29.11
%29.97

CMYK Percentages of Color #efaaaf

%0
%29
%27
%6

Triadic Colors of #efaaaf

#efaaaf #afefaa #aaafef

Analogous Colors of #efaaaf

#efaaaf #efc8aa #efaad2

Monochromatic Colors of #efaaaf

#efaaaf

Complementary Color

#efaaaf #aaefea

#efaaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaaaf Color CSS Codes

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

#efaaaf Text Font Color

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

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


#efaaaf Background Color

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

This div background color is #efaaaf


#efaaaf Border Color

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

This div border color is #efaaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaaaf


Comments

No comments written yet.

Please login to write comment.