Color Hex Logo

#efd60e Color Hex

#EFD60E
(239,214,14)
0 Favorites   0 Comments

Color spaces of #efd60e

RGB 23921414
HSL0.150.890.50
HSV53°94°94°
CMYK 0.000.100.94   0.06
XYZ59.722466.475610.0988
Yxy66.47560.43820.4877
Hunter Lab81.5326-11.931249.7290
CIE-Lab85.2384-8.117184.0175

#efd60e color RGB value is (239,214,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010110 00001110
Octal 357 326 16
Decimal 239 214 14
Hex EF D6 E

RGB Percentages of Color #efd60e

%51.18
%45.82
%3.00

CMYK Percentages of Color #efd60e

%0
%10
%94
%6

Triadic Colors of #efd60e

#efd60e #0eefd6 #d60eef

Analogous Colors of #efd60e

#efd60e #98ef0e #ef660e

Monochromatic Colors of #efd60e

#efd60e

Complementary Color

#efd60e #0e27ef

#efd60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd60e Color CSS Codes

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

#efd60e Text Font Color

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

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


#efd60e Background Color

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

This div background color is #efd60e


#efd60e Border Color

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

This div border color is #efd60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd60e


Comments

No comments written yet.

Please login to write comment.