Color Hex Logo

#efbbab Color Hex

#EFBBAB
(239,187,171)
0 Favorites   0 Comments

Color spaces of #efbbab

RGB 239187171
HSL0.040.680.80
HSV14°28°94°
CMYK 0.000.220.28   0.06
XYZ60.717656.831646.2975
Yxy56.83160.37060.3469
Hunter Lab75.386711.839816.3588
CIE-Lab80.084816.462615.2699

#efbbab color RGB value is (239,187,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 10101011
Octal 357 273 253
Decimal 239 187 171
Hex EF BB AB

RGB Percentages of Color #efbbab

%40.03
%31.32
%28.64

CMYK Percentages of Color #efbbab

%0
%22
%28
%6

Triadic Colors of #efbbab

#efbbab #abefbb #bbabef

Analogous Colors of #efbbab

#efbbab #efddab #efabbd

Monochromatic Colors of #efbbab

#efbbab

Complementary Color

#efbbab #abdfef

#efbbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbbab Color CSS Codes

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

#efbbab Text Font Color

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

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


#efbbab Background Color

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

This div background color is #efbbab


#efbbab Border Color

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

This div border color is #efbbab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,187,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 #efbbab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbbab


Comments

No comments written yet.

Please login to write comment.