Color Hex Logo

#efb94e Color Hex

#EFB94E
(239,185,78)
0 Favorites   0 Comments

Color spaces of #efb94e

RGB 23918578
HSL0.110.830.62
HSV40°67°94°
CMYK 0.000.230.67   0.06
XYZ54.320753.598714.6903
Yxy53.59870.44300.4371
Hunter Lab73.21114.322739.3509
CIE-Lab78.22728.782459.8828

#efb94e color RGB value is (239,185,78).

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

The process color (four color CMYK) of #efb94e color hex is 0.00, 0.23, 0.67, 0.06. Web safe color of #efb94e is #ffcc66. Color #efb94e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111001 01001110
Octal 357 271 116
Decimal 239 185 78
Hex EF B9 4E

RGB Percentages of Color #efb94e

%47.61
%36.85
%15.54

CMYK Percentages of Color #efb94e

%0
%23
%67
%6

Triadic Colors of #efb94e

#efb94e #4eefb9 #b94eef

Analogous Colors of #efb94e

#efb94e #d5ef4e #ef694e

Monochromatic Colors of #efb94e

#efb94e

Complementary Color

#efb94e #4e84ef

#efb94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb94e Color CSS Codes

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

#efb94e Text Font Color

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

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


#efb94e Background Color

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

This div background color is #efb94e


#efb94e Border Color

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

This div border color is #efb94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb94e


Comments

No comments written yet.

Please login to write comment.