Color Hex Logo

#efb54e Color Hex

#EFB54E
(239,181,78)
0 Favorites   0 Comments

Color spaces of #efb54e

RGB 23918178
HSL0.110.830.62
HSV38°67°94°
CMYK 0.000.240.67   0.06
XYZ53.495651.948514.4153
Yxy51.94850.44630.4334
Hunter Lab72.07536.354138.5945
CIE-Lab77.250010.882658.8422

#efb54e color RGB value is (239,181,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110101 01001110
Octal 357 265 116
Decimal 239 181 78
Hex EF B5 4E

RGB Percentages of Color #efb54e

%47.99
%36.35
%15.66

CMYK Percentages of Color #efb54e

%0
%24
%67
%6

Triadic Colors of #efb54e

#efb54e #4eefb5 #b54eef

Analogous Colors of #efb54e

#efb54e #d9ef4e #ef654e

Monochromatic Colors of #efb54e

#efb54e

Complementary Color

#efb54e #4e88ef

#efb54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb54e Color CSS Codes

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

#efb54e Text Font Color

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

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


#efb54e Background Color

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

This div background color is #efb54e


#efb54e Border Color

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

This div border color is #efb54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb54e


Comments

No comments written yet.

Please login to write comment.