Color Hex Logo

#efd62e Color Hex

#EFD62E
(239,214,46)
0 Favorites   0 Comments

Color spaces of #efd62e

RGB 23921446
HSL0.150.860.56
HSV52°81°94°
CMYK 0.000.100.81   0.06
XYZ60.136366.641112.2783
Yxy66.64110.43250.4792
Hunter Lab81.6340-11.366148.2262
CIE-Lab85.3224-7.491878.0688

#efd62e color RGB value is (239,214,46).

#efd62e hex color red value is 239, green value is 214 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #efd62e hue: 0.15 , saturation: 0.86 and the lightness value of efd62e is 0.56.

The process color (four color CMYK) of #efd62e color hex is 0.00, 0.10, 0.81, 0.06. Web safe color of #efd62e is #ffcc33. Color #efd62e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010110 00101110
Octal 357 326 56
Decimal 239 214 46
Hex EF D6 2E

RGB Percentages of Color #efd62e

%47.90
%42.89
%9.22

CMYK Percentages of Color #efd62e

%0
%10
%81
%6

Triadic Colors of #efd62e

#efd62e #2eefd6 #d62eef

Analogous Colors of #efd62e

#efd62e #a8ef2e #ef762e

Monochromatic Colors of #efd62e

#efd62e

Complementary Color

#efd62e #2e47ef

#efd62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd62e Color CSS Codes

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

#efd62e Text Font Color

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

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


#efd62e Background Color

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

This div background color is #efd62e


#efd62e Border Color

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

This div border color is #efd62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd62e


Comments

No comments written yet.

Please login to write comment.