Color Hex Logo

#efad47 Color Hex

#EFAD47
(239,173,71)
0 Favorites   0 Comments

Color spaces of #efad47

RGB 23917371
HSL0.100.840.61
HSV36°70°94°
CMYK 0.000.280.70   0.06
XYZ51.677548.692812.6362
Yxy48.69280.45730.4309
Hunter Lab69.780210.077338.1096
CIE-Lab75.259814.730459.7897

#efad47 color RGB value is (239,173,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 01000111
Octal 357 255 107
Decimal 239 173 71
Hex EF AD 47

RGB Percentages of Color #efad47

%49.48
%35.82
%14.70

CMYK Percentages of Color #efad47

%0
%28
%70
%6

Triadic Colors of #efad47

#efad47 #47efad #ad47ef

Analogous Colors of #efad47

#efad47 #ddef47 #ef5947

Monochromatic Colors of #efad47

#efad47

Complementary Color

#efad47 #4789ef

#efad47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efad47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efad47 Color CSS Codes

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

#efad47 Text Font Color

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

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


#efad47 Background Color

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

This div background color is #efad47


#efad47 Border Color

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

This div border color is #efad47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efad47


Comments

No comments written yet.

Please login to write comment.