Color Hex Logo

#efd20e Color Hex

#EFD20E
(239,210,14)
0 Favorites   0 Comments

Color spaces of #efd20e

RGB 23921014
HSL0.150.890.50
HSV52°94°94°
CMYK 0.000.120.94   0.06
XYZ58.722564.47569.7655
Yxy64.47560.44160.4849
Hunter Lab80.2967-9.978848.9970
CIE-Lab84.2128-6.099683.2562

#efd20e color RGB value is (239,210,14).

#efd20e hex color red value is 239, green value is 210 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #efd20e hue: 0.15 , saturation: 0.89 and the lightness value of efd20e is 0.50.

The process color (four color CMYK) of #efd20e color hex is 0.00, 0.12, 0.94, 0.06. Web safe color of #efd20e is #ffcc00. Color #efd20e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010010 00001110
Octal 357 322 16
Decimal 239 210 14
Hex EF D2 E

RGB Percentages of Color #efd20e

%51.62
%45.36
%3.02

CMYK Percentages of Color #efd20e

%0
%12
%94
%6

Triadic Colors of #efd20e

#efd20e #0eefd2 #d20eef

Analogous Colors of #efd20e

#efd20e #9cef0e #ef620e

Monochromatic Colors of #efd20e

#efd20e

Complementary Color

#efd20e #0e2bef

#efd20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd20e Color CSS Codes

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

#efd20e Text Font Color

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

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


#efd20e Background Color

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

This div background color is #efd20e


#efd20e Border Color

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

This div border color is #efd20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd20e


Comments

No comments written yet.

Please login to write comment.