Color Hex Logo

#efd62a Color Hex

#EFD62A
(239,214,42)
0 Favorites   0 Comments

Color spaces of #efd62a

RGB 23921442
HSL0.150.860.55
HSV52°82°94°
CMYK 0.000.100.82   0.06
XYZ60.061166.611011.8821
Yxy66.61100.43350.4808
Hunter Lab81.6156-11.468648.4991
CIE-Lab85.3071-7.605179.0932

#efd62a color RGB value is (239,214,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010110 00101010
Octal 357 326 52
Decimal 239 214 42
Hex EF D6 2A

RGB Percentages of Color #efd62a

%48.28
%43.23
%8.48

CMYK Percentages of Color #efd62a

%0
%10
%82
%6

Triadic Colors of #efd62a

#efd62a #2aefd6 #d62aef

Analogous Colors of #efd62a

#efd62a #a6ef2a #ef742a

Monochromatic Colors of #efd62a

#efd62a

Complementary Color

#efd62a #2a43ef

#efd62a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd62a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd62a Color CSS Codes

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

#efd62a Text Font Color

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

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


#efd62a Background Color

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

This div background color is #efd62a


#efd62a Border Color

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

This div border color is #efd62a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd62a


Comments

No comments written yet.

Please login to write comment.