Color Hex Logo

#efad3b Color Hex

#EFAD3B
(239,173,59)
0 Favorites   0 Comments

Color spaces of #efad3b

RGB 23917359
HSL0.110.850.58
HSV38°75°94°
CMYK 0.000.280.75   0.06
XYZ51.329648.553610.8041
Yxy48.55360.46370.4387
Hunter Lab69.68049.550139.5832
CIE-Lab75.172814.187764.6026

#efad3b color RGB value is (239,173,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 00111011
Octal 357 255 73
Decimal 239 173 59
Hex EF AD 3B

RGB Percentages of Color #efad3b

%50.74
%36.73
%12.53

CMYK Percentages of Color #efad3b

%0
%28
%75
%6

Triadic Colors of #efad3b

#efad3b #3befad #ad3bef

Analogous Colors of #efad3b

#efad3b #d7ef3b #ef533b

Monochromatic Colors of #efad3b

#efad3b

Complementary Color

#efad3b #3b7def

#efad3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efad3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efad3b Color CSS Codes

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

#efad3b Text Font Color

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

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


#efad3b Background Color

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

This div background color is #efad3b


#efad3b Border Color

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

This div border color is #efad3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efad3b


Comments

No comments written yet.

Please login to write comment.