Color Hex Logo

#efd16a Color Hex

#EFD16A
(239,209,106)
0 Favorites   0 Comments

Color spaces of #efd16a

RGB 239209106
HSL0.130.810.68
HSV46°56°94°
CMYK 0.000.130.56   0.06
XYZ60.998664.992322.9655
Yxy64.99230.40950.4363
Hunter Lab80.6178-6.021039.5426
CIE-Lab84.4798-1.818054.1894

#efd16a color RGB value is (239,209,106).

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

The process color (four color CMYK) of #efd16a color hex is 0.00, 0.13, 0.56, 0.06. Web safe color of #efd16a is #ffcc66. Color #efd16a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010001 01101010
Octal 357 321 152
Decimal 239 209 106
Hex EF D1 6A

RGB Percentages of Color #efd16a

%43.14
%37.73
%19.13

CMYK Percentages of Color #efd16a

%0
%13
%56
%6

Triadic Colors of #efd16a

#efd16a #6aefd1 #d16aef

Analogous Colors of #efd16a

#efd16a #cbef6a #ef8f6a

Monochromatic Colors of #efd16a

#efd16a

Complementary Color

#efd16a #6a88ef

#efd16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd16a Color CSS Codes

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

#efd16a Text Font Color

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

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


#efd16a Background Color

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

This div background color is #efd16a


#efd16a Border Color

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

This div border color is #efd16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd16a


Comments

No comments written yet.

Please login to write comment.