Color Hex Logo

#efd66f Color Hex

#EFD66F
(239,214,111)
0 Favorites   0 Comments

Color spaces of #efd66f

RGB 239214111
HSL0.130.800.69
HSV48°54°94°
CMYK 0.000.100.54   0.06
XYZ62.512467.591624.7906
Yxy67.59160.40360.4364
Hunter Lab82.2141-8.150339.6717
CIE-Lab85.8018-3.977953.3951

#efd66f color RGB value is (239,214,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010110 01101111
Octal 357 326 157
Decimal 239 214 111
Hex EF D6 6F

RGB Percentages of Color #efd66f

%42.38
%37.94
%19.68

CMYK Percentages of Color #efd66f

%0
%10
%54
%6

Triadic Colors of #efd66f

#efd66f #6fefd6 #d66fef

Analogous Colors of #efd66f

#efd66f #c8ef6f #ef966f

Monochromatic Colors of #efd66f

#efd66f

Complementary Color

#efd66f #6f88ef

#efd66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd66f Color CSS Codes

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

#efd66f Text Font Color

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

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


#efd66f Background Color

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

This div background color is #efd66f


#efd66f Border Color

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

This div border color is #efd66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd66f


Comments

No comments written yet.

Please login to write comment.