Color Hex Logo

#efdb4f Color Hex

#EFDB4F
(239,219,79)
0 Favorites   0 Comments

Color spaces of #efdb4f

RGB 23921979
HSL0.150.830.62
HSV53°67°94°
CMYK 0.000.080.67   0.06
XYZ62.339469.578317.5414
Yxy69.57830.41710.4655
Hunter Lab83.4136-12.571345.9212
CIE-Lab86.7896-8.637168.3978

#efdb4f color RGB value is (239,219,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 01001111
Octal 357 333 117
Decimal 239 219 79
Hex EF DB 4F

RGB Percentages of Color #efdb4f

%44.51
%40.78
%14.71

CMYK Percentages of Color #efdb4f

%0
%8
%67
%6

Triadic Colors of #efdb4f

#efdb4f #4fefdb #db4fef

Analogous Colors of #efdb4f

#efdb4f #b3ef4f #ef8b4f

Monochromatic Colors of #efdb4f

#efdb4f

Complementary Color

#efdb4f #4f63ef

#efdb4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdb4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdb4f Color CSS Codes

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

#efdb4f Text Font Color

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

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


#efdb4f Background Color

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

This div background color is #efdb4f


#efdb4f Border Color

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

This div border color is #efdb4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdb4f


Comments

No comments written yet.

Please login to write comment.