Color Hex Logo

#efaca4 Color Hex

#EFACA4
(239,172,164)
0 Favorites   0 Comments

Color spaces of #efaca4

RGB 239172164
HSL0.020.700.79
HSV31°94°
CMYK 0.000.280.31   0.06
XYZ57.050050.536141.8695
Yxy50.53610.38170.3381
Hunter Lab71.088718.844214.8418
CIE-Lab76.397123.506513.8681

#efaca4 color RGB value is (239,172,164).

#efaca4 hex color red value is 239, green value is 172 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #efaca4 hue: 0.02 , saturation: 0.70 and the lightness value of efaca4 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 10100100
Octal 357 254 244
Decimal 239 172 164
Hex EF AC A4

RGB Percentages of Color #efaca4

%41.57
%29.91
%28.52

CMYK Percentages of Color #efaca4

%0
%28
%31
%6

Triadic Colors of #efaca4

#efaca4 #a4efac #aca4ef

Analogous Colors of #efaca4

#efaca4 #efd2a4 #efa4c2

Monochromatic Colors of #efaca4

#efaca4

Complementary Color

#efaca4 #a4e7ef

#efaca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaca4 Color CSS Codes

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

#efaca4 Text Font Color

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

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


#efaca4 Background Color

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

This div background color is #efaca4


#efaca4 Border Color

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

This div border color is #efaca4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaca4


Comments

No comments written yet.

Please login to write comment.