Color Hex Logo

#efad56 Color Hex

#EFAD56
(239,173,86)
0 Favorites   0 Comments

Color spaces of #efad56

RGB 23917386
HSL0.090.830.64
HSV34°64°94°
CMYK 0.000.280.64   0.06
XYZ52.219948.909715.4923
Yxy48.90970.44780.4194
Hunter Lab69.935510.896535.8207
CIE-Lab75.395115.570053.1662

#efad56 color RGB value is (239,173,86).

#efad56 hex color red value is 239, green value is 173 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #efad56 hue: 0.09 , saturation: 0.83 and the lightness value of efad56 is 0.64.

The process color (four color CMYK) of #efad56 color hex is 0.00, 0.28, 0.64, 0.06. Web safe color of #efad56 is #ff9966. Color #efad56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 01010110
Octal 357 255 126
Decimal 239 173 86
Hex EF AD 56

RGB Percentages of Color #efad56

%47.99
%34.74
%17.27

CMYK Percentages of Color #efad56

%0
%28
%64
%6

Triadic Colors of #efad56

#efad56 #56efad #ad56ef

Analogous Colors of #efad56

#efad56 #e5ef56 #ef6056

Monochromatic Colors of #efad56

#efad56

Complementary Color

#efad56 #5698ef

#efad56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efad56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efad56 Color CSS Codes

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

#efad56 Text Font Color

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

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


#efad56 Background Color

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

This div background color is #efad56


#efad56 Border Color

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

This div border color is #efad56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efad56


Comments

No comments written yet.

Please login to write comment.