Color Hex Logo

#efb98a Color Hex

#EFB98A
(239,185,138)
0 Favorites   0 Comments

Color spaces of #efb98a

RGB 239185138
HSL0.080.760.74
HSV28°42°94°
CMYK 0.000.230.42   0.06
XYZ57.533054.883631.6060
Yxy54.88360.39950.3811
Hunter Lab74.08358.976526.5637
CIE-Lab78.974213.585631.3246

#efb98a color RGB value is (239,185,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111001 10001010
Octal 357 271 212
Decimal 239 185 138
Hex EF B9 8A

RGB Percentages of Color #efb98a

%42.53
%32.92
%24.56

CMYK Percentages of Color #efb98a

%0
%23
%42
%6

Triadic Colors of #efb98a

#efb98a #8aefb9 #b98aef

Analogous Colors of #efb98a

#efb98a #efec8a #ef8a8e

Monochromatic Colors of #efb98a

#efb98a

Complementary Color

#efb98a #8ac0ef

#efb98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb98a Color CSS Codes

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

#efb98a Text Font Color

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

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


#efb98a Background Color

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

This div background color is #efb98a


#efb98a Border Color

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

This div border color is #efb98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb98a


Comments

No comments written yet.

Please login to write comment.