Color Hex Logo

#efac17 Color Hex

#EFAC17
(239,172,23)
0 Favorites   0 Comments

Color spaces of #efac17

RGB 23917223
HSL0.110.870.51
HSV41°90°94°
CMYK 0.000.280.90   0.06
XYZ50.503847.91767.3978
Yxy47.91760.47730.4528
Hunter Lab69.22259.091742.1195
CIE-Lab74.772913.715874.8949

#efac17 color RGB value is (239,172,23).

#efac17 hex color red value is 239, green value is 172 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #efac17 hue: 0.11 , saturation: 0.87 and the lightness value of efac17 is 0.51.

The process color (four color CMYK) of #efac17 color hex is 0.00, 0.28, 0.90, 0.06. Web safe color of #efac17 is #ff9900. Color #efac17 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 00010111
Octal 357 254 27
Decimal 239 172 23
Hex EF AC 17

RGB Percentages of Color #efac17

%55.07
%39.63
%5.30

CMYK Percentages of Color #efac17

%0
%28
%90
%6

Triadic Colors of #efac17

#efac17 #17efac #ac17ef

Analogous Colors of #efac17

#efac17 #c6ef17 #ef4017

Monochromatic Colors of #efac17

#efac17

Complementary Color

#efac17 #175aef

#efac17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efac17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efac17 Color CSS Codes

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

#efac17 Text Font Color

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

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


#efac17 Background Color

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

This div background color is #efac17


#efac17 Border Color

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

This div border color is #efac17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efac17


Comments

No comments written yet.

Please login to write comment.