Color Hex Logo

#efaf11 Color Hex

#EFAF11
(239,175,17)
0 Favorites   0 Comments

Color spaces of #efaf11

RGB 23917517
HSL0.120.870.50
HSV43°93°94°
CMYK 0.000.270.93   0.06
XYZ51.027849.05117.3087
Yxy49.05110.47520.4568
Hunter Lab70.03657.489242.8383
CIE-Lab75.483112.050576.4483

#efaf11 color RGB value is (239,175,17).

#efaf11 hex color red value is 239, green value is 175 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #efaf11 hue: 0.12 , saturation: 0.87 and the lightness value of efaf11 is 0.50.

The process color (four color CMYK) of #efaf11 color hex is 0.00, 0.27, 0.93, 0.06. Web safe color of #efaf11 is #ff9900. Color #efaf11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 00010001
Octal 357 257 21
Decimal 239 175 17
Hex EF AF 11

RGB Percentages of Color #efaf11

%55.45
%40.60
%3.94

CMYK Percentages of Color #efaf11

%0
%27
%93
%6

Triadic Colors of #efaf11

#efaf11 #11efaf #af11ef

Analogous Colors of #efaf11

#efaf11 #c0ef11 #ef4011

Monochromatic Colors of #efaf11

#efaf11

Complementary Color

#efaf11 #1151ef

#efaf11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaf11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaf11 Color CSS Codes

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

#efaf11 Text Font Color

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

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


#efaf11 Background Color

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

This div background color is #efaf11


#efaf11 Border Color

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

This div border color is #efaf11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaf11


Comments

No comments written yet.

Please login to write comment.