Color Hex Logo

#efb80a Color Hex

#EFB80A
(239,184,10)
0 Favorites   0 Comments

Color spaces of #efb80a

RGB 23918410
HSL0.130.920.49
HSV46°96°94°
CMYK 0.000.230.96   0.06
XYZ52.791952.65367.6679
Yxy52.65360.46670.4655
Hunter Lab72.56282.879944.5286
CIE-Lab77.67007.254178.9085

#efb80a color RGB value is (239,184,10).

#efb80a hex color red value is 239, green value is 184 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #efb80a hue: 0.13 , saturation: 0.92 and the lightness value of efb80a is 0.49.

The process color (four color CMYK) of #efb80a color hex is 0.00, 0.23, 0.96, 0.06. Web safe color of #efb80a is #ffcc00. Color #efb80a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111000 00001010
Octal 357 270 12
Decimal 239 184 10
Hex EF B8 A

RGB Percentages of Color #efb80a

%55.20
%42.49
%2.31

CMYK Percentages of Color #efb80a

%0
%23
%96
%6

Triadic Colors of #efb80a

#efb80a #0aefb8 #b80aef

Analogous Colors of #efb80a

#efb80a #b4ef0a #ef460a

Monochromatic Colors of #efb80a

#efb80a

Complementary Color

#efb80a #0a41ef

#efb80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb80a Color CSS Codes

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

#efb80a Text Font Color

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

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


#efb80a Background Color

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

This div background color is #efb80a


#efb80a Border Color

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

This div border color is #efb80a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb80a


Comments

No comments written yet.

Please login to write comment.