Color Hex Logo

#efba47 Color Hex

#EFBA47
(239,186,71)
0 Favorites   0 Comments

Color spaces of #efba47

RGB 23918671
HSL0.110.840.61
HSV41°70°94°
CMYK 0.000.220.70   0.06
XYZ54.292853.923513.5080
Yxy53.92350.44600.4430
Hunter Lab73.43263.467840.4964
CIE-Lab78.41717.892663.0395

#efba47 color RGB value is (239,186,71).

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

The process color (four color CMYK) of #efba47 color hex is 0.00, 0.22, 0.70, 0.06. Web safe color of #efba47 is #ffcc33. Color #efba47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 01000111
Octal 357 272 107
Decimal 239 186 71
Hex EF BA 47

RGB Percentages of Color #efba47

%48.19
%37.50
%14.31

CMYK Percentages of Color #efba47

%0
%22
%70
%6

Triadic Colors of #efba47

#efba47 #47efba #ba47ef

Analogous Colors of #efba47

#efba47 #d0ef47 #ef6647

Monochromatic Colors of #efba47

#efba47

Complementary Color

#efba47 #477cef

#efba47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efba47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efba47 Color CSS Codes

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

#efba47 Text Font Color

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

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


#efba47 Background Color

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

This div background color is #efba47


#efba47 Border Color

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

This div border color is #efba47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efba47


Comments

No comments written yet.

Please login to write comment.