Color Hex Logo

#efaacd Color Hex

#EFAACD
(239,170,205)
0 Favorites   0 Comments

Color spaces of #efaacd

RGB 239170205
HSL0.920.680.80
HSV330°29°94°
CMYK 0.000.290.14   0.06
XYZ60.990851.508064.4851
Yxy51.50800.34460.2910
Hunter Lab71.769126.0970-3.0342
CIE-Lab76.985730.4656-7.6362

#efaacd color RGB value is (239,170,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 11001101
Octal 357 252 315
Decimal 239 170 205
Hex EF AA CD

RGB Percentages of Color #efaacd

%38.93
%27.69
%33.39

CMYK Percentages of Color #efaacd

%0
%29
%14
%6

Triadic Colors of #efaacd

#efaacd #cdefaa #aacdef

Analogous Colors of #efaacd

#efaacd #efaaab #efaaef

Monochromatic Colors of #efaacd

#efaacd

Complementary Color

#efaacd #aaefcc

#efaacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaacd Color CSS Codes

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

#efaacd Text Font Color

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

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


#efaacd Background Color

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

This div background color is #efaacd


#efaacd Border Color

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

This div border color is #efaacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaacd


Comments

No comments written yet.

Please login to write comment.