Color Hex Logo

#efaccd Color Hex

#EFACCD
(239,172,205)
0 Favorites   0 Comments

Color spaces of #efaccd

RGB 239172205
HSL0.920.680.81
HSV330°28°94°
CMYK 0.000.280.14   0.06
XYZ61.368652.263564.6110
Yxy52.26350.34430.2932
Hunter Lab72.293525.0117-2.3839
CIE-Lab77.438129.4042-6.9654

#efaccd color RGB value is (239,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 11001101
Octal 357 254 315
Decimal 239 172 205
Hex EF AC CD

RGB Percentages of Color #efaccd

%38.80
%27.92
%33.28

CMYK Percentages of Color #efaccd

%0
%28
%14
%6

Triadic Colors of #efaccd

#efaccd #cdefac #accdef

Analogous Colors of #efaccd

#efaccd #efadac #efacef

Monochromatic Colors of #efaccd

#efaccd

Complementary Color

#efaccd #acefce

#efaccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaccd Color CSS Codes

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

#efaccd Text Font Color

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

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


#efaccd Background Color

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

This div background color is #efaccd


#efaccd Border Color

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

This div border color is #efaccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,172,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 #efaccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaccd


Comments

No comments written yet.

Please login to write comment.