Color Hex Logo

#efbbba Color Hex

#EFBBBA
(239,187,186)
0 Favorites   0 Comments

Color spaces of #efbbba

RGB 239187186
HSL0.000.620.83
HSV22°94°
CMYK 0.000.220.22   0.06
XYZ62.229957.436554.2609
Yxy57.43650.35780.3302
Hunter Lab75.786913.942410.6011
CIE-Lab80.424518.54437.6847

#efbbba color RGB value is (239,187,186).

#efbbba hex color red value is 239, green value is 187 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #efbbba hue: 0.00 , saturation: 0.62 and the lightness value of efbbba is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 10111010
Octal 357 273 272
Decimal 239 187 186
Hex EF BB BA

RGB Percentages of Color #efbbba

%39.05
%30.56
%30.39

CMYK Percentages of Color #efbbba

%0
%22
%22
%6

Triadic Colors of #efbbba

#efbbba #baefbb #bbbaef

Analogous Colors of #efbbba

#efbbba #efd6ba #efbad4

Monochromatic Colors of #efbbba

#efbbba

Complementary Color

#efbbba #baeeef

#efbbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbbba Color CSS Codes

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

#efbbba Text Font Color

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

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


#efbbba Background Color

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

This div background color is #efbbba


#efbbba Border Color

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

This div border color is #efbbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbbba


Comments

No comments written yet.

Please login to write comment.