Color Hex Logo

#efba10 Color Hex

#EFBA10
(239,186,16)
0 Favorites   0 Comments

Color spaces of #efba10

RGB 23918616
HSL0.130.870.50
HSV46°93°94°
CMYK 0.000.220.93   0.06
XYZ53.249053.50598.0114
Yxy53.50590.46400.4662
Hunter Lab73.14771.933344.7098
CIE-Lab78.17276.270178.5600

#efba10 color RGB value is (239,186,16).

#efba10 hex color red value is 239, green value is 186 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #efba10 hue: 0.13 , saturation: 0.87 and the lightness value of efba10 is 0.50.

The process color (four color CMYK) of #efba10 color hex is 0.00, 0.22, 0.93, 0.06. Web safe color of #efba10 is #ffcc00. Color #efba10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 00010000
Octal 357 272 20
Decimal 239 186 16
Hex EF BA 10

RGB Percentages of Color #efba10

%54.20
%42.18
%3.63

CMYK Percentages of Color #efba10

%0
%22
%93
%6

Triadic Colors of #efba10

#efba10 #10efba #ba10ef

Analogous Colors of #efba10

#efba10 #b5ef10 #ef4b10

Monochromatic Colors of #efba10

#efba10

Complementary Color

#efba10 #1045ef

#efba10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efba10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efba10 Color CSS Codes

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

#efba10 Text Font Color

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

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


#efba10 Background Color

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

This div background color is #efba10


#efba10 Border Color

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

This div border color is #efba10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efba10


Comments

No comments written yet.

Please login to write comment.