Color Hex Logo

#efd56f Color Hex

#EFD56F
(239,213,111)
0 Favorites   0 Comments

Color spaces of #efd56f

RGB 239213111
HSL0.130.800.69
HSV48°54°94°
CMYK 0.000.110.54   0.06
XYZ62.260167.086924.7065
Yxy67.08690.40410.4355
Hunter Lab81.9066-7.652439.4502
CIE-Lab85.5478-3.468853.0954

#efd56f color RGB value is (239,213,111).

#efd56f hex color red value is 239, green value is 213 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #efd56f hue: 0.13 , saturation: 0.80 and the lightness value of efd56f is 0.69.

The process color (four color CMYK) of #efd56f color hex is 0.00, 0.11, 0.54, 0.06. Web safe color of #efd56f is #ffcc66. Color #efd56f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010101 01101111
Octal 357 325 157
Decimal 239 213 111
Hex EF D5 6F

RGB Percentages of Color #efd56f

%42.45
%37.83
%19.72

CMYK Percentages of Color #efd56f

%0
%11
%54
%6

Triadic Colors of #efd56f

#efd56f #6fefd5 #d56fef

Analogous Colors of #efd56f

#efd56f #c9ef6f #ef956f

Monochromatic Colors of #efd56f

#efd56f

Complementary Color

#efd56f #6f89ef

#efd56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd56f Color CSS Codes

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

#efd56f Text Font Color

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

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


#efd56f Background Color

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

This div background color is #efd56f


#efd56f Border Color

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

This div border color is #efd56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd56f


Comments

No comments written yet.

Please login to write comment.