Color Hex Logo

#efd84d Color Hex

#EFD84D
(239,216,77)
0 Favorites   0 Comments

Color spaces of #efd84d

RGB 23921677
HSL0.140.840.62
HSV51°68°94°
CMYK 0.000.100.68   0.06
XYZ61.492067.998316.9052
Yxy67.99830.42000.4645
Hunter Lab82.4611-11.197845.5678
CIE-Lab86.0056-7.235168.3779

#efd84d color RGB value is (239,216,77).

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

The process color (four color CMYK) of #efd84d color hex is 0.00, 0.10, 0.68, 0.06. Web safe color of #efd84d is #ffcc66. Color #efd84d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 01001101
Octal 357 330 115
Decimal 239 216 77
Hex EF D8 4D

RGB Percentages of Color #efd84d

%44.92
%40.60
%14.47

CMYK Percentages of Color #efd84d

%0
%10
%68
%6

Triadic Colors of #efd84d

#efd84d #4defd8 #d84def

Analogous Colors of #efd84d

#efd84d #b5ef4d #ef874d

Monochromatic Colors of #efd84d

#efd84d

Complementary Color

#efd84d #4d64ef

#efd84d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd84d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd84d Color CSS Codes

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

#efd84d Text Font Color

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

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


#efd84d Background Color

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

This div background color is #efd84d


#efd84d Border Color

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

This div border color is #efd84d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd84d


Comments

No comments written yet.

Please login to write comment.