Color Hex Logo

#efd66e Color Hex

#EFD66E
(239,214,110)
0 Favorites   0 Comments

Color spaces of #efd66e

RGB 239214110
HSL0.130.800.68
HSV48°54°94°
CMYK 0.000.100.54   0.06
XYZ62.457667.569624.5022
Yxy67.56960.40420.4373
Hunter Lab82.2007-8.223839.8675
CIE-Lab85.7908-4.057453.8515

#efd66e color RGB value is (239,214,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010110 01101110
Octal 357 326 156
Decimal 239 214 110
Hex EF D6 6E

RGB Percentages of Color #efd66e

%42.45
%38.01
%19.54

CMYK Percentages of Color #efd66e

%0
%10
%54
%6

Triadic Colors of #efd66e

#efd66e #6eefd6 #d66eef

Analogous Colors of #efd66e

#efd66e #c8ef6e #ef966e

Monochromatic Colors of #efd66e

#efd66e

Complementary Color

#efd66e #6e87ef

#efd66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd66e Color CSS Codes

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

#efd66e Text Font Color

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

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


#efd66e Background Color

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

This div background color is #efd66e


#efd66e Border Color

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

This div border color is #efd66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd66e


Comments

No comments written yet.

Please login to write comment.