Color Hex Logo

#efa49c Color Hex

#EFA49C
(239,164,156)
0 Favorites   0 Comments

Color spaces of #efa49c

RGB 239164156
HSL0.020.720.77
HSV35°94°
CMYK 0.000.310.35   0.06
XYZ54.872847.301937.6906
Yxy47.30190.39230.3382
Hunter Lab68.776422.056415.6516
CIE-Lab74.382526.755415.4036

#efa49c color RGB value is (239,164,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100100 10011100
Octal 357 244 234
Decimal 239 164 156
Hex EF A4 9C

RGB Percentages of Color #efa49c

%42.75
%29.34
%27.91

CMYK Percentages of Color #efa49c

%0
%31
%35
%6

Triadic Colors of #efa49c

#efa49c #9cefa4 #a49cef

Analogous Colors of #efa49c

#efa49c #efce9c #ef9cbe

Monochromatic Colors of #efa49c

#efa49c

Complementary Color

#efa49c #9ce7ef

#efa49c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa49c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa49c Color CSS Codes

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

#efa49c Text Font Color

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

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


#efa49c Background Color

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

This div background color is #efa49c


#efa49c Border Color

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

This div border color is #efa49c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa49c


Comments

No comments written yet.

Please login to write comment.