Color Hex Logo

#efd44a Color Hex

#EFD44A
(239,212,74)
0 Favorites   0 Comments

Color spaces of #efd44a

RGB 23921274
HSL0.140.840.61
HSV50°69°94°
CMYK 0.000.110.69   0.06
XYZ60.376165.932116.0226
Yxy65.93210.42420.4632
Hunter Lab81.1986-9.371945.1395
CIE-Lab84.9618-5.367768.4825

#efd44a color RGB value is (239,212,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010100 01001010
Octal 357 324 112
Decimal 239 212 74
Hex EF D4 4A

RGB Percentages of Color #efd44a

%45.52
%40.38
%14.10

CMYK Percentages of Color #efd44a

%0
%11
%69
%6

Triadic Colors of #efd44a

#efd44a #4aefd4 #d44aef

Analogous Colors of #efd44a

#efd44a #b8ef4a #ef824a

Monochromatic Colors of #efd44a

#efd44a

Complementary Color

#efd44a #4a65ef

#efd44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd44a Color CSS Codes

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

#efd44a Text Font Color

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

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


#efd44a Background Color

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

This div background color is #efd44a


#efd44a Border Color

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

This div border color is #efd44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd44a


Comments

No comments written yet.

Please login to write comment.