Color Hex Logo

#efd90e Color Hex

#EFD90E
(239,217,14)
0 Favorites   0 Comments

Color spaces of #efd90e

RGB 23921714
HSL0.150.890.50
HSV54°94°94°
CMYK 0.000.090.94   0.06
XYZ60.488768.008110.3543
Yxy68.00810.43560.4898
Hunter Lab82.4670-13.389450.2827
CIE-Lab86.0105-9.621084.5915

#efd90e color RGB value is (239,217,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011001 00001110
Octal 357 331 16
Decimal 239 217 14
Hex EF D9 E

RGB Percentages of Color #efd90e

%50.85
%46.17
%2.98

CMYK Percentages of Color #efd90e

%0
%9
%94
%6

Triadic Colors of #efd90e

#efd90e #0eefd9 #d90eef

Analogous Colors of #efd90e

#efd90e #95ef0e #ef690e

Monochromatic Colors of #efd90e

#efd90e

Complementary Color

#efd90e #0e24ef

#efd90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd90e Color CSS Codes

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

#efd90e Text Font Color

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

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


#efd90e Background Color

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

This div background color is #efd90e


#efd90e Border Color

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

This div border color is #efd90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd90e


Comments

No comments written yet.

Please login to write comment.