Color Hex Logo

#efac4d Color Hex

#EFAC4D
(239,172,77)
0 Favorites   0 Comments

Color spaces of #efac4d

RGB 23917277
HSL0.100.840.62
HSV35°68°94°
CMYK 0.000.280.68   0.06
XYZ51.688748.391613.6374
Yxy48.39160.45450.4255
Hunter Lab69.564110.895037.0716
CIE-Lab75.071315.572656.9533

#efac4d color RGB value is (239,172,77).

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

The process color (four color CMYK) of #efac4d color hex is 0.00, 0.28, 0.68, 0.06. Web safe color of #efac4d is #ff9966. Color #efac4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 01001101
Octal 357 254 115
Decimal 239 172 77
Hex EF AC 4D

RGB Percentages of Color #efac4d

%48.98
%35.25
%15.78

CMYK Percentages of Color #efac4d

%0
%28
%68
%6

Triadic Colors of #efac4d

#efac4d #4defac #ac4def

Analogous Colors of #efac4d

#efac4d #e1ef4d #ef5b4d

Monochromatic Colors of #efac4d

#efac4d

Complementary Color

#efac4d #4d90ef

#efac4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efac4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efac4d Color CSS Codes

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

#efac4d Text Font Color

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

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


#efac4d Background Color

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

This div background color is #efac4d


#efac4d Border Color

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

This div border color is #efac4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efac4d


Comments

No comments written yet.

Please login to write comment.