Color Hex Logo

#efaf41 Color Hex

#EFAF41
(239,175,65)
0 Favorites   0 Comments

Color spaces of #efaf41

RGB 23917565
HSL0.110.840.60
HSV38°73°94°
CMYK 0.000.270.73   0.06
XYZ51.880749.392311.8003
Yxy49.39230.45880.4368
Hunter Lab70.27978.780039.2407
CIE-Lab75.694713.389962.7399

#efaf41 color RGB value is (239,175,65).

#efaf41 hex color red value is 239, green value is 175 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #efaf41 hue: 0.11 , saturation: 0.84 and the lightness value of efaf41 is 0.60.

The process color (four color CMYK) of #efaf41 color hex is 0.00, 0.27, 0.73, 0.06. Web safe color of #efaf41 is #ff9933. Color #efaf41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 01000001
Octal 357 257 101
Decimal 239 175 65
Hex EF AF 41

RGB Percentages of Color #efaf41

%49.90
%36.53
%13.57

CMYK Percentages of Color #efaf41

%0
%27
%73
%6

Triadic Colors of #efaf41

#efaf41 #41efaf #af41ef

Analogous Colors of #efaf41

#efaf41 #d8ef41 #ef5841

Monochromatic Colors of #efaf41

#efaf41

Complementary Color

#efaf41 #4181ef

#efaf41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaf41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaf41 Color CSS Codes

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

#efaf41 Text Font Color

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

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


#efaf41 Background Color

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

This div background color is #efaf41


#efaf41 Border Color

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

This div border color is #efaf41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaf41


Comments

No comments written yet.

Please login to write comment.