Color Hex Logo

#efba46 Color Hex

#EFBA46
(239,186,70)
0 Favorites   0 Comments

Color spaces of #efba46

RGB 23918670
HSL0.110.840.61
HSV41°71°94°
CMYK 0.000.220.71   0.06
XYZ54.261053.910713.3403
Yxy53.91070.44650.4437
Hunter Lab73.42393.421440.6244
CIE-Lab78.40967.843863.4411

#efba46 color RGB value is (239,186,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 01000110
Octal 357 272 106
Decimal 239 186 70
Hex EF BA 46

RGB Percentages of Color #efba46

%48.28
%37.58
%14.14

CMYK Percentages of Color #efba46

%0
%22
%71
%6

Triadic Colors of #efba46

#efba46 #46efba #ba46ef

Analogous Colors of #efba46

#efba46 #d0ef46 #ef6646

Monochromatic Colors of #efba46

#efba46

Complementary Color

#efba46 #467bef

#efba46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efba46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efba46 Color CSS Codes

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

#efba46 Text Font Color

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

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


#efba46 Background Color

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

This div background color is #efba46


#efba46 Border Color

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

This div border color is #efba46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efba46


Comments

No comments written yet.

Please login to write comment.