Color Hex Logo

#efba8b Color Hex

#EFBA8B
(239,186,139)
0 Favorites   0 Comments

Color spaces of #efba8b

RGB 239186139
HSL0.080.760.74
HSV28°42°94°
CMYK 0.000.220.42   0.06
XYZ57.815755.332632.0591
Yxy55.33260.39820.3811
Hunter Lab74.38598.562126.5171
CIE-Lab79.232513.163931.1402

#efba8b color RGB value is (239,186,139).

#efba8b hex color red value is 239, green value is 186 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #efba8b hue: 0.08 , saturation: 0.76 and the lightness value of efba8b is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 10001011
Octal 357 272 213
Decimal 239 186 139
Hex EF BA 8B

RGB Percentages of Color #efba8b

%42.38
%32.98
%24.65

CMYK Percentages of Color #efba8b

%0
%22
%42
%6

Triadic Colors of #efba8b

#efba8b #8befba #ba8bef

Analogous Colors of #efba8b

#efba8b #efec8b #ef8b8e

Monochromatic Colors of #efba8b

#efba8b

Complementary Color

#efba8b #8bc0ef

#efba8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efba8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efba8b Color CSS Codes

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

#efba8b Text Font Color

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

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


#efba8b Background Color

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

This div background color is #efba8b


#efba8b Border Color

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

This div border color is #efba8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efba8b


Comments

No comments written yet.

Please login to write comment.