Color Hex Logo

#efba8a Color Hex

#EFBA8A
(239,186,138)
0 Favorites   0 Comments

Color spaces of #efba8a

RGB 239186138
HSL0.080.760.74
HSV29°42°94°
CMYK 0.000.220.42   0.06
XYZ57.743055.303531.6760
Yxy55.30350.39900.3821
Hunter Lab74.36638.458326.8021
CIE-Lab79.215813.058231.6435

#efba8a color RGB value is (239,186,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 10001010
Octal 357 272 212
Decimal 239 186 138
Hex EF BA 8A

RGB Percentages of Color #efba8a

%42.45
%33.04
%24.51

CMYK Percentages of Color #efba8a

%0
%22
%42
%6

Triadic Colors of #efba8a

#efba8a #8aefba #ba8aef

Analogous Colors of #efba8a

#efba8a #efed8a #ef8a8d

Monochromatic Colors of #efba8a

#efba8a

Complementary Color

#efba8a #8abfef

#efba8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efba8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efba8a Color CSS Codes

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

#efba8a Text Font Color

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

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


#efba8a Background Color

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

This div background color is #efba8a


#efba8a Border Color

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

This div border color is #efba8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efba8a


Comments

No comments written yet.

Please login to write comment.