Color Hex Logo

#efd46a Color Hex

#EFD46A
(239,212,106)
0 Favorites   0 Comments

Color spaces of #efd46a

RGB 239212106
HSL0.130.810.68
HSV48°56°94°
CMYK 0.000.110.56   0.06
XYZ61.741666.478323.2131
Yxy66.47830.40770.4390
Hunter Lab81.5342-7.516240.1939
CIE-Lab85.2398-3.349955.0735

#efd46a color RGB value is (239,212,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010100 01101010
Octal 357 324 152
Decimal 239 212 106
Hex EF D4 6A

RGB Percentages of Color #efd46a

%42.91
%38.06
%19.03

CMYK Percentages of Color #efd46a

%0
%11
%56
%6

Triadic Colors of #efd46a

#efd46a #6aefd4 #d46aef

Analogous Colors of #efd46a

#efd46a #c8ef6a #ef926a

Monochromatic Colors of #efd46a

#efd46a

Complementary Color

#efd46a #6a85ef

#efd46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd46a Color CSS Codes

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

#efd46a Text Font Color

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

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


#efd46a Background Color

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

This div background color is #efd46a


#efd46a Border Color

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

This div border color is #efd46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd46a


Comments

No comments written yet.

Please login to write comment.