Color Hex Logo

#efaaca Color Hex

#EFAACA
(239,170,202)
0 Favorites   0 Comments

Color spaces of #efaaca

RGB 239170202
HSL0.920.680.80
HSV332°29°94°
CMYK 0.000.290.15   0.06
XYZ60.632051.364462.5958
Yxy51.36440.34730.2942
Hunter Lab71.669025.5905-1.6157
CIE-Lab76.899229.9911-6.1287

#efaaca color RGB value is (239,170,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 11001010
Octal 357 252 312
Decimal 239 170 202
Hex EF AA CA

RGB Percentages of Color #efaaca

%39.12
%27.82
%33.06

CMYK Percentages of Color #efaaca

%0
%29
%15
%6

Triadic Colors of #efaaca

#efaaca #caefaa #aacaef

Analogous Colors of #efaaca

#efaaca #efadaa #efaaed

Monochromatic Colors of #efaaca

#efaaca

Complementary Color

#efaaca #aaefcf

#efaaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaaca Color CSS Codes

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

#efaaca Text Font Color

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

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


#efaaca Background Color

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

This div background color is #efaaca


#efaaca Border Color

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

This div border color is #efaaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaaca


Comments

No comments written yet.

Please login to write comment.