Color Hex Logo

#efaca0 Color Hex

#EFACA0
(239,172,160)
0 Favorites   0 Comments

Color spaces of #efaca0

RGB 239172160
HSL0.030.710.78
HSV33°94°
CMYK 0.000.280.33   0.06
XYZ56.694350.393839.9966
Yxy50.39380.38550.3426
Hunter Lab70.988618.327116.2867
CIE-Lab76.310323.002315.9202

#efaca0 color RGB value is (239,172,160).

#efaca0 hex color red value is 239, green value is 172 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #efaca0 hue: 0.03 , saturation: 0.71 and the lightness value of efaca0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 10100000
Octal 357 254 240
Decimal 239 172 160
Hex EF AC A0

RGB Percentages of Color #efaca0

%41.86
%30.12
%28.02

CMYK Percentages of Color #efaca0

%0
%28
%33
%6

Triadic Colors of #efaca0

#efaca0 #a0efac #aca0ef

Analogous Colors of #efaca0

#efaca0 #efd4a0 #efa0bc

Monochromatic Colors of #efaca0

#efaca0

Complementary Color

#efaca0 #a0e3ef

#efaca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaca0 Color CSS Codes

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

#efaca0 Text Font Color

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

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


#efaca0 Background Color

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

This div background color is #efaca0


#efaca0 Border Color

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

This div border color is #efaca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaca0


Comments

No comments written yet.

Please login to write comment.