Color Hex Logo

#efd42a Color Hex

#EFD42A
(239,212,42)
0 Favorites   0 Comments

Color spaces of #efd42a

RGB 23921242
HSL0.140.860.55
HSV52°82°94°
CMYK 0.000.110.82   0.06
XYZ59.558065.604911.7144
Yxy65.60490.43510.4793
Hunter Lab80.9969-10.491248.1228
CIE-Lab84.7945-6.596878.6611

#efd42a color RGB value is (239,212,42).

#efd42a hex color red value is 239, green value is 212 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #efd42a hue: 0.14 , saturation: 0.86 and the lightness value of efd42a is 0.55.

The process color (four color CMYK) of #efd42a color hex is 0.00, 0.11, 0.82, 0.06. Web safe color of #efd42a is #ffcc33. Color #efd42a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010100 00101010
Octal 357 324 52
Decimal 239 212 42
Hex EF D4 2A

RGB Percentages of Color #efd42a

%48.48
%43.00
%8.52

CMYK Percentages of Color #efd42a

%0
%11
%82
%6

Triadic Colors of #efd42a

#efd42a #2aefd4 #d42aef

Analogous Colors of #efd42a

#efd42a #a8ef2a #ef722a

Monochromatic Colors of #efd42a

#efd42a

Complementary Color

#efd42a #2a45ef

#efd42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd42a Color CSS Codes

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

#efd42a Text Font Color

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

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


#efd42a Background Color

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

This div background color is #efd42a


#efd42a Border Color

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

This div border color is #efd42a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd42a


Comments

No comments written yet.

Please login to write comment.