Color Hex Logo

#efbaab Color Hex

#EFBAAB
(239,186,171)
0 Favorites   0 Comments

Color spaces of #efbaab

RGB 239186171
HSL0.040.680.80
HSV13°28°94°
CMYK 0.000.220.28   0.06
XYZ60.506256.408846.2270
Yxy56.40880.37090.3458
Hunter Lab75.105812.366816.0815
CIE-Lab79.845916.991914.9344

#efbaab color RGB value is (239,186,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 10101011
Octal 357 272 253
Decimal 239 186 171
Hex EF BA AB

RGB Percentages of Color #efbaab

%40.10
%31.21
%28.69

CMYK Percentages of Color #efbaab

%0
%22
%28
%6

Triadic Colors of #efbaab

#efbaab #abefba #baabef

Analogous Colors of #efbaab

#efbaab #efdcab #efabbe

Monochromatic Colors of #efbaab

#efbaab

Complementary Color

#efbaab #abe0ef

#efbaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbaab Color CSS Codes

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

#efbaab Text Font Color

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

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


#efbaab Background Color

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

This div background color is #efbaab


#efbaab Border Color

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

This div border color is #efbaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbaab


Comments

No comments written yet.

Please login to write comment.