Color Hex Logo

#efb14e Color Hex

#EFB14E
(239,177,78)
0 Favorites   0 Comments

Color spaces of #efb14e

RGB 23917778
HSL0.100.830.62
HSV37°67°94°
CMYK 0.000.260.67   0.06
XYZ52.693950.345114.1480
Yxy50.34510.44970.4296
Hunter Lab70.95438.392337.8458
CIE-Lab76.280612.988657.8047

#efb14e color RGB value is (239,177,78).

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

The process color (four color CMYK) of #efb14e color hex is 0.00, 0.26, 0.67, 0.06. Web safe color of #efb14e is #ff9966. Color #efb14e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110001 01001110
Octal 357 261 116
Decimal 239 177 78
Hex EF B1 4E

RGB Percentages of Color #efb14e

%48.38
%35.83
%15.79

CMYK Percentages of Color #efb14e

%0
%26
%67
%6

Triadic Colors of #efb14e

#efb14e #4eefb1 #b14eef

Analogous Colors of #efb14e

#efb14e #ddef4e #ef614e

Monochromatic Colors of #efb14e

#efb14e

Complementary Color

#efb14e #4e8cef

#efb14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb14e Color CSS Codes

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

#efb14e Text Font Color

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

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


#efb14e Background Color

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

This div background color is #efb14e


#efb14e Border Color

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

This div border color is #efb14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb14e


Comments

No comments written yet.

Please login to write comment.