Color Hex Logo

#efdc4f Color Hex

#EFDC4F
(239,220,79)
0 Favorites   0 Comments

Color spaces of #efdc4f

RGB 23922079
HSL0.150.830.62
HSV53°67°94°
CMYK 0.000.080.67   0.06
XYZ62.601170.101617.6287
Yxy70.10160.41640.4663
Hunter Lab83.7267-13.060246.1251
CIE-Lab87.0467-9.138068.6608

#efdc4f color RGB value is (239,220,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 01001111
Octal 357 334 117
Decimal 239 220 79
Hex EF DC 4F

RGB Percentages of Color #efdc4f

%44.42
%40.89
%14.68

CMYK Percentages of Color #efdc4f

%0
%8
%67
%6

Triadic Colors of #efdc4f

#efdc4f #4fefdc #dc4fef

Analogous Colors of #efdc4f

#efdc4f #b2ef4f #ef8c4f

Monochromatic Colors of #efdc4f

#efdc4f

Complementary Color

#efdc4f #4f62ef

#efdc4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdc4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdc4f Color CSS Codes

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

#efdc4f Text Font Color

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

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


#efdc4f Background Color

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

This div background color is #efdc4f


#efdc4f Border Color

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

This div border color is #efdc4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdc4f


Comments

No comments written yet.

Please login to write comment.