Color Hex Logo

#efb98e Color Hex

#EFB98E
(239,185,142)
0 Favorites   0 Comments

Color spaces of #efb98e

RGB 239185142
HSL0.070.750.75
HSV27°41°94°
CMYK 0.000.230.41   0.06
XYZ57.828155.001633.1597
Yxy55.00160.39610.3768
Hunter Lab74.16319.398725.4045
CIE-Lab79.042214.014329.3066

#efb98e color RGB value is (239,185,142).

#efb98e hex color red value is 239, green value is 185 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #efb98e hue: 0.07 , saturation: 0.75 and the lightness value of efb98e is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111001 10001110
Octal 357 271 216
Decimal 239 185 142
Hex EF B9 8E

RGB Percentages of Color #efb98e

%42.23
%32.69
%25.09

CMYK Percentages of Color #efb98e

%0
%23
%41
%6

Triadic Colors of #efb98e

#efb98e #8eefb9 #b98eef

Analogous Colors of #efb98e

#efb98e #efea8e #ef8e94

Monochromatic Colors of #efb98e

#efb98e

Complementary Color

#efb98e #8ec4ef

#efb98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb98e Color CSS Codes

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

#efb98e Text Font Color

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

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


#efb98e Background Color

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

This div background color is #efb98e


#efb98e Border Color

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

This div border color is #efb98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb98e


Comments

No comments written yet.

Please login to write comment.