Color Hex Logo

#efad3a Color Hex

#EFAD3A
(239,173,58)
0 Favorites   0 Comments

Color spaces of #efad3a

RGB 23917358
HSL0.110.850.58
HSV38°76°94°
CMYK 0.000.280.76   0.06
XYZ51.303948.543410.6688
Yxy48.54340.46420.4392
Hunter Lab69.67319.510939.6923
CIE-Lab75.166414.147364.9797

#efad3a color RGB value is (239,173,58).

#efad3a hex color red value is 239, green value is 173 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #efad3a hue: 0.11 , saturation: 0.85 and the lightness value of efad3a is 0.58.

The process color (four color CMYK) of #efad3a color hex is 0.00, 0.28, 0.76, 0.06. Web safe color of #efad3a is #ff9933. Color #efad3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 00111010
Octal 357 255 72
Decimal 239 173 58
Hex EF AD 3A

RGB Percentages of Color #efad3a

%50.85
%36.81
%12.34

CMYK Percentages of Color #efad3a

%0
%28
%76
%6

Triadic Colors of #efad3a

#efad3a #3aefad #ad3aef

Analogous Colors of #efad3a

#efad3a #d7ef3a #ef533a

Monochromatic Colors of #efad3a

#efad3a

Complementary Color

#efad3a #3a7cef

#efad3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efad3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efad3a Color CSS Codes

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

#efad3a Text Font Color

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

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


#efad3a Background Color

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

This div background color is #efad3a


#efad3a Border Color

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

This div border color is #efad3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efad3a


Comments

No comments written yet.

Please login to write comment.