Color Hex Logo

#efdd4f Color Hex

#EFDD4F
(239,221,79)
0 Favorites   0 Comments

Color spaces of #efdd4f

RGB 23922179
HSL0.150.830.62
HSV53°67°94°
CMYK 0.000.080.67   0.06
XYZ62.864370.628117.7164
Yxy70.62810.41570.4671
Hunter Lab84.0405-13.548746.3296
CIE-Lab87.3040-9.638468.9240

#efdd4f color RGB value is (239,221,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 01001111
Octal 357 335 117
Decimal 239 221 79
Hex EF DD 4F

RGB Percentages of Color #efdd4f

%44.34
%41.00
%14.66

CMYK Percentages of Color #efdd4f

%0
%8
%67
%6

Triadic Colors of #efdd4f

#efdd4f #4fefdd #dd4fef

Analogous Colors of #efdd4f

#efdd4f #b1ef4f #ef8d4f

Monochromatic Colors of #efdd4f

#efdd4f

Complementary Color

#efdd4f #4f61ef

#efdd4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdd4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdd4f Color CSS Codes

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

#efdd4f Text Font Color

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

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


#efdd4f Background Color

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

This div background color is #efdd4f


#efdd4f Border Color

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

This div border color is #efdd4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdd4f


Comments

No comments written yet.

Please login to write comment.