Color Hex Logo

#efbb4e Color Hex

#EFBB4E
(239,187,78)
0 Favorites   0 Comments

Color spaces of #efbb4e

RGB 23918778
HSL0.110.830.62
HSV41°67°94°
CMYK 0.000.220.67   0.06
XYZ54.742154.441414.8308
Yxy54.44140.44140.4390
Hunter Lab73.78443.309939.7317
CIE-Lab78.71847.735160.4038

#efbb4e color RGB value is (239,187,78).

#efbb4e hex color red value is 239, green value is 187 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #efbb4e hue: 0.11 , saturation: 0.83 and the lightness value of efbb4e is 0.62.

The process color (four color CMYK) of #efbb4e color hex is 0.00, 0.22, 0.67, 0.06. Web safe color of #efbb4e is #ffcc66. Color #efbb4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 01001110
Octal 357 273 116
Decimal 239 187 78
Hex EF BB 4E

RGB Percentages of Color #efbb4e

%47.42
%37.10
%15.48

CMYK Percentages of Color #efbb4e

%0
%22
%67
%6

Triadic Colors of #efbb4e

#efbb4e #4eefbb #bb4eef

Analogous Colors of #efbb4e

#efbb4e #d3ef4e #ef6b4e

Monochromatic Colors of #efbb4e

#efbb4e

Complementary Color

#efbb4e #4e82ef

#efbb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbb4e Color CSS Codes

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

#efbb4e Text Font Color

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

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


#efbb4e Background Color

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

This div background color is #efbb4e


#efbb4e Border Color

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

This div border color is #efbb4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbb4e


Comments

No comments written yet.

Please login to write comment.