Color Hex Logo

#efd40a Color Hex

#EFD40A
(239,212,10)
0 Favorites   0 Comments

Color spaces of #efd40a

RGB 23921210
HSL0.150.920.49
HSV53°96°94°
CMYK 0.000.110.96   0.06
XYZ59.194965.45969.8022
Yxy65.45960.44030.4868
Hunter Lab80.9071-10.989649.4518
CIE-Lab84.7200-7.147184.0188

#efd40a color RGB value is (239,212,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010100 00001010
Octal 357 324 12
Decimal 239 212 10
Hex EF D4 A

RGB Percentages of Color #efd40a

%51.84
%45.99
%2.17

CMYK Percentages of Color #efd40a

%0
%11
%96
%6

Triadic Colors of #efd40a

#efd40a #0aefd4 #d40aef

Analogous Colors of #efd40a

#efd40a #98ef0a #ef620a

Monochromatic Colors of #efd40a

#efd40a

Complementary Color

#efd40a #0a25ef

#efd40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd40a Color CSS Codes

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

#efd40a Text Font Color

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

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


#efd40a Background Color

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

This div background color is #efd40a


#efd40a Border Color

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

This div border color is #efd40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd40a


Comments

No comments written yet.

Please login to write comment.