Color Hex Logo

#efd84a Color Hex

#EFD84A
(239,216,74)
0 Favorites   0 Comments

Color spaces of #efd84a

RGB 23921674
HSL0.140.840.61
HSV52°69°94°
CMYK 0.000.100.69   0.06
XYZ61.388567.956916.3600
Yxy67.95690.42130.4664
Hunter Lab82.4360-11.337445.9387
CIE-Lab85.9849-7.388669.5104

#efd84a color RGB value is (239,216,74).

#efd84a hex color red value is 239, green value is 216 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #efd84a hue: 0.14 , saturation: 0.84 and the lightness value of efd84a is 0.61.

The process color (four color CMYK) of #efd84a color hex is 0.00, 0.10, 0.69, 0.06. Web safe color of #efd84a is #ffcc33. Color #efd84a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 01001010
Octal 357 330 112
Decimal 239 216 74
Hex EF D8 4A

RGB Percentages of Color #efd84a

%45.18
%40.83
%13.99

CMYK Percentages of Color #efd84a

%0
%10
%69
%6

Triadic Colors of #efd84a

#efd84a #4aefd8 #d84aef

Analogous Colors of #efd84a

#efd84a #b4ef4a #ef864a

Monochromatic Colors of #efd84a

#efd84a

Complementary Color

#efd84a #4a61ef

#efd84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd84a Color CSS Codes

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

#efd84a Text Font Color

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

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


#efd84a Background Color

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

This div background color is #efd84a


#efd84a Border Color

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

This div border color is #efd84a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd84a


Comments

No comments written yet.

Please login to write comment.