Color Hex Logo

#efaaad Color Hex

#EFAAAD
(239,170,173)
0 Favorites   0 Comments

Color spaces of #efaaad

RGB 239170173
HSL0.990.680.80
HSV357°29°94°
CMYK 0.000.290.28   0.06
XYZ57.514250.117346.1774
Yxy50.11730.37390.3258
Hunter Lab70.793621.128410.8817
CIE-Lab76.141225.75068.6008

#efaaad color RGB value is (239,170,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 10101101
Octal 357 252 255
Decimal 239 170 173
Hex EF AA AD

RGB Percentages of Color #efaaad

%41.07
%29.21
%29.73

CMYK Percentages of Color #efaaad

%0
%29
%28
%6

Triadic Colors of #efaaad

#efaaad #adefaa #aaadef

Analogous Colors of #efaaad

#efaaad #efcaaa #efaad0

Monochromatic Colors of #efaaad

#efaaad

Complementary Color

#efaaad #aaefec

#efaaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaaad Color CSS Codes

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

#efaaad Text Font Color

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

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


#efaaad Background Color

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

This div background color is #efaaad


#efaaad Border Color

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

This div border color is #efaaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaaad


Comments

No comments written yet.

Please login to write comment.