Color Hex Logo

#efba4a Color Hex

#EFBA4A
(239,186,74)
0 Favorites   0 Comments

Color spaces of #efba4a

RGB 23918674
HSL0.110.840.61
HSV41°69°94°
CMYK 0.000.220.69   0.06
XYZ54.391553.962914.0277
Yxy53.96290.44440.4409
Hunter Lab73.45943.612540.0997
CIE-Lab78.44018.044861.8159

#efba4a color RGB value is (239,186,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 01001010
Octal 357 272 112
Decimal 239 186 74
Hex EF BA 4A

RGB Percentages of Color #efba4a

%47.90
%37.27
%14.83

CMYK Percentages of Color #efba4a

%0
%22
%69
%6

Triadic Colors of #efba4a

#efba4a #4aefba #ba4aef

Analogous Colors of #efba4a

#efba4a #d2ef4a #ef684a

Monochromatic Colors of #efba4a

#efba4a

Complementary Color

#efba4a #4a7fef

#efba4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efba4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efba4a Color CSS Codes

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

#efba4a Text Font Color

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

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


#efba4a Background Color

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

This div background color is #efba4a


#efba4a Border Color

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

This div border color is #efba4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efba4a


Comments

No comments written yet.

Please login to write comment.