Color Hex Logo

#efd40d Color Hex

#EFD40D
(239,212,13)
0 Favorites   0 Comments

Color spaces of #efd40d

RGB 23921213
HSL0.150.900.49
HSV53°95°94°
CMYK 0.000.110.95   0.06
XYZ59.212765.46679.8963
Yxy65.46670.44000.4865
Hunter Lab80.9115-10.965149.3863
CIE-Lab84.7237-7.120083.7391

#efd40d color RGB value is (239,212,13).

#efd40d hex color red value is 239, green value is 212 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #efd40d hue: 0.15 , saturation: 0.90 and the lightness value of efd40d is 0.49.

The process color (four color CMYK) of #efd40d color hex is 0.00, 0.11, 0.95, 0.06. Web safe color of #efd40d is #ffcc00. Color #efd40d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010100 00001101
Octal 357 324 15
Decimal 239 212 13
Hex EF D4 D

RGB Percentages of Color #efd40d

%51.51
%45.69
%2.80

CMYK Percentages of Color #efd40d

%0
%11
%95
%6

Triadic Colors of #efd40d

#efd40d #0defd4 #d40def

Analogous Colors of #efd40d

#efd40d #99ef0d #ef630d

Monochromatic Colors of #efd40d

#efd40d

Complementary Color

#efd40d #0d28ef

#efd40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd40d Color CSS Codes

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

#efd40d Text Font Color

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

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


#efd40d Background Color

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

This div background color is #efd40d


#efd40d Border Color

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

This div border color is #efd40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd40d


Comments

No comments written yet.

Please login to write comment.