Color Hex Logo

#efb10b Color Hex

#EFB10B
(239,177,11)
0 Favorites   0 Comments

Color spaces of #efb10b

RGB 23917711
HSL0.120.910.49
HSV44°95°94°
CMYK 0.000.260.95   0.06
XYZ51.379149.81927.2247
Yxy49.81920.47390.4595
Hunter Lab70.58276.415343.3391
CIE-Lab75.958210.933377.5799

#efb10b color RGB value is (239,177,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110001 00001011
Octal 357 261 13
Decimal 239 177 11
Hex EF B1 B

RGB Percentages of Color #efb10b

%55.97
%41.45
%2.58

CMYK Percentages of Color #efb10b

%0
%26
%95
%6

Triadic Colors of #efb10b

#efb10b #0befb1 #b10bef

Analogous Colors of #efb10b

#efb10b #bbef0b #ef3f0b

Monochromatic Colors of #efb10b

#efb10b

Complementary Color

#efb10b #0b49ef

#efb10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb10b Color CSS Codes

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

#efb10b Text Font Color

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

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


#efb10b Background Color

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

This div background color is #efb10b


#efb10b Border Color

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

This div border color is #efb10b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,177,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 #efb10b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb10b


Comments

No comments written yet.

Please login to write comment.