Color Hex Logo

#efb00b Color Hex

#EFB00B
(239,176,11)
0 Favorites   0 Comments

Color spaces of #efb00b

RGB 23917611
HSL0.120.910.49
HSV43°95°94°
CMYK 0.000.260.95   0.06
XYZ51.182349.42567.1591
Yxy49.42560.47490.4586
Hunter Lab70.30336.920943.1747
CIE-Lab75.715311.459277.4071

#efb00b color RGB value is (239,176,11).

#efb00b hex color red value is 239, green value is 176 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #efb00b hue: 0.12 , saturation: 0.91 and the lightness value of efb00b is 0.49.

The process color (four color CMYK) of #efb00b color hex is 0.00, 0.26, 0.95, 0.06. Web safe color of #efb00b is #ff9900. Color #efb00b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110000 00001011
Octal 357 260 13
Decimal 239 176 11
Hex EF B0 B

RGB Percentages of Color #efb00b

%56.10
%41.31
%2.58

CMYK Percentages of Color #efb00b

%0
%26
%95
%6

Triadic Colors of #efb00b

#efb00b #0befb0 #b00bef

Analogous Colors of #efb00b

#efb00b #bcef0b #ef3e0b

Monochromatic Colors of #efb00b

#efb00b

Complementary Color

#efb00b #0b4aef

#efb00b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb00b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb00b Color CSS Codes

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

#efb00b Text Font Color

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

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


#efb00b Background Color

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

This div background color is #efb00b


#efb00b Border Color

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

This div border color is #efb00b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb00b


Comments

No comments written yet.

Please login to write comment.