Color Hex Logo

#efbaac Color Hex

#EFBAAC
(239,186,172)
0 Favorites   0 Comments

Color spaces of #efbaac

RGB 239186172
HSL0.030.680.81
HSV13°28°94°
CMYK 0.000.220.28   0.06
XYZ60.601956.447146.7310
Yxy56.44710.37000.3447
Hunter Lab75.131312.500715.7140
CIE-Lab79.867617.125114.4275

#efbaac color RGB value is (239,186,172).

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

The process color (four color CMYK) of #efbaac color hex is 0.00, 0.22, 0.28, 0.06. Web safe color of #efbaac is #ffcc99. Color #efbaac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 10101100
Octal 357 272 254
Decimal 239 186 172
Hex EF BA AC

RGB Percentages of Color #efbaac

%40.03
%31.16
%28.81

CMYK Percentages of Color #efbaac

%0
%22
%28
%6

Triadic Colors of #efbaac

#efbaac #acefba #baacef

Analogous Colors of #efbaac

#efbaac #efdcac #efacc0

Monochromatic Colors of #efbaac

#efbaac

Complementary Color

#efbaac #ace1ef

#efbaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbaac Color CSS Codes

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

#efbaac Text Font Color

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

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


#efbaac Background Color

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

This div background color is #efbaac


#efbaac Border Color

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

This div border color is #efbaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbaac


Comments

No comments written yet.

Please login to write comment.