Color Hex Logo

#efac48 Color Hex

#EFAC48
(239,172,72)
0 Favorites   0 Comments

Color spaces of #efac48

RGB 23917272
HSL0.100.840.61
HSV36°70°94°
CMYK 0.000.280.70   0.06
XYZ51.518848.323612.7430
Yxy48.32360.45760.4292
Hunter Lab69.515210.637637.7920
CIE-Lab75.028615.308959.1169

#efac48 color RGB value is (239,172,72).

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

The process color (four color CMYK) of #efac48 color hex is 0.00, 0.28, 0.70, 0.06. Web safe color of #efac48 is #ff9933. Color #efac48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 01001000
Octal 357 254 110
Decimal 239 172 72
Hex EF AC 48

RGB Percentages of Color #efac48

%49.48
%35.61
%14.91

CMYK Percentages of Color #efac48

%0
%28
%70
%6

Triadic Colors of #efac48

#efac48 #48efac #ac48ef

Analogous Colors of #efac48

#efac48 #dfef48 #ef5948

Monochromatic Colors of #efac48

#efac48

Complementary Color

#efac48 #488bef

#efac48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efac48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efac48 Color CSS Codes

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

#efac48 Text Font Color

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

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


#efac48 Background Color

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

This div background color is #efac48


#efac48 Border Color

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

This div border color is #efac48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efac48


Comments

No comments written yet.

Please login to write comment.