Color Hex Logo

#efd94e Color Hex

#EFD94E
(239,217,78)
0 Favorites   0 Comments

Color spaces of #efd94e

RGB 23921778
HSL0.140.830.62
HSV52°67°94°
CMYK 0.000.090.67   0.06
XYZ61.784668.526517.1783
Yxy68.52650.41890.4646
Hunter Lab82.7807-11.640245.6429
CIE-Lab86.2690-7.685868.2564

#efd94e color RGB value is (239,217,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011001 01001110
Octal 357 331 116
Decimal 239 217 78
Hex EF D9 4E

RGB Percentages of Color #efd94e

%44.76
%40.64
%14.61

CMYK Percentages of Color #efd94e

%0
%9
%67
%6

Triadic Colors of #efd94e

#efd94e #4eefd9 #d94eef

Analogous Colors of #efd94e

#efd94e #b5ef4e #ef894e

Monochromatic Colors of #efd94e

#efd94e

Complementary Color

#efd94e #4e64ef

#efd94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd94e Color CSS Codes

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

#efd94e Text Font Color

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

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


#efd94e Background Color

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

This div background color is #efd94e


#efd94e Border Color

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

This div border color is #efd94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd94e


Comments

No comments written yet.

Please login to write comment.